Hi,
I am facing some issue with Running Ant javac task on Maven POM file.
(Maven 2.1 and Ant 1.7.1)
I am using Maven Ant Task.
My ant build.xml content.
<artifact:pom id="maven.project" file="pom.xml" />
<javac srcdir="${maven.project.build.sourceDirectory}" />
it gives me error saying that Maven Source directory not found.
srcdir "D:\maven\SampleApp\${project.basedir}\src\main\java" does not exist!
Is there any configuration that i am missing.
Any Help will be highly appreciated.
Thanks.
--
View this message in context:
http://old.nabble.com/Ant-javac-task-on-Maven-Source-directory-tp27635973p27635973.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]