Thanks for your answer but when I set the maven.dependency.classpath as the
classpathref attirbute the result ist he same.
<goal name="Work:doCompile">
<ant:echo>...${file}...</ant:echo>
<ant:echo>...${maven.dependency.classpath}...</ant:echo>
<ant:jspc srcdir="${file.parentFile}"
destdir="${maven.build.dir}/default.war/jsptmp"
compiler="jasper"
verbose="9"
failonerror="true">
<include name="${file.name}"
classpathref="maven.dependency.classpath" />
</ant:jspc>
</goal>
The ant:echo shows an empty string but my project is build correctly maven
java:compile returns with no error
I have included the jasper-compiler.jar and the jasper-runtime.jar in the
dependency path (project.xml) but the result was the same.
Any idea?
Regards Edmund
--------------------------------------------------------------------------------
The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express
written permission of the sender. If you are not the intended recipient, please
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.
--------------------------------------------------------------------------------