RE: ftp question 1.5.4

2005-03-16 Thread Vadim Kazakov
Didn't realize the listing was stored on the local computer. Then I guess my response doesn't really apply. -Original Message----- From: Vadim Kazakov [mailto:[EMAIL PROTECTED] Sent: March 16, 2005 2:18 PM To: Ant Users List; Mike Starkie Subject: RE: ftp question 1.5.4 You c

RE: ftp question 1.5.4

2005-03-16 Thread Vadim Kazakov
You can use the Attributes and then somehow parse the list.txt file in order to get each file in that list. -Original Message- From: Mike Starkie [mailto:[EMAIL PROTECTED] Sent: March 16, 2005 2:08 PM To: user@ant.apache.org Subject: ftp question 1.5.4 I'm forced to use ant 1.5.4 and I

RE: VSSGet Task and synchronization

2005-03-15 Thread Vadim Kazakov
We delete our code tree before doing a VSSGet. Is that an option for you? -Original Message- From: Sébastien Annedouche [mailto:[EMAIL PROTECTED] Sent: March 15, 2005 2:10 AM To: Ant Users List Subject: VSSGet Task and synchronization Hi all, I use vssget task to retrieve files from a v

RE: Escape " in ANT script and Use CVS task

2005-02-19 Thread Vadim Kazakov
Try " -Original Message- From: Michael Wang (IT) [mailto:[EMAIL PROTECTED] Sent: February 18, 2005 1:12 PM To: Ant Users List Subject: Escape " in ANT script and Use CVS task Hi, I wanna use task to add and commit some files. What's the correct format to do it? So far, for commit, her

RE: New Ant GUI - 'Ant's Nest'

2005-01-07 Thread Vadim Kazakov
Looks good, how about adding context highlighting? -Original Message- From: Chris Clohosy [mailto:[EMAIL PROTECTED] Sent: January 6, 2005 5:32 AM To: user Subject: New Ant GUI - 'Ant's Nest' Hi all, I would like to draw your attention to an open-source Ant GUI that I am developing, call

RE: yet another regex question

2004-12-15 Thread Vadim Kazakov
What about using scriptdef. I've never used it, but maybe someone else on this list can advise how you can define a script using scriptdef to do this. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: December 14, 2004 8:55 AM To: ant_user (E-Mail) Subject: yet anot

RE: Signal 40 error

2004-12-02 Thread Vadim Kazakov
Sounds like a seg fault. Isn't that what return code 168 means? -Original Message- From: Griffith, Jeff [mailto:[EMAIL PROTECTED] Sent: December 1, 2004 3:22 PM To: Ant Users List Subject: Signal 40 error Hello, We're using ANT (v1.5.4) as part of our automated WebSphere deployment to

RE: SourceSafe

2004-11-23 Thread Vadim Kazakov
Well you would obviously need to use the directory where VSS resides. So I'm assuming -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 23, 2004 10:49 AM To: Ant Users List Subject: RE: SourceSafe But still there is a error. my tasks is now: and erro

RE: newbie not removing my empty directory?

2004-11-23 Thread Vadim Kazakov
: newbie not removing my empty directory? Are you a developer? Perhaps it can be suggested as a new improvement... Thanks for all the help, Eric --- Vadim Kazakov <[EMAIL PROTECTED]> wrote: > I don't think so. Not completely positive though, can't seem to find any > sele

RE: newbie not removing my empty directory?

2004-11-23 Thread Vadim Kazakov
e a way to specify a delete command that might run after this one, that might hit NO files, but that could remove my empty directories? ie, a delete that ONLY deletes empty subdirs? Eric --- Vadim Kazakov <[EMAIL PROTECTED]> wrote: > Exactly, since the directory doesn't match

RE: newbie not removing my empty directory?

2004-11-22 Thread Vadim Kazakov
cify which directories are going to be EMPTY when I'm done with the delete? How would I know that? No, there are no class files left in the directory when the operation is done. The directory is empty, but doesn't get removed. Thanks, Eric --- Vadim Kazakov <[EMAIL PROTECTED]> wr

RE: newbie not removing my empty directory?

2004-11-22 Thread Vadim Kazakov
Because you're not specifying the directory in the include tags so it only deletes .java and .class files unless the .class files are in a subdirectory xyz/test1. -Original Message- From: Eric Lubin [mailto:[EMAIL PROTECTED] Sent: November 19, 2004 2:07 PM To: [EMAIL PROTECTED] Subject: n

RE: AW: package to dir

2004-11-08 Thread Vadim Kazakov
I suppose you could write the original string out to a file, use the replace task and then use loadfile task to load the changed string into a property. -Original Message- From: uli [mailto:[EMAIL PROTECTED] Sent: November 5, 2004 9:03 AM To: Ant Users List Subject: Re: AW: package to di

RE: Feature Requests for Ant?

2004-10-18 Thread Vadim Kazakov
You can also try to implement this request yourself. Afterall ant is opensource. -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: October 16, 2004 6:29 AM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: Feature Requests for Ant? Thanks for the info, Dale! I'll use Bugzi

RE: Properties set within conditions

2004-10-12 Thread Vadim Kazakov
nicely now with 'antcallback'. Thanks *very* much for this suggestion! However, I'd still like to see other ways to do the same thing, especially ways that don't involve installing extra tasks. Rhino ----- Original Message - From: "Vadim Kazakov" <[EMAIL PROTECTED

RE: Properties set within conditions

2004-10-12 Thread Vadim Kazakov
better way, I'd love to hear about it. Rhino - Original Message - From: "Vadim Kazakov" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 10:37 AM Subject: RE: Properties set within conditions This is because you'r

RE: Properties set within conditions

2004-10-12 Thread Vadim Kazakov
This is because you're are setting these variables in an antcall. Which does not actually propogate up those properties. You could check out the antcallback task in ant-contrib. That will do what you want also see the recent thread about returning values from antcallback. __

RE: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything

2004-09-08 Thread Vadim Kazakov
Why not just do this: -Original Message- From: Steve Pruitt [mailto:[EMAIL PROTECTED] Sent: September 8, 2004 8:15 AM To: Ant Users List Subject: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything I cannot get an exec to work. I get an error tha

RE: Specifying which java/javac to use.

2004-08-31 Thread Vadim Kazakov
What if you specify an env element with JAVA_HOME pointing to whatever version you want to use? -Original Message- From: Shay [mailto:[EMAIL PROTECTED] Sent: August 31, 2004 1:00 PM To: Ant Users List Subject: Specifying which java/javac to use. I have a few systems with multiple java/j