You can now partially build jboss-head from the repository with the new build system. Here are the steps at this point:
You probably want this in it's own directory: mkdir jboss-dir | cd jboss-dir Then, just check out the toplevel build and the tools module: cvs co jbossas | cvs co tools You will need to set your cvs info in jbossas/local.properties: cvs.prefix=:ext:rcampbell Note, you will need ssh-agent setup to run cvs without entering a password for now. Now you are ready to synchronize and build: | ant sychronize | ant build | output/jboss-5.0.0alpha/bin/run.sh -c all | The synchronize target will checkout the source components from cvs and download thirdparty components from the repository. There are a few caveats. I have only completed the modules marked as complete under http://jira.jboss.com/jira/browse/JBBUILD-1, so this means things like tomcat are not included yet. Also, I just noticed the execute bit is not being set for run.sh. Furthermore, while the server starts up without error, I haven't done any extensive testing on it. Please ask any questions here and report all problems to http://jira.jboss.com/jira/browse/JBBUILD I will have a release with documentation tomorrow. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875361#3875361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875361 ------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
