AW: Comparing Files on Two Servers

2004-12-14 Thread Jan . Materne
Hhmmm - do you know the modified selector? Jan > -Ursprüngliche Nachricht- > Von: Brent Bain [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 14. Dezember 2004 22:08 > An: '[EMAIL PROTECTED]' > Betreff: Comparing Files on Two Servers > > Hello: > > I'm hoping to save some time during

Comparing Files on Two Servers

2004-12-14 Thread Brent Bain
Hello: I'm hoping to save some time during deployments by comparing a local zip file against a remote server's zip file. My first thought was to use the checksum task, but the timestamps are deffinately going to be different. The basic idea is this: Perform a local build and zip up the files. Com

RE: maven

2004-12-14 Thread Stephen McConnell
> -Original Message- > From: Radha Sangal [mailto:[EMAIL PROTECTED] > Sent: 14 December 2004 18:20 > To: Ant Users List > Subject: maven > > Hi, > > > > Has anybody used Maven to build large project infrastructure. I was using Maven for an infrastructure involving about 120 projects.

PVCS ANT TASK

2004-12-14 Thread dajee.metkari
> Dear Sir, > I am using web based PVCS Merant Version Manager tool in my project > for getting latest source code from repository. > I am not able to get the latest contents using PVCS ant task. >   > Can you please let me know how to configure for this kind of PVCS. And > what is the repositor

Re: Internal AntCall and references

2004-12-14 Thread Wascally Wabbit
At 12:06 PM 12/13/2004, you wrote: Don't know about "better" but these are different ways to approach your situation: a) globals (they never die...) b) thread locals c) build listeners Hello, I have created a task that must be 'context' aware. Currently, I stores infor

Re: Conditional processing

2004-12-14 Thread Matt Benson
--- Laran Evans <[EMAIL PROTECTED]> wrote: > How would I do something like: > > > > > > > > > > > ? ant-contrib has an task, but using "classical Ant" you might do: or, you might do this (arguable more "normal"): HTH

RE: Conditional processing

2004-12-14 Thread Charles Daniels
You can use ant-contrib tasks: http://ant-contrib.sourceforge.net/ (click on the "Other tasks" link to see the list of available tasks). Alternatively, you can use Maven (http://maven.apache.org) instead of Ant. > -Original Message- > From: Laran Evans [mailto:[EMAIL PROTECTED] > Sent: T

Re: yet another regex question

2004-12-14 Thread Gilbert Rebhan
Hi, RADEMAKERS Tanguy wrote: The power of awk and many other goodies: http://GnuWin32.sourceforge.net/ yup, i know ;-) but @work i've got to find a solution with ant built in features. So there must be a solution with grouping but i don't know the syntax. Gilbert ---

RE: yet another regex question

2004-12-14 Thread Nemana, Satya V
Gilbert, consider using cygwin on windows. Here are the awk and perl scipts called by bash to do this. I try it in Ant, but I am not yet so good at it. Program: splitter.sh #!/bin/bash awk ' BEGIN { flag=0; knt=0; } /^bin/ { flag = 1; next; } /^mail/ { flag = 2; next; } flag

Conditional processing

2004-12-14 Thread Laran Evans
How would I do something like: ? -- Laran Evans - Cornell University p: (607) 255-6864 f: (607) 255-0327 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: yet another regex question

2004-12-14 Thread Gilbert Rebhan
Hi, Nemana, Satya V wrote: Gilbert, I wrote an awk script to do this in the past. I need to search for it now. Clue is to add 3 lines in the body of the awk. (line-1) use if statement and set a flag to 1 and "skip 1", if pattern1 matches with $0 and then (line-2) reset the flag to 0 and "skip 1", i

RE: yet another regex question

2004-12-14 Thread RADEMAKERS Tanguy
The power of awk and many other goodies: http://GnuWin32.sourceforge.net/ /t >-Original Message- >From: Gilbert Rebhan [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 14, 2004 6:30 PM >To: Ant Users List >Subject: Re: yet another regex question > >Hi, > >Nemana, Satya V wrote: >> Gi

RE: Ant library paths

2004-12-14 Thread Erskine, Chris
I have a basic CVS operations file which is generated. This basic file will checkout the code and then call the build file that is for the project and is under source control as part of the project. I tried the -lib option calling the first Ant file and it seems to do the job. Thanks Chris Er

maven

2004-12-14 Thread Radha Sangal
Hi, Has anybody used Maven to build large project infrastructure. We are having Ant scripts in place to do so. Concerned if it can be carried over to Maven for automation.

yet another regex question

2004-12-14 Thread Rebhan, Gilbert
Hi, is there a possibility to scan a txtfile with filterchain + regex for : pattern1 . . <-- i want to grab only the content between the two patterns . . pattern2 line1 line2 line3 (optional) ?? Problem = i may not use the tailfilter and skip=3, because the lines after pattern1 are varia

RE: yet another regex question

2004-12-14 Thread Nemana, Satya V
Gilbert, I wrote an awk script to do this in the past. I need to search for it now. Clue is to add 3 lines in the body of the awk. (line-1) use if statement and set a flag to 1 and "skip 1", if pattern1 matches with $0 and then (line-2) reset the flag to 0 and "skip 1", if the pattern2 matches with

RE: problem generating file link with blanks

2004-12-14 Thread Rebhan, Gilbert
hm, i just tried, not much examples in ant-contrib docs. file://\\lan.xxx.xx/bla/${wordfile_email} gives me : file://\\lan.xxx.xx/bla/T%3A%5CIT13RG%5Cproject_Modul+Test+Application_r_1_5_0_rc43_pe_T7_TS_150142.doc%0D%0A but this link doesn't work Maybe the wrong syntax, but ther

AW: problem generating file link with blanks

2004-12-14 Thread Jan . Materne
Would http://ant-contrib.sourceforge.net/tasks/urlencode.html help? Jan > -Ursprüngliche Nachricht- > Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 14. Dezember 2004 15:12 > An: ant_user (E-Mail) > Betreff: problem generating file link with blanks > > > Hi, >

AW: AW: AW: Write Ant files for many modules

2004-12-14 Thread Jan . Materne
> in master.xml > > > > > > > > > master.xml -- ... But that´s a lot of writing. And adding a new module is a lot of pain: - you can generate these snippet - you can use Gump Jan

Re: Need help understanding dependencies and destdir

2004-12-14 Thread James Abley
For that last part, I think that you need to look at . Have a is not aware of dependencies and inheritance hierarchies. For the problem with destdir, I'm not sure. What output do you get from -verbose / -debug? On Tue, 2004-12-14 at 07:43, Joel wrote: > The following piece of my build.xml