> Martin Holz wrote: > > > Hello Oliver, > > > > Oliver Zeigermann <[EMAIL PROTECTED]> writes: > > > > > >>I have just uploaded distributions for Slide 2.0 release candicate 1 > >>built based on the SLIDE_2_0_RELEASE_BRANCH_RC1_RELEASE tag. > >> > >> > >>They can be found at: > >> > >>http://cvs.apache.org/dist/jakarta/slide/2.0-rc1/ > >> > >>Please check if the distributions are ok. I.e. download them, install > >>them and see if they start up. > > > > > > Great. If checked the jakarta-slide-webdavclient-bin-2.0rc1.tar.gz > > on Linux so far. Four minor problems: > > > > run.sh is not executable, but the bat files are. > > Hmmm, when I unpack them on Linux, non of them are executable. Is there > a way to set modes with ANT?
Yes, this problem had already shown up with 2.0b1. The permission of run.sh is set correctly by Ant, but that has no effect on your Windows box. Instead you should have a look at Ant's Tar task. The tarfileset has a mode attribute which you can use, to specify the right permission regardless of what you have on your filesystem. Ingo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
