DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33434>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33434 ------- Additional Comments From [EMAIL PROTECTED] 2007-01-24 23:06 ------- I was able to work around this by defining a classpath that included the struts JARs, the tomcat JARs, and my JARs, and using that to run the java class directly (no taskdef). <path id="jspc.class.path"> <fileset dir="${basedir}/build" includes="*.jar" /> <fileset dir="${basedir}/build/bc-web/WEB-INF/lib" includes="*.jar" /> <pathelement location="${basedir}/build/bc-web/WEB-INF/classes/" /> <pathelement location="${install.java_home}/lib/tools.jar" /> <fileset dir="${basedir}/config/server/config/jboss3/default/deploy/jbossweb-tomcat50.sar" includes="*.jar" /> <fileset dir="${basedir}/lib/j2ee" includes="*.jar" /> </path> <java fork="true" classname="org.apache.jasper.JspC" classpathref="jspc.class.path" failonerror="true"> <arg line="-v -uriroot ${uriroot} -d build/jspSrc -die1"/> </java> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]