RE: 1 Questions in ANT

2006-03-06 Thread Anderson, Rob (Global Trade)
Exactly. You would only use FTP for all destinations. -Rob A > -Original Message- > From: Res Pons [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 04, 2006 2:25 PM > To: user@ant.apache.org > Subject: RE: 1 Questions in ANT > > if I understood your question

RE: 1 Questions in ANT

2006-03-04 Thread Res Pons
r FTP target and set its properties either in other targets or in a build.properties file. Original Message Follows From: "Karthik" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: RE: 1 Questions in ANT Date: Sat, 4

RE: 1 Questions in ANT

2006-03-04 Thread Karthik
: Saturday, March 04, 2006 12:48 AM To: Ant Users List Subject: RE: 1 Questions in ANT I'm not exactly clear on your question...So you are deploying something to both windows (locally) and linux (remote machine). Let me offer my 2 cents. I prefer to deploy things, regardless of the OS and local/r

RE: 1 Questions in ANT

2006-03-03 Thread Anderson, Rob (Global Trade)
erson > -Original Message- > From: Karthik [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 02, 2006 11:54 PM > To: user@ant.apache.org > Subject: 1 Questions in ANT > > Hi form > > I have 1 Questions > > 1)I have a "build.xml" file wit

AW: 1 Questions in ANT

2006-03-03 Thread Oliver Ashoff
Hi! Using a macro may help. See http://ant.apache.org/manual/ -> Ant Tasks -> Core Tasks -> MacroDef Regards, Oliver > -Ursprüngliche Nachricht- > Von: Karthik [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 3. März 2006 08:54 > An: user@ant.apache.org > Bet

1 Questions in ANT

2006-03-02 Thread Karthik
Hi form I have 1 Questions 1)I have a "build.xml" file with many normal targets, But for LINUX - OS with same build.xml , Do i need to Add the FTP tasks for EACH of the targets or is there an feature avaliable in ANT. ex:- Source OS using ANT to Copy is : "windows