First off you are using the wrong cvs module to build a functional JBoss 3.0 release. The build system and cvs organization has changed drammatically from 2.x
I know there are not any docs to point this out directly, which I am going to fix. http://jboss.org/developers/cvs.jsp has been updated to reflect the current list of supported modules. I assumed that you had checked out jboss-all, which is why I responded with the questions about your cvs acess and such... which I did not see an answer too. I will now assume that you have checked out 'jboss', which is just the jboss-all/server module in MAIN, but is the entire server environment for 2.4. You can not simply build this module by itself. It depends on the jboss-all/j2ee and jboss-all/naming modules as well as the thirdparty and tools modules. If you are trying to build a 3.0 .deb then please use the 'jboss-all' module from cvs and use 'build/build.sh release' to create a release suitable for stuffing into the package. The files will be inder 'build/output/jboss-*/ If you are trying to build a 2.4.x .deb, then checkout the 'jboss' module under the Branch_2_4 (I think that is correct, check with scott for the definitive). I will eventually get to the docs... really I will. In the mean time take some deep breaths and keep the email polite... at least when you have issues with the build systems, cause I tend to take it a bit personal. --jason On Wed, 14 Nov 2001, Adam Heath wrote: > On Thu, 15 Nov 2001, David Maplesden wrote: > > > Settle down, it was very apparent to anyone following your conversation that > > you guys were talking about different cvs modules. > > It's not apparent to me(who is new with jboss), and not apparent to Jason(who > is not). So, you can imagine my excasperation, when someone who knows enough > to make me believe he knows about jboss, actually doesn't know about it. > > > Jason's excellent build system works perfectly for the jboss-all module (not > > the jboss module which is deprecated). > > Why can't jboss/build.sh do the same thing? What is so wrong with having that > also look for the appropriate depends for just the jboss module, and setup the > environment for ant? > > > I don't know what debian is, if you can get it working fine but don't > > criticise the current build system too much. > > http://www.debian.org > > Its a distribution of linux. > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
