RE: [JBoss-user] Building Jboss from the source

2003-01-21 Thread Bill Burke
jboss-head:
cvs checkout jboss-head

jboss 3.2:

cvs checkout -r Branch_3_2 jboss-3.2

jboss 3.0.x:
cvs checkout -r Branch_3_0 jboss-3.0

cd to /build
run build.sh or build.bat to build entire project.

To run testsuite:

start JBoss using build/output/jboss -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ricardo
> Argüello
> Sent: Monday, January 20, 2003 10:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Building Jboss from the source
>
>
> Marco,
>
> Read the Developers Quick Start Guide here:
> http://www.jboss.org/developers/guides/quickstart.jsp
>
> Maybe you just want JBoss 3.0.x. Then do as the guide says:
>  cvs -z3 checkout -r Branch_3_0 jboss-3.0
>
> Ricardo Argüello
>
> - Original Message -
> From: "Marco Tedone" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 20, 2003 12:10 PM
> Subject: RE: [JBoss-user] Building Jboss from the source
>
>
> In fact I downloaded jboss-head and the some of the build targets
> work. The
> only problem seems to be that it contains the Alpha 4.0 which
> seems to have
> some bugs. For istance, when I launched the shutdown command, I received
> some errors related to some ServerImpl class.
>
> TYA, Marco
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of James
> Higginbotham
> Sent: Monday, January 20, 2003 3:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Building Jboss from the source
>
>
> I think the jboss-all cvs module is dead.. Search the list archives at
> www.mail-archive.com to find the list of modules.. I know
> jboss-head is one,
> and maybe something like jboss-3.0 or something for the latest 3.0 code?!
>
> HTH,
> James
>
> > -Original Message-
> > From: Marco Tedone [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, January 20, 2003 7:48 AM
> > To: JBoss-user-list
> > Subject: [JBoss-user] Building Jboss from the source
> >
> >
> > I downloaded the latest jboss-all module. When the build
> > script is launched, I receive an error like the following:
> >
> >
> >  ==
> >  ==
> >  ==  Executing 'most' in module 'common'...
> >  ==
> >  ==
> >
> > configure-modules:
> > Overriding previous definition of reference to jboss.naming.classpath
> >
> > BUILD FAILED
> > file:D:/Downloads/jboss-all/common/build.xml:118: Could not
> > create task or type of type: jmxdoclet.
> >
> > Any ideas?
> >
> >
> > ---
> > This SF.NET email is sponsored by: FREE  SSL Guide from
> > Thawte are you planning your Web Server Security? Click here
> > to get a FREE Thawte SSL guide and find the answers to all
> > your  SSL security issues.
> > http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0026en
> >
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/j> boss-user
> >
>
>
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Building Jboss from the source

2003-01-20 Thread Ricardo Argüello
Marco,

Read the Developers Quick Start Guide here:
http://www.jboss.org/developers/guides/quickstart.jsp

Maybe you just want JBoss 3.0.x. Then do as the guide says:
 cvs -z3 checkout -r Branch_3_0 jboss-3.0

Ricardo Argüello

- Original Message - 
From: "Marco Tedone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 12:10 PM
Subject: RE: [JBoss-user] Building Jboss from the source


In fact I downloaded jboss-head and the some of the build targets work. The
only problem seems to be that it contains the Alpha 4.0 which seems to have
some bugs. For istance, when I launched the shutdown command, I received
some errors related to some ServerImpl class.

TYA, Marco

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of James
Higginbotham
Sent: Monday, January 20, 2003 3:45 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Building Jboss from the source


I think the jboss-all cvs module is dead.. Search the list archives at
www.mail-archive.com to find the list of modules.. I know jboss-head is one,
and maybe something like jboss-3.0 or something for the latest 3.0 code?!

HTH,
James

> -Original Message-
> From: Marco Tedone [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 7:48 AM
> To: JBoss-user-list
> Subject: [JBoss-user] Building Jboss from the source
> 
> 
> I downloaded the latest jboss-all module. When the build
> script is launched, I receive an error like the following:
> 
> 
>  ==
>  ==
>  ==  Executing 'most' in module 'common'...
>  ==
>  ==
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> BUILD FAILED
> file:D:/Downloads/jboss-all/common/build.xml:118: Could not
> create task or type of type: jmxdoclet.
> 
> Any ideas?
> 
> 
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from
> Thawte are you planning your Web Server Security? Click here 
> to get a FREE Thawte SSL guide and find the answers to all 
> your  SSL security issues. 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0026en
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building Jboss from the source

2003-01-20 Thread Marco Tedone
In fact I downloaded jboss-head and the some of the build targets work. The
only problem seems to be that it contains the Alpha 4.0 which seems to have
some bugs. For istance, when I launched the shutdown command, I received
some errors related to some ServerImpl class.

TYA, Marco

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of James
Higginbotham
Sent: Monday, January 20, 2003 3:45 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Building Jboss from the source


I think the jboss-all cvs module is dead.. Search the list archives at
www.mail-archive.com to find the list of modules.. I know jboss-head is one,
and maybe something like jboss-3.0 or something for the latest 3.0 code?!

HTH,
James

> -Original Message-
> From: Marco Tedone [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 7:48 AM
> To: JBoss-user-list
> Subject: [JBoss-user] Building Jboss from the source
> 
> 
> I downloaded the latest jboss-all module. When the build
> script is launched, I receive an error like the following:
> 
> 
>  ==
>  ==
>  ==  Executing 'most' in module 'common'...
>  ==
>  ==
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> BUILD FAILED
> file:D:/Downloads/jboss-all/common/build.xml:118: Could not
> create task or type of type: jmxdoclet.
> 
> Any ideas?
> 
> 
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from
> Thawte are you planning your Web Server Security? Click here 
> to get a FREE Thawte SSL guide and find the answers to all 
> your  SSL security issues. 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0026en
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building Jboss from the source

2003-01-20 Thread John Fawcett
Get a cvs client like tortoiseCVS, which has a nice "fetch list"
function for getting all the current modules.
You can also look at the file CVSROOT/modules, which is where these
modules are defined. CVSROOT is itself a module you can check out, or
you can go to the cvs web interface for the head revision of the modules
file:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/CVSROOT/modules?rev
=HEAD&content-type=text/vnd.viewcvs-markup

Hope this is useful,
fawce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of James
Higginbotham
Sent: Monday, January 20, 2003 10:45 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Building Jboss from the source


I think the jboss-all cvs module is dead.. Search the list archives at
www.mail-archive.com to find the list of modules.. I know jboss-head is
one, and maybe something like jboss-3.0 or something for the latest 3.0
code?!

HTH,
James

> -Original Message-
> From: Marco Tedone [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 20, 2003 7:48 AM
> To: JBoss-user-list
> Subject: [JBoss-user] Building Jboss from the source
> 
> 
> I downloaded the latest jboss-all module. When the build
> script is launched, I receive an error like the following:
> 
> 
>  ==
>  ==
>  ==  Executing 'most' in module 'common'...
>  ==
>  ==
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> BUILD FAILED
> file:D:/Downloads/jboss-all/common/build.xml:118: Could not
> create task or type of type: jmxdoclet.
> 
> Any ideas?
> 
> 
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from
> Thawte are you planning your Web Server Security? Click here 
> to get a FREE Thawte SSL guide and find the answers to all 
> your  SSL security issues. 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0026en
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Building Jboss from the source

2003-01-20 Thread James Higginbotham
I think the jboss-all cvs module is dead.. Search the list archives at
www.mail-archive.com to find the list of modules.. I know jboss-head is
one, and maybe something like jboss-3.0 or something for the latest 3.0
code?!

HTH,
James

> -Original Message-
> From: Marco Tedone [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 20, 2003 7:48 AM
> To: JBoss-user-list
> Subject: [JBoss-user] Building Jboss from the source
> 
> 
> I downloaded the latest jboss-all module. When the build 
> script is launched, I receive an error like the following:
> 
> 
>  ==
>  ==
>  ==  Executing 'most' in module 'common'...
>  ==
>  ==
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> BUILD FAILED
> file:D:/Downloads/jboss-all/common/build.xml:118: Could not 
> create task or type of type: jmxdoclet.
> 
> Any ideas?
> 
> 
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from 
> Thawte are you planning your Web Server Security? Click here 
> to get a FREE Thawte SSL guide and find the answers to all 
> your  SSL security issues. 
> http://ads.sourceforge.net/cgi-> bin/redirect.pl?thaw0026en
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/j> boss-user
> 


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user