RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
Users List Subject: Re: at my wits end with delete I was wondering if the parens in the names could be causing the issue. Perhaps if they are escaped that would help. > > -Original Message- > > From: Tracy Jones [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 09, 2

RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
Success!!! Changed Rob's script to use apply instead of delete Now it works perfectly. Out of curiosity - anyone know why?? Tracy -Original Message- From: Tracy Jones Sent: Friday, February 09, 2007 4:28 PM To: Ant Users List Subject: RE:

RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
delete that is not excluded? -Rob Anderson > -Original Message- > From: Tracy Jones [mailto:[EMAIL PROTECTED] > Sent: Friday, February 09, 2007 3:09 PM > To: Ant Users List > Subject: RE: at my wits end with delete > > Ok - thanks for the help!! I made the changes th

RE: at my wits end with delete

2007-02-09 Thread Tracy Jones
M To: Ant Users List Subject: RE: at my wits end with delete The excludes should be comma seperated. It's difficult to tell from your post whether or not that is the case. Please send the part of your build.xml that defines the excludes. -Rob Anderson > -Original Message----- > From:

at my wits end with delete

2007-02-09 Thread Tracy Jones
I just cannot get this right I have set up my fileset to exclude a list of directories and delete everything else fileset: Setup scanner in dir /opt/stratalight/packages with patternSet{ includes: [*/**] excludes: [OS-4000-1.6(B18)Beta/** OTS-SC-1.6(B18)Beta/** OTS-4010-1.6(B17)Beta/** O

RE: using symlink on filesets

2007-02-09 Thread Tracy Jones
Never mind - it's my version of j9 that is the problem - not ant -Original Message- From: Tracy Jones Sent: Friday, February 09, 2007 11:18 AM To: Ant Users List Subject: Re: using symlink on filesets I am trying to create sym links in 1 directory for each file in another dire

Re: using symlink on filesets

2007-02-09 Thread Tracy Jones
I am trying to create sym links in 1 directory for each file in another directory. I got this example from a previous posting, but so far am unable to make it work for me. The code is below - the problem I am having is that the sym link is being created in whatever directory I am in when I run th

more delete questions

2007-02-02 Thread Tracy Jones
I have the following directory structure [EMAIL PROTECTED]:/home/sluser# ls -R test test: d test/d: test/: sdlkfjdslkf and I want to delete the directory and everything in it (I want to keep the other directory). So I did this and is not deleted (unless it

RE: possible delete bug??

2007-01-31 Thread Tracy Jones
uot;a", not "temp/a" 2) java does not expose symbolic links so the delete task does not know that "a" is a symbolic link, it thinks it is a directory and follows it. Peter On 1/31/07, Tracy Jones <[EMAIL PROTECTED]> wrote: > Hi - I have the following target

RE: java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry

2007-01-31 Thread Tracy Jones
Since I didn't get any comments on this - what I did was write a shell script to do the ftp because the FTP code does not seem to work with j9 :-( it works, but it's a hack... -Original Message----- From: Tracy Jones Sent: Thursday, January 25, 2007 3:07 PM To: 'Ant Users Li

possible delete bug??

2007-01-31 Thread Tracy Jones
Hi - I have the following target that is meant to delete all files in a directory except for the ones in a list The directory temp con

RE: possible delete bug??

2007-01-31 Thread Tracy Jones
?? 1) you are excluding "a", not "temp/a" 2) java does not expose symbolic links so the delete task does not know that "a" is a symbolic link, it thinks it is a directory and follows it. Peter On 1/31/07, Tracy Jones <[EMAIL PROTECTED]> wrote: > H

possible delete bug??

2007-01-31 Thread Tracy Jones
Hi - I have the following target that is meant to delete all files in a directory except for the ones in a list The directory temp con

RE: java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry

2007-01-25 Thread Tracy Jones
org/apache/tools/ant/Main.startAnt([Ljava/lang/String;Ljava/util/Propert ie s;Ljava/lang/ClassLoader;)V org/apache/tools/ant/launch/Launcher.run([Ljava/lang/String;)I org/apache/tools/ant/launch/Launcher.main([Ljava/lang/String;)V -Original Message- From: Tracy Jones Sent: Thu

java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry

2007-01-25 Thread Tracy Jones
Hi - I am trying to use the optional FTP package with ant 1.7 running under IBM j9 1.4. I get the following error when using ftp. This works on a x86 maching using j2sdk1.4.2_08 [echo] Failed: java.lang.AbstractMethodError: org/apache/commons/net/ftp/FTPFileEntryParser.parseFTPEntry(Ljav