RE: deltree does not work

2001-11-01 Thread Will Dyke
Is ${destdir.dir} defined? Run ant with -debug and -verbose to see what is actually happening when the clean target is executed, and check that ${destdir.dir} is actually expanded to a reasonable value. Will -Original Message- From: Gene Margolin [mailto:[EMAIL PROTECTED]] Sent: 31

Contributing to FAQ (was deltree does not work)

2001-11-01 Thread Will Dyke
to which we can point people with such simple questions? I knew the answer but it seemed so obvious... -v. -Original Message- From: Will Dyke [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 2:10 AM To: 'Ant Users List' Subject: RE: deltree does not work

RE: non - fatal error with Ant 1.4

2001-10-23 Thread Will Dyke
-Original Message- From: Matt McAuliffe [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 07:28 To: '[EMAIL PROTECTED]' Subject: non - fatal error with Ant 1.4 I'm getting the following non-fatal error using Ant 1.4 and jdk1.2.2 on windows: A nonfatal internal

RE: FTP Password

2001-10-22 Thread Will Dyke
I'm not sure that the '^' would cause a problem, but '$' almost certainly will. To escape $ in ant, use $$. We use a properties file for ftp, which might prove more suitable - here you just have to escape properties files special characters (e.g. '\' and ':') Will -Original Message-

RE: javac-tag is not ignored by ant

2001-10-22 Thread Will Dyke
Remove the ${mySession.src.dir}/ from the includes, as ant already determines this from the srcdir attributes. The following should work: javac srcdir=${mySession.src.dir} destdir=${mySession.class.dir} classpath path=${java.classpath}/

RE: how to export data

2001-10-19 Thread Will Dyke
Dhirendra, Please don't post html mail to the list. The fact that sqlplus says that the statement is invalid means that this is an oracle question, rather than an ant question. I suggest that you ask the question in a more appropriate forum. Will -Original Message- From:

vssget - optional label

2001-09-19 Thread Will Dyke
? Most potential solutions that I see would probably involve a change to the vssget task (so that e.g. an empty string value for label means get standard version) - I don't mind doing this, but would prefer not to have to. Will Will Dyke beeb.com Systems Engineer 020 8433 1510 This e-mail, and any

RE: vssget - optional label

2001-09-19 Thread Will Dyke
September 2001 14:55 To: [EMAIL PROTECTED]; Will Dyke Subject: Re: vssget - optional label Hi Will, I faced a similar problem. This is how I fixed the problem. You call ant as 'ant -Dvss.label=build42'. target name=vssget depends=vssget.label unless=vss.label vssget

RE: Using IF

2001-09-19 Thread Will Dyke
IF --- Will Dyke [EMAIL PROTECTED] wrote: While searching my ant-user archive for info on how to setup NoBannerLogger, I also found a suggestion of yours to at least get ANT_ARGS read as default - any progress on that? Only on my local disk :) I should swing it past ant-dev and see

RE: Using IF

2001-09-19 Thread Will Dyke
Oops, should have checked that before I posted. I'm talking rubbish. I think ANT_OPTS is used for java options, rather than ant arguments. Sorry, Will -Original Message- From: Will Dyke Sent: 19 September 2001 17:20 To: '[EMAIL PROTECTED]' Subject: RE: Using IF Having just

RE: FTP put problems

2001-09-18 Thread Will Dyke
Primrose Road Bangalore 560 025, INDIA Email: [EMAIL PROTECTED] Tel: +91 80 558 1487-90 ext. 2416 Will Dyke [EMAIL PROTECTED] 09/18/01 04:53 PM Please respond to ant-user To:'[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Subject:FTP put

RE: FTP put problems

2001-09-18 Thread Will Dyke
a NT machine to a Solaris machine. --Jim --- Will Dyke [EMAIL PROTECTED] wrote: I've just tried ftp'ing files from my local machine to the remote machine, which showed me two things - one, that snoop would definitely detect this, and two, there are no problems with the particular

RE: Using IF

2001-09-18 Thread Will Dyke
=value -logger org.apache.tools.ant.NoBannerLogger Regards, Will Dyke -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: 17 September 2001 22:43 To: [EMAIL PROTECTED] Subject: RE: Using IF Note: I edited out the header and footer output, but I didn't need

RE: FTP put problems

2001-09-18 Thread Will Dyke
!!! In going from a NT to Solaris machine, I think that if you do not specify a remote directory, then I believe that it tries to go to the root directory. Can anyone verify that it would try to go to the root directory??? --Jim --- Will Dyke [EMAIL PROTECTED] wrote: I suspect it might

RE: spaces in url for get task

2001-09-05 Thread Will Dyke
You could try replacing the space with %20 (hex ascii code for space) Hope that helps, Will Dyke -Original Message- From: Bhadra, Jatin [mailto:[EMAIL PROTECTED]] Sent: 05 September 2001 11:42 To: '[EMAIL PROTECTED]' Subject: spaces in url for get task Hi all, I am

RE: User property overridden in nested ant scripts

2001-08-22 Thread Will Dyke
-Original Message- From: Don Taylor [mailto:[EMAIL PROTECTED]] Sent: 22 August 2001 16:05 To: [EMAIL PROTECTED] Subject: Re: User property overridden in nested ant scripts --- Will Dyke [EMAIL PROTECTED] wrote: I wish to use a command line property occasionally

RE: BUG maybe?

2001-08-22 Thread Will Dyke
Targets never get called twice (see Targets under Using Ant at http://jakarta.apache.org/ant/manual/) You can probably use antcall to call a target multiple times (i.e. do this at the end of the war target, then at the end of the ear target etc.) Have a look at the ant docs for antcall.

RE: sourcesafe problems (error code 193)

2001-08-17 Thread Will Dyke
there's a unix variant of sourcesafe - sounds pretty unlikely to me) Will Dyke -Original Message- From: Will Dyke [mailto:[EMAIL PROTECTED]] Sent: 17 August 2001 10:01 To: '[EMAIL PROTECTED]' Subject: RE: sourcesafe problems (error code 193) It works fine! D:\ant\binc

sourcesafe problems (error code 193)

2001-08-16 Thread Will Dyke
the command line works: D:\ant\bin c:\progra~1\devstudio\vss\win32\ss Get $/New Beeb - Phase 1/atg/ant /bin/build.xml -GLD:\ant\bin -I- -Ydykew31,sourcesafe build.xml If anyone has any idea what the error code means, or why this might be happening, I'd be very grateful. Many thanks, Will Dyke