I guess my machine is hosed. I have my env setup just like this, and it doesn't work. I even remove everything from my .bashrc file and set the variables by hand...

[EMAIL PROTECTED] build]$ export JAVA_HOME=/usr/java/jdk1.4.1_02
[EMAIL PROTECTED] build]$ export PATH=$JAVA_HOME/bin:$PATH
[EMAIL PROTECTED] build]$ ./build.sh
build.sh: Executing: /home/dain/work/jboss/jboss-head/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml
...
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.


I'm going to go do some other things until Jason gets the XDoclet patch applied for OS X.

-dain

On Tuesday, March 11, 2003, at 11:31 PM, Scott M Stark wrote:

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



-------------------------------------------------------
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

Reply via email to