I don't know if I missed an easy way to do all this but these were the steps I 
used to get the code to build on Windows XP...

get the following projects from CVS

1.
build
common (_jboss_common)
jmx (_jboss_jmx)
j2ee (_jboss_j2ee)
system (_jboss_system)
naming (_jboss_naming)
transaction (_jboss_transaction)
aop (_jboss_aop)
server (_jboss_server)
jaxrpc (_jboss_jaxrpc)
remoting (_jboss_remoting)
cache (_jboss_cache)
hibernate (_jboss_hibernate)
nukes-2
nukes-2-thirdparty
thirdparty 
tools

2.
under your nukes-2 directory make sure you 
thirdparty\dom4j-dom4j\lib\dom4j.jar
thirdparty\jakarta-cactus\lib\cactus.jar etc
thirdparty\jboss-hibernate\lib\hibernate2jar etc
thirdparty\jboss-javassist\lib\javassist.jar
thirdparty\jflex-jflex\lib\jflex.jar
thirdparty\jregex-jregex\lib\jregex.jar
thirdparty\junit-junit\lib\junit.jar
thirdparty\sun-servlet\lib\servlet-api.jar etc
thirdparty\xdoclet-xdoclet\lib\xdoclet.jar etc
If you do not (my nukes-2-thirdparty stuff did not end up in this structure) 
make directories and copy files from nukes-2-thirdparty

3.
Make sure you have an environment variable called SUN_JAVACC_LIB that points to 
a directory containing JavaCC.zip (https://javacc.dev.java.net/)

4.
In the 'build' directory create a new directory called 'etc'. Copy version.mf 
from 'build/jbossmq/etc/ to 'build/etc'. (I could not find any project that had 
a 'build/etc/version.mf' in it and doing this seemed to cure my build problem)

5.
Run each of the project build scripts in the order I listed the projects above 
starting in 'common' and ending in 'nukes-2'

I ended up with the SARs and WARs that it talks about on this page 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal.

However:
I have jboss-3.2.6RC2-nukes-2.0-DR setup and running ok, but when I try 
deploying my new nukes-core.sar to server/default/deploy I get all kinds of 
errors. I think they are JAR related but I'm not sure.

I'll post another reply if I get it to deploy

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857361#3857361

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857361


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to