A clean co of head is building for me on a RedHat 8 box with the same JDK. I believe you have to set both the JAVA_HOME and PATH to get JavaCC to work as it seems to use the PATH for something.
[EMAIL PROTECTED] starksm]$ export JAVA_HOME=~/Java/j2sdk1.4.1_02 [EMAIL PROTECTED] starksm]$ PATH=$JAVA_HOME/bin:$PATH [EMAIL PROTECTED] build]$ ./build.sh build.sh: Executing: /home/starksm/JBoss/jboss-head/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger Buildfile: build.xml ... BUILD SUCCESSFUL Total time: 7 minutes 5 seconds xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Dain Sundstrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 8:08 PM Subject: [JBoss-dev] Can't build on linux either > Because OSX is hosed I decided to move my development to my linux box, > but it doesn't build either. It looks like the build isn't picking up > the JavaCC.zip file. Jason is this working for you... Here is what I > get > > java version "1.4.1_02" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) > Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) > > [EMAIL PROTECTED] build]$ ./build.sh > build.sh: *WARNING* Ignoring environment value for $ANT_HOME > build.sh: Executing: /home/dain/work/jboss/jboss-head/tools/bin/ant > -logger org. > apache.tools.ant.NoBannerLogger > Buildfile: build.xml > > _buildmagic:init: > Trying to override old definition of task property > <snip/> > ============================================================== > == > == Executing 'most' in module 'server'... > == > == > > generate-parsers: > [jjtree] Exception in thread "main" java.lang.NoClassDefFoundError: > COM/sun/labs/jjtree/Main > > BUILD FAILED > file:/home/dain/work/jboss/jboss-head/server/build.xml:168: JJTree > failed. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
