Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 6 by
toby.wes...@gmail.com: 59's MANIFEST.MF doesn't contain a
Main-Class
http://code.google.com/p/shavenmaven/issues/detail?id=6
And so can't be started using "java -jar"
It looks like this
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.6.0_32-b05 (Sun Microsystems Inc.)
Main-Class:
Built-By: ubuntu
Specification-Title: shavenmaven
Specification-Version: 59
Specification-Vendor: shavenmaven
Implementation-Title: shavenmaven
Implementation-Version: 59
Implementation-Vendor: shavenmaven
and executing does this;
$ java -jar shavenmaven-59.jar build.dependencies lib
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: . Program will exit.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings