I got everything set up until I tried to run
$ ./seam setup
from within the seam dir.
I get
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tools/ant/launch/Launcher
|
I have looked at the seam script and it looks very straight forward. I have not moved
anything any of the ant jars in the lib directory and I have even tried the following on
the command line with the same result:
$ java -cp
"/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/lib/tools.jar:../lib/ant-nodeps.jar:../lib/ant-launcher.jar:../lib/ant.jar"
-Dant.home=../lib org.apache.tools.ant.launch.Launcher
|
running the newest ubuntu linux.
Any help is appreciated.
-Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989867#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...