Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20389 invoked by uid 500); 12 Jun 2003 17:40:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 20378 invoked from network); 12 Jun 2003 17:40:07 -0000 Received: from smtp809.mail.sc5.yahoo.com (66.163.168.188) by daedalus.apache.org with SMTP; 12 Jun 2003 17:40:07 -0000 Received: from adsl-67-66-13-97.dsl.rcsntx.swbell.net (HELO vte.com) (hardaur@sbcglobal.net@67.66.13.97 with plain) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 12 Jun 2003 17:40:06 -0000 Message-ID: <3EE8BAF5.2040703@vte.com> Date: Thu, 12 Jun 2003 12:40:05 -0500 From: "Gerald D. Anderson" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: Major frustration. Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hey all, Thanks for reading, I'm about to the point of homicide/suicide with this thing. Trying to move to Xdoclet 1.2b2 from 1.1 so that I can get the benefit of some of the newer tags (autoincrement, etc) Here's the setup. Xdoclet-1.2b2 (downloaded 6/11/03) Ant-1.5.3 IntelliJ's IDEA 3.0.4 (IDE. Dropped the ant-1.5.3.jar into replace the default ant.jar (same problem with default)) Linux (RH9) IBM J2RE 1.4.1 jboss-3.2.1 if you're curious Here's the important cuts from the files (anything in [ ] is editorial addition): ant.properties (is imported in build.xml) CODE tags added for clarity IF you're seeing this as HTML. .they're not XML. Set the path to the root directory of the XDoclet distribution (see # http://www.sf.net/projects/xdoclet) xdoclet.home=/home/gander/usr/opt/xdoclet # Set this to "true" when you want to force the rebuild of the XDoclet generated # files (see XDoclet's attribute "force") xdoclet.force=true Listing of lib path to eliminate any doubt of idiocy (or prove idiocy, yes path is to xdoclet, this is xdoclet/lib. . .you'll see) [gander@voyager lib]$ ls commons-collections-2.0.jar xdoclet-jmx-module-1.2b2.jar commons-logging.jar xdoclet-libelis-module-1.2b2.jar log4j.jar xdoclet-macromedia-module-1.2b2.jar maven-xdoclet-plugin-1.2b2.jar xdoclet-mvcsoft-module-1.2b2.jar xdoclet-1.2b2.jar xdoclet-mx4j-module-1.2b2.jar xdoclet-apache-module-1.2b2.jar xdoclet-objectweb-module-1.2b2.jar xdoclet-bea-module-1.2b2.jar xdoclet-orion-module-1.2b2.jar xdoclet-borland-module-1.2b2.jar xdoclet-pramati-module-1.2b2.jar xdoclet-caucho-module-1.2b2.jar xdoclet-solarmetric-module-1.2b2.jar xdoclet-ejb-module-1.2b2.jar xdoclet-sybase-module-1.2b2.jar xdoclet-exolab-module-1.2b2.jar xdoclet-tjdo-module-1.2b2.jar xdoclet-hibernate-module-1.2b2.jar xdoclet-web-module-1.2b2.jar xdoclet-hp-module-1.2b2.jar xdoclet-webwork-module-1.2b2.jar xdoclet-ibm-module-1.2b2.jar xdoclet-xdoclet-module-1.2b2.jar xdoclet-java-module-1.2b2.jar xdoclet-xjavadoc-1.2b2.jar xdoclet-jboss-module-1.2b2.jar xdoclet-xjavadoc-uc-1.2b2.jar xdoclet-jdo-module-1.2b2.jar [gander@voyager lib]$ pwd /home/gander/usr/opt/xdoclet/lib [gander@voyager lib]$ Ok, here's the path setup for ant: [****include all *.jar] My base.path just for grins: [***includes the xdoclet.path] Ok, now for something completely target: [***Straight from the examples build.xml] [***Straight from examples] [***Straight from examples] Completed successfully! And if that wasn't fascinating enough. . .the result: Make sure the jar file containing the webdoclet class is on the classpath specified in the that defined {2}. These classes are needed in order to generate correct output. at xdoclet.DocletTask.checkClass(DocletTask.java:501) at xdoclet.modules.web.WebDocletTask.validateOptions(WebDocletTask.java:22) [******I find it very interesting that it is running what it can't find : b] at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:53) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.Project.executeTargets(Project.java:1255) at com.intellij.rt.ant.execution.AntMain.runBuild(AntMain.java:493) at com.intellij.rt.ant.execution.AntMain.start(AntMain.java:166) at com.intellij.rt.ant.execution.AntMain.main(AntMain.java:191) /home/gander/work/IdeaProjects/Cox/CoxPortal/cms/build.xml:270: Unexpected error at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:82) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.Project.executeTargets(Project.java:1255) at com.intellij.rt.ant.execution.AntMain.runBuild(AntMain.java:493) at com.intellij.rt.ant.execution.AntMain.start(AntMain.java:166) at com.intellij.rt.ant.execution.AntMain.main(AntMain.java:191) Caused by: Make sure the jar file containing the webdoclet class is on the classpath specified in the that defined {2}. These classes are needed in order to generate correct output. at xdoclet.DocletTask.checkClass(DocletTask.java:501) at xdoclet.modules.web.WebDocletTask.validateOptions(WebDocletTask.java:22) at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:53) ... 14 more --- Nested Exception --- Make sure the jar file containing the webdoclet class is on the classpath specified in the that defined {2}. These classes are needed in order to generate correct output. at xdoclet.DocletTask.checkClass(DocletTask.java:501) at xdoclet.modules.web.WebDocletTask.validateOptions(WebDocletTask.java:22) at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:53) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:397) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.Project.executeTargets(Project.java:1255) at com.intellij.rt.ant.execution.AntMain.runBuild(AntMain.java:493) at com.intellij.rt.ant.execution.AntMain.start(AntMain.java:166) at com.intellij.rt.ant.execution.AntMain.main(AntMain.java:191) Note: I am just using xdoclet to generate my jboss specific EJB xml files. IDEA does a nice job with the ejb-jar.xml and pretty much leave that alone. Ok, that's the info. My sob story is that we were hoping to make a MAJOR milestone today and this is holding me up. . .I am unbelievably frustrated and am not above begging. I PRAY I've got everything in here of value, if not. . .let me know and I'll try to shore up the information. Thanks for saving lives. . .in advance, ; ) Gerald P.S. No, I'm really not going to kill anybody or myself, well, not intentionally. . .if it can be helped.. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org