[Subclipse-users] svnant 1.1.0-RC2 file selectors error
From: Nickolay Artamonov <teshca_at_tepkom.ru>
Date: Sat, 22 Mar 2008 13:20:41 +0300
Hi all.
I just started to use svnant 1.1.0-RC2
First of all I want to say that new file selectors feature is great - that
But unfortunately I experienced some problems with them.
I wrote code like
<delete>
<fileset dir="${sync.path}">
<svnMissing/>
</fileset>
</delete>
This code works fine when the fileset isn't empty.
But if there are no missing files in that folder I get
Error java.lang.ArrayIndexOutOfBoundsException: 0
-Nickolay
|
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.