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
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
> -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.
> 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
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
--- 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
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
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
---
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
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]
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
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
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
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.
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
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
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
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,
>
> 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
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
20 matches
Mail list logo