Top "Manifest" questions

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

How to set manifest class-path in maven shade plugin?

I'm using shade plugin and everything works fine except for being able to set Class-Path for manifest via <transformer …

maven classpath manifest maven-assembly-plugin maven-shade-plugin
How do I specify a wildcard in the HTML5 cache manifest to load all images in a directory?

I have a lot of images in a folder that are used in the application. When using the cache manifest …

html caching manifest offline-caching offlineapps
How can I run this script when the tab reloads (chrome extension)?

So i'd like to run a script when the tab reloads in a specified URL. It almost works, but actually …

javascript google-chrome-extension manifest reload onupdate
What is signing ClickOnce manifests for?

According to Microsoft, you must sign your ClickOnce application. But it seems to me that it works just fine when …

.net clickonce manifest code-signing
My HTML5 Application Cache Manifest is caching everything

UPDATE: ** I posted this question when this feature was really new, I realize now that this feature should not be …

manifest cache-manifest html5-appcache manifest.cache
Scala - obtaining a class object from a generic type

Is it possible to create a Class object purely from a generic parameter? For example: class myclass[T] { def something(): …

generics scala manifest
UAC need for console application

I have a console application that require to use some code that need administrator level. I have read that I …

c# .net .net-2.0 uac manifest
how to handle multiple application classes in android

I am developing a native android application, in which I am trying to use 2 open-source libraries. Problem is both the …

android manifest
Android manifest XML provider tag. android:authorities

I have been going through the NotePad sample application for android-17 when I came across this tag in the manifest …

android manifest provider authority
"Activation context generation failed" complaint trying to add an application manifest

I'm trying to add an application manifest that requires elevation to my .NET 2.0 EXE. I've done that for a simple …

.net manifest side-by-side