Sommers, Elizabeth wrote:
I am trying to build a war. The files that should be included in the lib are in a fileset defined by<path id="managed.class.path"> <fileset dir="${M2_REPO}"> <include name="log4j/log4j/1.2.6/log4j-1.2.6.jar"/> <include name="springframework/spring-web/1.2.5/spring-web-1.2.5.jar"/> <include name="net/sourceforge/jexcelapi/jxl/2.5.7/jxl-2.5.7.jar"/> <include name="c3p0/c3p0/0.9.0/c3p0-0.9.0.jar"/> ... </fileset> </path> I can't figure out how to include this.I am getting an error of managed.class.path doesn't denote a zipfileset or a fileset
You need to copy all JARs you need into a directory, flattening as you go. that is, if you want the app server classloader to find them.
-steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
