Top "Manifest" questions

A manifest is a file containing metadata about an application, data file or assembly.

How does Scala's (2.8) Manifest work?

I have some Scala code that makes fairly heavy use of generics, and I have gleaned from the docs that …

generics scala manifest
Can I call class files that are within a jar library located in another jar file?

I am trying to access the class files packaged as a library but unfortunately the jar libraries should be packaged …

java jar manifest packaging manifest.mf
How to set name of author in a maven project?

packaged maven project contains META-INF/manifest.mf file and in field "Built-by" is login name of current user. Where or …

maven-2 manifest author
Binary compiled for VS2008 needs DebugCRT side-by-side assembly, doesn't work in VS2010

I'm working with VS2010 on a project that uses Havok, and the latest release only has VS2008 and earlier binaries. …

visual-c++ manifest side-by-side
Can one edit an InstallShield setup.exe's manifest file?

I'm running into the Windows Vista/7 Program Compatibility Assistant problem described here: "This program might not have installed correctly" message …

windows installshield manifest installshield-2009
Difference Between uses-permission-sdk-23 and uses-permission?

I just come to know newer tag in android manifest file called "uses-permission-sdk-23" <uses-permission-sdk-23 android:name="android.permission.CAMERA" /&…

android android-manifest manifest
What is the graft command in Python's MANIFEST.in file?

I found a Python project with a MANIFEST.in file. I can guess at the meaning of much of it, …

python manifest distutils setup.py
Is it possible to load webfonts through the offline storage cache manifest?

I understand that I can import my fonts through html/css but I am wondering if this is a achievable …

html manifest webfonts