[JBoss-dev] Re: Jboss source problem still

2001-09-17 Thread Dean Anderson

I'm using RH 7.1 (intel) Linux, JDK1.3.1 from sun.

[dean@commander dean]$ echo $JAVA_HOME
/usr/local/jdk1.3.1
[dean@commander dean]$ echo $CLASSPATH
/usr/local/jdk1.3.1/lib/tools.jar:/usr/local/jdk1.3.1/lib/oracle.jar:/usr/lo
cal/jdk1.3.
1/lib/interclient.jar:/usr/local/jdk1.3.1/lib/htmlconverter.jar:/usr/local/j
dk1.3.1/lib
/dt.jar:/usr/local/jdk1.3.1/jre/lib/ext/servlet.jar:/usr/local/jdk1.3.1/jre/
lib/ext/par
ser.jar:/usr/local/jdk1.3.1/jre/lib/ext/jsse.jar:/usr/local/jdk1.3.1/jre/lib
/ext/jnet.j
ar:/usr/local/jdk1.3.1/jre/lib/ext/jcert.jar:/usr/local/jdk1.3.1/jre/lib/ext
/jaxp.jar:
[dean@commander dean]$

I downloaded from 2.4.1 and 2.4.0 (plain, not Jetty or Tomcat) from
Sourceforge. (src dir, no build environment, nothing like jboss-all)

used cvs from :pserver:[EMAIL PROTECTED]:/cvsroot/jboss to get
jboss-all

cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-all
cd jboss-all
cvs update -d
cd build
sh build.sh


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Re: Jboss source problem still

2001-09-17 Thread David Jencks

The source for 2.4.x, no matter how you get it, uses a build system
incompatible with the source for 3.0, which you get by checking out
jboss-all.  I think to check the source for 2.4.x out of cvs you have to
check out each module under their cvs directory name (jboss, jbosscx, etc)
independently and build each independently.  The dependencies between the
resulting jars are rather tricky to get right, thus the new build system.

As I recall you don't need CLASSPATH set to build the modules, although I
haven't built 2.4.x for a long time.

Try again with only one version at a time.

david jencks

On 2001.09.17 14:36:19 -0400 Dean Anderson wrote:
 I'm using RH 7.1 (intel) Linux, JDK1.3.1 from sun.
 
 [dean@commander dean]$ echo $JAVA_HOME
 /usr/local/jdk1.3.1
 [dean@commander dean]$ echo $CLASSPATH
 /usr/local/jdk1.3.1/lib/tools.jar:/usr/local/jdk1.3.1/lib/oracle.jar:/usr/lo
 cal/jdk1.3.
 1/lib/interclient.jar:/usr/local/jdk1.3.1/lib/htmlconverter.jar:/usr/local/j
 dk1.3.1/lib
 /dt.jar:/usr/local/jdk1.3.1/jre/lib/ext/servlet.jar:/usr/local/jdk1.3.1/jre/
 lib/ext/par
 ser.jar:/usr/local/jdk1.3.1/jre/lib/ext/jsse.jar:/usr/local/jdk1.3.1/jre/lib
 /ext/jnet.j
 ar:/usr/local/jdk1.3.1/jre/lib/ext/jcert.jar:/usr/local/jdk1.3.1/jre/lib/ext
 /jaxp.jar:
 [dean@commander dean]$
 
 I downloaded from 2.4.1 and 2.4.0 (plain, not Jetty or Tomcat) from
 Sourceforge. (src dir, no build environment, nothing like jboss-all)
 
 used cvs from :pserver:[EMAIL PROTECTED]:/cvsroot/jboss to
 get
 jboss-all
 
 cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-all
 cd jboss-all
 cvs update -d
 cd build
 sh build.sh
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Re: Jboss source problem still

2001-09-17 Thread Peter Fagerlund

on 1-09-17 20.36, Dean Anderson at [EMAIL PROTECTED] wrote:

 I downloaded from 2.4.1 and 2.4.0 (plain, not Jetty or Tomcat) from
 Sourceforge. (src dir, no build environment, nothing like jboss-all)

Yes - BuildMagic _happens_ to evolve into RH (jboss-all = jboss3.0.0alpha) -
before was another build structure -remembering building on Linux but not on
2k -the .bat did not work for me.

You should use another cvs command to get : module = 2.4.1 or 2.4.0 ??? ...
http://jboss.org/zip_archives/ listed all modules available ... right now it
is empty tho ??? ... I guess they are collector items ;-)

Downloading jboss-all and cd to build then run - should work out of the box
... and does inbetween ... I found the command 'sh build.sh help' very
usefull ... it gave me 'clean' and 'clobber' also 'all' ++ just build some
modules or test run -- TrueMagic  ... some have to be adjusted -some of the
commands is now differing depending on setup ... time is on our side ...

so You need to get ahold of 2.4.0/1 src ? and learn the that build method ?


/peter_f


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development