Parsons, David wrote:
Any other ideas?

I think I had the syntax wrong.

maven.dependency.classpath is not a variable, it's a path. So

printing it out won't show anything.

try this:

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


Tried both that and <ant:path refid="maven.dependency.classpath"/>, to
no avail (NoClassDefFoundError).

Thanks for pointing out that maven.dependency.classpath is a path.  Is
there any way to view its value at runtime?


I think you can use the 'pathconvert' task to convert a path to a property. Then you could print it out to see what's going on.

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



Reply via email to