This content has been marked as final.
Show 9 replies
-
1. Re: Need help!!! Build issue with 3.0.0.GA
psini Feb 12, 2008 5:39 AM (in response to jibrilg)Before do ant deploy-jboss422 set CLASSPATH= ; or export CLASSPATH=;
Tell me if is resolved -
2. Re: Need help!!! Build issue with 3.0.0.GA
jibrilg Feb 12, 2008 7:20 AM (in response to jibrilg)Re: Need help!!! Build issue with 3.0.0.GA
-
3. Re: Need help!!! Build issue with 3.0.0.GA
heiko.braun Feb 12, 2008 8:35 AM (in response to jibrilg)Is it windows? Do you have ANT_HOME set?
-
4. Re: Need help!!! Build issue with 3.0.0.GA
jibrilg Feb 12, 2008 9:44 AM (in response to jibrilg)yes, ant_home is set.
i'm using both Windows & Mac OS X 10.5.2 -
5. Re: Need help!!! Build issue with 3.0.0.GA
fbenvegna Feb 14, 2008 5:54 AM (in response to jibrilg)Same problem with JDK 6!
Run ANT with JDK 5 works fine for me! -
6. Re: Need help!!! Build issue with 3.0.0.GA
jibrilg Feb 14, 2008 2:06 PM (in response to jibrilg)ok, but i need to use jdk6
-
7. Re: Need help!!! Build issue with 3.0.0.GA
heiko.braun Feb 16, 2008 3:55 PM (in response to jibrilg)There is a description about JDK in the Wiki. It requires you to endorse the libraries. But it hasnt been tested with metro yet. However it shouldn't be too hard.
-
8. Re: Need help!!! Build issue with 3.0.0.GA
jibrilg Feb 18, 2008 10:19 AM (in response to jibrilg)I get the same error :(
-
9. Re: Need help!!! Build issue with 3.0.0.GA
jibrilg Feb 18, 2008 10:40 AM (in response to jibrilg)i found the solution in here:
http://jboss.com/index.html?module=bb&op=viewtopic&t=116889.
In short, I had to modify line 26 of build-deploy.xml:
was:
thirdpartylibs="${lib.dir}" />
changed to:
thirdpartylibs="${lib.dir}" stacklibs="${lib.dir}" />