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: Open
Resolution: None
Priority: 5
Submitted By: Elo (elosf)
Assigned to: Jason Dillon (user57)
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]


----------------------------------------------------------------------

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

Reply via email to