I have problems with newest nukes sources
I'v got nukes from
CVSROOT=:pserver:ano...@an...:/cvsroot/jboss
| cvs co nukes
I have JAVA_HOME and PATH set for jdk1.4_08
JBOSS_HOME pointing to jbossAS-3.2.2
I downloaded javacc from https://javacc.dev.java.net/files/documents/17/686/javacc-3.2.zip and put in nukes/thirdparty/sun-javacc/lib/JavaCC.zip
When running /nukes/build/build.sh I'v got:
| ~/jboss/nukes/build$ ./build.sh
| build.sh: Executing: /home/bdaw/jboss/nukes/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger
| Buildfile: build.xml
|
| _buildmagic:init:
| Trying to override old definition of task property
|
| configure-project:
| [echo] groups: default
| [echo] modules: common,nukes,bb,downloads,permission,news
|
| _buildmagic:modules:most:
|
| ==============================================================
| ==
| == Executing 'most' in module 'common'...
| ==
| ==
|
| configure-defaults:
| Overriding previous definition of reference to javac.classpath
|
| generate-parsers:
| [javacc] Exception in thread "main" java.lang.NoClassDefFoundError: COM/sun/labs/javacc/Main
|
| BUILD FAILED
| file:/home/bdaw/jboss/nukes/common/build.xml:141: java failed with return code 1
| Total time: 3 seconds
I tried it both on WinXP and fresh installation of Ubuntu.
Am I doing something wrong or it's the CVS code problem. Which last version could I use?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885201#3885201
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885201
|