DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20463>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20463 Jasper2 ant task generate invalid package name ------- Additional Comments From [EMAIL PROTECTED] 2003-06-04 02:11 ------- The attachment is a complete bug demo archived as jar file, here is ant task xml snippet. <target name="JspC" depends="init"> <taskdef classname="org.apache.jasper.JspC" name="jasper2"> <classpath refid="compile.classpath"/> </taskdef> <jasper2 verbose="3" package="jsp.foresee" uriroot="${webapp.home}" outputDir="${build.home}/src" /> <javac srcdir="${build.home}/src" destdir="${build.home}/classes" deprecation="${compile.deprecation}" encoding="UTF-8" debug="on"> <classpath refid="compile.classpath"/> </javac> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]