Take a look at this task: <
http://ant.apache.org/manual/OptionalTasks/replaceregexp.html>
And, then take a look at this: <
http://ant.apache.org/manual/CoreTypes/regexp.html>
It appears that the two might be related. If that's the case, you might be
able to use the somehow in the .
Also take a
> I am here again needing some help
> now I need to do a I script to compare two ".properties"..like
I'd just write a custom task for these kind of things. Then you're done within
an hour, taking Hofstadters law into account.
If you've never written a custom task, your objective sounds like a goo
-Original Message-
From: Júlio Cesar Bueno Cotta [mailto:juliocbco...@gmail.com]
Sent: Wednesday, July 29, 2009 10:21 PM
To: Ant Users List
Subject: compare files line by line
/*
Hello good people
I am here again needing some help
now I need to do a I script to compare two ".prope
Hello good people
I am here again needing some help
now I need to do a I script to compare two ".properties"..like
First file Name: dev.properties
@v...@=test1
@v...@=test2
@v...@=test3
Secund fiel Name: prd.properties
# comment
@v...@=test1
@v...@=test1037
@v...@=test4
I need to compare the