Andrew
>
> On Wed, Oct 27, 2010 at 10:38 PM, David Harrigan wrote:
>> So, what do I do if the module is a 3rd party lib that hasn't defined
>> the version? As a workaround, I've done this:
>>
>>
>>
>> Since, somewhere else, an attempt is made
t; TEST_PATH='the big long path in my previous email'
> for x in `echo $TEST_PATH | sed -e 's/:/ /g'`
> do
>if [ ! -d $x ]
>then
> echo "JAR " $x
> jar tf $x | grep org.apache.tools.ant.util.FileUtils
>fi
> done
>
&
swap out
versions easily...
-=david=-
Peter Reilly-2 wrote:
>
> On 12/20/06, David Harrigan <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> So, trying out Ant 1.7.0. When I run my unit tests I get these errors
>> that
>> do not appear when I run using Ant 1.6.
Hi,
So, trying out Ant 1.7.0. When I run my unit tests I get these errors that
do not appear when I run using Ant 1.6.5 (note: nothing has changed, just
the version of Ant that I'm using...)
[junit] Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.tools.ant.util.FileUtils.c
Hi!
I've written a small custom filterreader that does the following job:
Working with CruiseControl and Ant, cruise passes in a property
called label that can be used in the cvs task to label your repository.
If you're working on the head this is quite cool, so for example, you
will have a "bu