If someone has built the ant-testutil.jar from sources then it will be
more suitable -- I grabbed myself a binary and I am not sure which ANT
version it belongs.

Meanwhile I have installed it into my local repository, added it as a
dependency with a "test" scope and the compiler complains that it cannot
resolve the BuildFileTest.class (which exists in ant-testutil.jar) --
where could I be wrong?

Carlos Sanchez wrote:
> You can get it uploaded to ibiblio
> http://maven.apache.org/guides/mini/guide-ibiblio-upload.html
> 
> On 3/8/06, Adrian Herscu <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> I would like to build my own ANT tasks using Maven.
>> The problem is that ANT testing requires a special JAR
>> (ant-testutil.jar) which is not distributed through Maven's central repo.
>>
>> Now, I have two choices:
>>
>> 1) manually install that JAR in my local repo -- this will require
>> everybody to manually install that JAR into his local repo
>>
>> 2) put that JAR into my projects src/bin directory and then somehow add
>> it to the Surefire classpath -- how?
>>
>> I saw the classpathElements, but don't know how to use it (or even if
>> that's what I need in this case).
>>
>> Please help,
>> Adrian.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride


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

Reply via email to