[Subclipse-users] SVN ant task
From: Cordier Yann <ycordier_at_prosodie.com>
Date: Thu, 19 Jun 2008 16:24:24 +0200
Dear subsclipse team,
I just wrote a little ant script whose main goal is to check whether one
To achieve this, I wrote a sub task that checks the local revision and
Now here is my problem : I am calling this sub task using an <antcall>
Buildfile: build.xml
checkLatest:
checkLatestProject:
[svn] <Status> started ...
[svn] <Status> finished.
[echo] Local revision = 599, trunk revision = 599
checkLatestProject:
BUILD FAILED
build.xml:229: The following error occurred while executing this line:
build.xml:65: java.lang.NoClassDefFoundError:
Total time: 984 milliseconds
I really don't see why it should work the first time if the classpath
Have you ever encountered such a problem ?
BTW I think I also found a little bug in svnClientAdapter :
In the JhlInfo2 class, the "file" field can be null, for example when
Now, the getFile() method of JhlInfo2 doesn't check whether the "file"
I have encountered it using the <info> command on the "trunk/" directory
I hope this might help and thanks for your answers.
Have a nice day,
Yann Cordier
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.