Thanks for the suggestion, however it didn't appear to change anything. I'm guessing the "remoteRepository" is the name that's undefined, so I'm guessing that maven-ant-tasks.jar isn't being loaded (despite it's listing in ant -diagnostics). I was hoping that since maven-ant-tasks is developed as part of maven, that someone on the list would be using it and have some insight as to what I was doing wrong.

I guess I'll go haunt the ant user's group for awhile, and see if anyone there might have encountered this error.

Thanks,
Scott

On Tue, 27 Dec 2011 21:50:34 -0600, Wayne Fay wrote:
<project name="Test" default="help" basedir="."
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
   <artifact:remoteRepository id="my.repository"
url="http://example.com";>

I'd try adding name="blah" after id="..." and url="..." and see if
that does anything.

Wayne



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to