RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
--- --- ant -f test.xml -Ddev.build1=Build_0402_0012 test Buildfile: test.xml test: [echo] Value of DevBuild1 is Build_0402_0012 BUILD SUCCESSFUL Total time: 3 seconds Anil -Original Message- From: Jacob, Anil - MWT [mailto:[EMAIL PROTECTED] Sent: Tuesday, D

RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
Where exactly are you updating the properties? Are you echoing it or writing it into a file? Anil -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 2:20 PM To: Ant Users List Subject: RE: ant UI -D option is not working !! I gave "cmd /c a

Re: Using ReplaceRegExp

2004-12-21 Thread Antoine Levy-Lambert
Hello Matt, I do not know how to solve your problem, but you might have a look at filterchains. Since filterchains get written into buildfiles as a tag containing n nested filter readers, you can also write your own filter reader. You can read the section about filter readers under "Custom Compon

RE: ant UI

2004-12-21 Thread Velagapudi, Murali
i am passing the dynamic values from GUI using the below format ,hope this will be usefull for you import org.apache.tools.ant.taskdefs.Property; class GUI extends JFrame{ ... . Property vssproperty=null;

RE: ant UI

2004-12-21 Thread Radha Sangal
-D option is not working !! I gave "cmd /c ant -buildfile automated_CvsTagDiff.xml CVSDiffReport -D dev.build1=Build_0402_0012 dev.build2=Build_0402_0018 " in bat file And "" in ant script. But the result does not show values updated in properties. ;-( -Original Message- From: Jacob,

RE: ant UI

2004-12-21 Thread Jacob, Anil - MWT
Not very familiar with java, however given below is part of a perl script which calls ANT, the -D parameters are actually input fields in a html page. So when the user selects the fields they get passed on to the perl script which is called in the action "POST" section of the hrml page. I guess yo

Ant Image Task Questions

2004-12-21 Thread Gord Bowman
I just started using Ant 1.6.2 due to its Image task, which suits my needs perfectly. Unfortunately, I'm having some troubles. I'm hoping other more experienced Ant users/developers might have some insights to offer me. I'm willing to contribute to the Ant code myself, if that's the only way to res

ftp issue

2004-12-21 Thread Peter Gershkovich
Hi, I am wondering if anyone has good experience using ftp task. I specified my problem earlier, but so far did not get any answers or suggestions. Would you recommend other lists that may be better suited for this type of questions? Thanks, Peter -- -

Using ReplaceRegExp

2004-12-21 Thread Matt Harp
I'm using ReplaceRegExp to do some file mods and it's just too cool, except I can't figure out to have it re-evaluate a line in a file after it's already been evaluated. For example... I have a line in my file like this. symbol Fred%20Barney%20Wilma%20; So, I want to replace the %20 str

RE: ant UI

2004-12-21 Thread Radha Sangal
That helped ! command line arguments , I completely forgot about that. Though now I need to write the script in java (language used here). We do have tomcat here. If you have any pointers over the same, would be gr8. Xml-rpc was one tech but it doesn't handle "time ". what I mean to say is, whe

Automated Build System

2004-12-21 Thread Gilbert Rebhan
Hi, i want to set up an automated build system with Cruise Control 2.2 / Ant 1.6.2 under the hood. Workflow outline : 1.Eclipse/Workspace -> Project, Context Menu 2.-> Wizard for Deployment Order, asking for : which Versiontag should be deployed, right now or fixed date 3.-> Wizard genera

Moving files based on relative directory?

2004-12-21 Thread Matt Harp
I'm trying to take files and just move them up one directory level from where they are. I've been surfing the list archives and can't seem to find anything on this. Any help would be much appreciated, -matt [EMAIL PROTECTED]

Re: cvs task behind a firewall

2004-12-21 Thread Peter Reilly
cvsgrab already has an ant task bundled with it: http://cvsgrab.sourceforge.net/ant-usage.html Peter Brian Kuhn wrote: I'm pretty sure you cannot get the cvs command line to use a proxy. I'm sure the Ant cvs task could be reworked to use CvsGrab too though. I'll have to look into that... On Tue,