Jump to content

Problem to complie


2004 IR Help

Recommended Posts

By: David Imedio - imedio

Problem to complie

2004-06-25 04:06

I am trying to compile my Jasper Report using my build.xml file. I have introduced this code:

 

 

<target name="generateReport" description="Genera el c󤩧o automatizado de los Jasper del proyecto">

<taskdef name="jrc" classname="dori.jasper.ant.JRAntCompileTask">

<classpath>

<fileset dir=".">

<include name="lib2/jasperreports-0.5.0.jar"/>

<include name="lib2/*.jar"/>

</fileset>

</classpath>

</taskdef>

<jrc srcdir= "becaPruebaListado.xml">

</jrc>

</target>

 

I receive this mistake:

 

No supported regular expression matcher found

 

Could you help me??

 

 

 

 

By: Giulio Toffoli - gt78

RE: Problem to complie

2004-06-29 02:56

try to upgrade your Ant or remove the line:

<include name="lib2/jasperreports-0.5.0.jar"/>

 

Try to put into dir="." an absolute path

 

Good luck!

 

Giulio

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...