This content has been marked as final.
Show 1 reply
-
1. Re: nukes cvs head compilation problem
bdaw Jul 27, 2005 3:19 PM (in response to bdaw)ok. So I finally deployed it.
For code from nukes cvs head:
1) Use JavaCC.zip from JBoss Portla 2.0 thirdparty dir - it is different thenhttps://javacc.dev.java.net/files/documents/17/686/javacc-3.2.zip
2) Use JBoss AS 3.2.3 - in greater there are some class differences in /lib/jboss-jmx.jar
Instructions from:http://wiki.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade
are quite ok, but not 100% ok.
Strange thing but I had problems with hsqldb but work fine with mysql ( I think some configuration is covered within for it...)
And I need to call ant tasks it in such order:
1) #nukes/build/build
2) (all DS placement and configuration work)
3) #nukes/distrib/build clean
4) #nukes/distrib/build installer
5) #nukes/distrib/build deploy-installer
6) (installer from http)
7) #nukes/build/build deploy-all
I hope somebody will save some time with above...