Bugs item #679841, was opened at 2003-02-03 21:59
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=679841&group_id=22866
Category: Build System
Group: CVS HEAD
>Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: Elo (elosf)
Assigned to: David Jencks (d_jencks)
Summary: build init creates error in local.properties
Initial Comment:
I installed a clean 1.5.1 version of Ant and I use JSDK
1.4.1. I checked out the JBoss source and ran:
./build/build.sh init
and this created a file with the line:
xdoclet.xdoclet.root=${project.root}/thirdparty/xdoclet-
xdoclet
I was also getting a failure to define Ant task jmxdoclet,
which I attributed to Ant not finding the XDoclet libs. (I
do not define a classpath environment variable as I
prefer to keep things in source files as much as
possible.)
Anyway, I went and tweaked that line in local.properties
to be:
xdoclet.xdoclet.root=${project.root}/thirdparty/xdoclet/xd
oclet
where I changed the last '-' to a '/' after looking at the
thirdparty directory and seeing that there is a lib
directory under xdoclet/xdoclet.
The old error went away, but now I am throwing:
java.lang.NoClassDefFoundError:
org/apache/commons/logging/LogFactory
so I think there are more pervasive classpath problems.
All of these .jars exist in the thirdparty directory, so I'm
not sure why they are not properly added into the ant
build environment.
Help would be very appreciated to: [EMAIL PROTECTED]
----------------------------------------------------------------------
>Comment By: Elo (elosf)
Date: 2003-02-05 23:55
Message:
Logged In: YES
user_id=703778
The problem was the following line of text from the CVS
configuration guide:
CVS Modules:
jboss-all : Everything required to build JBoss.
I used:
cvs co jboss-all
cd build
./build.sh
I have now used the jboss-head module to successfully
build. Thank you for pointing out the correct module.
Place I looked for information related to this:
Sourceforge.net JBoss Mailing List Archives
Instructions that I found on the web:
http://www.jboss.org/developers/sourcecode.jsp (CVS
configuration)
http://www.jboss.org/developers/guides/quickstart.jsp (build
instructions)
----------------------------------------------------------------------
Comment By: David Jencks (d_jencks)
Date: 2003-02-03 23:58
Message:
Logged In: YES
user_id=60525
You did not check out the sources correctly, and have mixed versions. The
instructions seem to have disappeared or become hard to find on the website.
cvs ... co jboss-head
cvs ... co -r Branch_3_2 jboss-3.2
cvs ... co -r Branch_3_0 jboss-3.0
If these don't work for you reopen the bug with a really clear explanation of what you
checked out. Also search the lists and forums before filing a bug on something like
this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=679841&group_id=22866
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development