By: David - irnker
JRAntCompileTask - No supported regexp found
2003-11-14 10:37
I am trying to use the JRAntCompileTask and every time I run it I get the following error.
"No supported regular expression matcher found"
I have the following jars in the classpath:
bcel-5.1.jar
bsf.jar
commons-beanutils-1.5.jar
commons-collections-2.1.jar
commons-digester-1.3.jar
commons-logging-1.0.2.jar
jasperreports-0.5.0.jar
regexp.jar
xalan.jar
xercesImpl.jar
xml-apis.jar
The Ant xml is:
<taskdef name="jrc" classname="dori.jasper.ant.JRAntCompileTask">
<classpath>
<fileset dir="${basedir}\..\jasper">
<include name="**/*.jar"/>
</fileset>
</classpath>
</taskdef>
<path id="jasper.classpath">
<fileset dir="${basedir}\..\jasper"/>
</path>
<target name="compileJasper">
<jrc srcdir="${lms.dir}/WEB-INF/config/reporting/printableview/jasper"
destdir="${lms.dir}/WEB-INF/reporting/printableview" tempdir="."
keepjava="false" xmlvalidation="true">
<classpath refid="jasper.classpath"/>
</jrc>
</target>
Any Ideas?
Thanks...
Dave
By: Gene Garcia - genegc
RE: JRAntCompileTask - No supported regexp found
2003-11-18 13:06
I have the same problem when in a Linux env using a netscape app server. In windows, using Tomcat, everything works fine.
JRAntCompileTask - No supported regexp found
2003-11-14 10:37
I am trying to use the JRAntCompileTask and every time I run it I get the following error.
"No supported regular expression matcher found"
I have the following jars in the classpath:
bcel-5.1.jar
bsf.jar
commons-beanutils-1.5.jar
commons-collections-2.1.jar
commons-digester-1.3.jar
commons-logging-1.0.2.jar
jasperreports-0.5.0.jar
regexp.jar
xalan.jar
xercesImpl.jar
xml-apis.jar
The Ant xml is:
<taskdef name="jrc" classname="dori.jasper.ant.JRAntCompileTask">
<classpath>
<fileset dir="${basedir}\..\jasper">
<include name="**/*.jar"/>
</fileset>
</classpath>
</taskdef>
<path id="jasper.classpath">
<fileset dir="${basedir}\..\jasper"/>
</path>
<target name="compileJasper">
<jrc srcdir="${lms.dir}/WEB-INF/config/reporting/printableview/jasper"
destdir="${lms.dir}/WEB-INF/reporting/printableview" tempdir="."
keepjava="false" xmlvalidation="true">
<classpath refid="jasper.classpath"/>
</jrc>
</target>
Any Ideas?
Thanks...
Dave
By: Gene Garcia - genegc
RE: JRAntCompileTask - No supported regexp found
2003-11-18 13:06
I have the same problem when in a Linux env using a netscape app server. In windows, using Tomcat, everything works fine.
0 Answers:
No answers yet