Sonnathi, Venkat wrote:
After the build. I need to run a Java class with the same classpath as the
build classpath. Is <ant:java... the best way?

I think so, that's how I do it.


If so how do I access the project classpath (depdencies).

Add this to your ant:java element:

<classpath>
    <path refid="maven.dependency.classpath"/>
</classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to