Currently the only definitive place is CVSROOT/modules. Soon this will be
on web page. Here are the descriptions of each of the major modules which
are available (and suggested for use):
The 'jboss-all' module should contain *everything*.
The 'jboss-most' module should contain the most common modules.
The 'jboss-min' module should contain the minimun modules required to
build a functional server.
The 'jbossmq' module is for building a standalone server
* * *
The older modules are still there too (jboss, jnp, jbosscx) and these will
build seperate from the jboss-* modules too. You will need to check out
'_jboss_support' as a peer to these modules so that the proper dependency
libraries and tools are available. Some modules also depend on other
modules, which are listed in the source modules config.xml. These dependent
modules will also need to be checked out.
For example, the jboss/server (jboss) module depends on jboss/j2ee
(jboss-j2ee) and jboss/naming (jnp), so to propertly build the jboss/server
module you will need to check out the following:
cvs get _jboss_support _jboss_server _jboss_j2ee _jboss_naming
Which would produce the following in your working directory:
thirdparty/
tools/
server/
j2ee/
naming/
You will have to build each module seperatly in the correct order:
(cd j2ee; ./build.sh)
(cd naming; ./build.sh)
(cd server; ./build.sh)
I would not really suggest doing this unless you really, really, really want
to. Use one of the jboss-* modules instead.
--jason
On Tue, 14 Aug 2001, Brenton House wrote:
> thanks!
>
> I've been using module jboss until today.
>
> Is there somewhere that lists all the different modules that are
> available?
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Jason Dillon
> Sent: Tuesday, August 14, 2001 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] What happened to build.bat that was in CVS?
>
>
> For which module? The jboss/build module has .bat files thanks to
> Hiram. Check out jboss-all or jboss-most and then run the build script
> from the jboss-*/build directory.
>
> jboss-all will have lost of stuff, so if you just want the basic server
> use jboss-most.
>
> --jason
>
>
> On Tue, 14 Aug 2001, Brenton House wrote:
>
> > Does anybody know what happened to build.bat?
> >
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> >
> > _______________________________________________
> > Jboss-development mailing list [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-development
> >
>
>
>
> _______________________________________________
> Jboss-development mailing list [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development