To build the 2.4.1 release:
tst 1161>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss
co -
r JBoss_2_4_1 jboss
cvs server: Updating jboss
cvs server: Updating jboss/build
cvs server: Updating jboss/docs
U jboss/docs/LICENSE.txt
U jboss/docs/index.html
U jboss/docs/styles.css
cvs server: Updating jboss/etc
cvs server: Updating jboss/external
U jboss/external/connector.jar
U jboss/external/rmiconnector.jar
cvs server: Updating jboss/lib
U jboss/lib/ant-1.3.jar
U jboss/lib/crimson.jar
...
tst 1162>cd jboss/src/build
build 1163>sh build.sh
Buildfile: build.xml

init:
     [echo] build.compiler = classic
     [echo] java.home = /usr/java/jdk1.3.1/jre
     [echo] user.home = /home/starksm
     [echo] java.class.path =
../../lib/ant-1.3.jar:../../lib/crimson.jar:../../lib/javac.jar:../../lib/ja
xp.jar:../../lib/jmxri.jar:../../build/classes
     [echo]

prepare:
    [mkdir] Created dir: /home/starksm/cvsroot/JBoss2.4/jboss/build

compile:
    [mkdir] Created dir: /home/starksm/cvsroot/JBoss2.4/jboss/build/classes
    [javac] Compiling 438 source files to
/home/starksm/cvsroot/JBoss2.4/jboss/build/classes
...

To build the head cvs distribution(unstable, changes daily):
Main 1174>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss
co jboss-all
Main 1175>cd jboss-all/build
build 1176>sh build.sh
Searching for build.xml ...
Buildfile: /home/starksm/cvsroot/Main/jboss-all/build/build.xml

_init-prepare:

init:

_init-child:

_init-local-properties:

_init-buildlog:
...

----- Original Message -----
From: "Shamis, Leonid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 5:50 PM
Subject: [JBoss-user] Download and Build JBoss


> Hello,
>
> I have been working with JBoss for half a year now and like it very much.
> I wished a couple of times to be able to try the upcoming JBoss versions
> (the once mentioned in posts as HEAD, MAIN, Rabbit Hole, etc.). I
understand
> that I need to download (check out) version from CVS and build it. The
> problem is that I don't know how to start with this task.
> It would be very much appreciated if someone could provide instructions
how
> to do that.
> For me this also means to gain confidence in being able to contribute to
> JBoss project.
>
> Thank you in advance.
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to