ollie314 / atinject

Automatically exported from code.google.com/p/atinject
0 stars 0 forks source link

Missing META-INF/MANIFEST.MF in jar #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
currently online jars have no MANIFEST.MF so that the JarClassloader fail to 
read it. 

What is the expected output? What do you see instead?
please provide an META-INF/MANIFEST.MF in downloadable jar-files

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by BigMichi1 on 29 May 2012 at 9:54

GoogleCodeExporter commented 8 years ago
The native package installer of JavaFX 2.x crashes when trying to bundle the 
provided binary JAR file due to the missing MANIFEST.MF file. That makes it 
currently impossible to create a build/deployment chain (e.g. using Ant/Ivy or 
Maven) without some further workarounds.

Original comment by headcr4sh on 26 Dec 2012 at 3:11