At 07:03 05/11/2002 -0800, you wrote:

C:\work\jboss-all\build>build

Calling ..\tools\bin\ant.bat -logger
org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

_buildmagic:init:
Trying to override old definition of task property

_buildmagic:init:local-properties:
     [copy] Copying 1 file to C:\work\jboss-all\build

BUILD FAILED
file:C:/work/jboss-all/build/../tools/etc/buildfragments/tools.ent:29:
taskdef class xdoclet.modules
.jmx.JMXDocletTask cannot be found

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

Windows XP Pro, Patch Level One
Jdk 1.4.1
Ant 1.5

Has anyone seen this error message before ?

Thanks,
Michael
the tools.ent file mentioned looks for lib jars with this format:

xdoclet/xdoclet.jar

when it really wants them
to be like this:

xdoclet-xdoclet

if you go through the file mentioned and do a search replace for
'-' and switch them to '/' then it will build.


cheers,

Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:scharlau@;csd.abdn.ac.uk



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to