Bugs item #450615, was opened at 2001-08-13 14:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=450615&group_id=22866
Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Andreas Schaefer (schaefera) Summary: Build instructions???? Initial Comment: There are no build instructions anywhere. Simply downloading the cvs projects listed, and running a build.sh doesn't do the trick. Also, not all the projects are listed. Looking in the developer archive suggested a project called jboss-all, which did put some more stuff on disk, but nothing that made the build run. Firing off ant on some build.xml files also doesn't go very far. So, what are the secret steps to build jboss from source? Thanks! ---------------------------------------------------------------------- Comment By: Andreas Schaefer (schaefera) Date: 2001-10-29 20:21 Message: Logged In: YES user_id=70434 Build current CVS HEAD for Rabbit Hole: - checkout CVS module "jboss-all" - go to "jboss-all/build" - start either "build.sh" or "build.bat" Run then the builded JBoss instance: - go to "jboss-all/build/output/jboss*/bin" where * means the current version - start either "run.sh" or "run.bat" Further options (inclusive running the test suite): - go to "jboss-all/build" - start either "build.sh help" or "build.bat help" but do not mix this up with "build -help" - go from there Building components: - go to the component you want like "jboss-all/server" - start either "build.sh" or "build.bat" from there - the compiled code can be found under "jboss- all/server/output" Andy ---------------------------------------------------------------------- Comment By: Christian Biasuzzi (bchristian) Date: 2001-08-22 03:26 Message: Logged In: YES user_id=220544 I checked-out the whole list of projects listed, including build, thirdparty, tools I renamed folder names according to a config.xml as follows: jboss -> server jnp -> naming jbossmp -> messaging jbosscx -> connector jboss-j2ee -> j2ee contrib -> plugins jbosspool -> pool jbosssx -> security jbossmx -> cluster I copied build/jboss content to build/ and launched build script from there. The former dist folder is now in build/output it worked from me! ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=450615&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
