Apparently someone checked in some files that fixed my last problem, 
because I didn't change anything and now it works.  Whoever you are, thank you.

My current exception is also weird.  About 5-6 JBoss modules have compiled 
cleanly almost all using XDoclet.  Along comes the messaging module with 
almost identical build.xml configuration and the same exact XDoclet task 
and I get the exception below.  Why is it complaining about 
./messaging/src/main?  How and why is that effecting the loading of the 
XDoclet modules?  As an aside, I've tried just specifying the xdoclet.jar 
and having it load the other .jar(s).  That doesn't seem to work.  It 
complains about not finding classes that are in the other .jar(s).  I end 
up having to add each .jar to the XDoclet path specified in the <taskdef> 
(using a wildcard).  What might I be doing wrong?  Thanks.

Fred.

compile-mbean-sources:
     [mkdir] Created dir: 
D:\Multideck\JBoss3.1\jboss-all\messaging\output\gen-src
(ModuleFinder.findModules            112 ) Registering XDoclet modules 
(searching for jars containing META-INF/xdoclet.xml) ...
D:\Multideck\JBoss3.1\jboss-all\messaging\src\main not found.
         at 
org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java)
         at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:59)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java)
         at org.apache.tools.ant.Task.perform(Task.java)
         at org.apache.tools.ant.Target.execute(Target.java)
         at org.apache.tools.ant.Target.performTasks(Target.java)
         at org.apache.tools.ant.Project.executeTarget(Project.java)
         at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
         at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:269)
         at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:184)
         at org.apache.tools.ant.Task.perform(Task.java)
         at org.apache.tools.ant.Target.execute(Target.java)
         at org.apache.tools.ant.Target.performTasks(Target.java)
         at org.apache.tools.ant.Project.executeTarget(Project.java)
         at org.apache.tools.ant.Project.executeTargets(Project.java)
         at org.apache.tools.ant.Main.runBuild(Main.java)
         at org.apache.tools.ant.Main.start(Main.java)
         at org.apache.tools.ant.Main.main(Main.java)

BUILD FAILED
D:\Multideck\JBoss3.1\jboss-all\messaging\build.xml:308: Unexpected error

Total time: 1 minute 11 seconds
Press any key to continue . . .



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to