Steve Loughran wrote:
I'm updating fetch.xml to
-<get> the maven2 tasks
-use that to retrieve the rest
Now, here is a problem. I can probe for the m2 tasks in two ways.
1. I can look for the class, that implements the task or the antlib
resource
2. I can use <typefound>. But how does (2) work with namespaced stuff?
I want to do
<typefound name="dependencies"
namespace="antlib:org.apache.maven.artifact.ant"/>
You need to use the "flattened" name - uri + ":" + name eg:
<typefound name="antlib:net.sf.antcontrib:for"/>
Peter
There isnt a way to do this yet, is there?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]