On Thu, 2003-07-03 at 11:20, Andreas Rodtwitt wrote: > Im running ant 1.5.3-1. However, i've solved it by putting these jar files > into the classpath and the "xdoclet.path" definition. It makes my classpath > look like a shell struck it, but it works, for some reason... > > <path id="xdoclet.path"> > <pathelement location="${ant.home}/lib/ant.jar" /> > <pathelement > location="${xdoclet.home}/lib/xdoclet-ejb-module-1.2b2.jar" /> > <pathelement location="${xdoclet.home}/lib/xdoclet-1.2b2.jar" /> > <pathelement > location="${xdoclet.home}/lib/xdoclet-xjavadoc-1.2b2.jar"/> > <pathelement location="${xdoclet.home}/lib/commons-logging.jar"/> > <pathelement > location="${xdoclet.home}/lib/commons-collections-2.0.jar"/> > <pathelement location="${xdoclet.home}/lib/log4.jar"/> > <pathelement > location="${xdoclet.home}/lib/maven-xdoclet-plugin-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-apache-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-bea-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-borland-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-caucho-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-exolab-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-hibernate-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-hp-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-ibm-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-java-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-jboss-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-jmx-module-1.2b2.jar"/> > <pathelement > location="${xdoclet.home}/lib/xdoclet-web-module-1.2b2.jar"/> > <pathelement location="${jboss.client}/log4j.jar" /> > </path>
Instead of all those separate pathelement entries, why not just use <path id="xdoclet.path"> <pathelement location="${ant.home}/lib/ant.jar" /> <fileset dir="${xdoclet.home}/lib"> <include name="*.jar"/> </fileset> <pathelement location="${jboss.client}/log4j.jar" /> </path> ? Andrew. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user