You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Edson Yanaga <ya...@insula.com.br> on 2005/09/13 23:11:32 UTC

Problem with regexp in Maven 1.1beta2

Hi,

I have tried do use the jaspercompile task from jasperreports on Maven
1.1beta2, but I get the following error: (I have noticed that the ant
that ships with maven does not include nor jakarta-oro, nor
jakarta-regexp. Maybe is this the problem? I have tried to copy regext
and oro jars to $MAVEN_HOME/lib, but it still keeps giving me the
following error...)


BUILD FAILED
File...... /home/yanaga/projetos/archa/archa-server-boleto/maven.xml
Element... ant:jrc
Line...... 34
Column.... 89
No supported regular expression matcher found


My maven.xml is:

        <goal name="jaspercompile">
                <mkdir dir="${maven.build.dest}/reports"/>
                <ant:taskdef name="jrc"
                   classname="net.sf.jasperreports.ant.JRAntCompileTask"
                        classpathref="maven.dependency.classpath"/>

                <ant:jrc srcdir="${maven.src.dir}/main/reports"
destdir="${maven.build.dest}/reports">
                        <ant:classpath>
                                <ant:path
refid="maven.dependency.classpath"/>
                        </ant:classpath>
                </ant:jrc>
        </goal>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org