AW: .antrc file

2008-04-21 Thread Jan.Materne
Have you tried that? Jan > -Ursprüngliche Nachricht- > Von: vijay12345 [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 22. April 2008 07:24 > An: user@ant.apache.org > Betreff: .antrc file > > > Can i include a shell script in the .antrc file and expect that to be > executed before an

.antrc file

2008-04-21 Thread vijay12345
Can i include a shell script in the .antrc file and expect that to be executed before ant does anything else?? Thanks, Vijay -- View this message in context: http://www.nabble.com/.antrc-file-tp16822101p16822101.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

AW: AW: Memory requirement

2008-04-21 Thread Jan.Materne
Create the pre-batchfile in your home-directory and do the "set ANT_OPTS" there. Jan > -Ursprüngliche Nachricht- > Von: vijay12345 [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 22. April 2008 07:07 > An: user@ant.apache.org > Betreff: Re: AW: Memory requirement > > > can you please

Re: AW: Memory requirement

2008-04-21 Thread vijay12345
can you please elaborate a bit more as to how i can go about doing that??? Thanks, Vijay Jan.Materne wrote: > > You can use the pre/post-files described in > http://ant.apache.org/manual/running.html#files > > Jan > >> -Ursprüngliche Nachricht- >> Von: vijay12345 [mailto:[EMAIL PROTE

Re: apply task

2008-04-21 Thread Dominique Devienne
On Sun, Apr 20, 2008 at 12:57 AM, Shawn Castrianni <[EMAIL PROTECTED]> wrote: > I just discovered the apply task as a better exec task. I like that it > automatically loops through the fileset one at a time and automatically does > a timestamp check if you give it a dest and mapper. However, I

Re: Ant line coverage tools ?

2008-04-21 Thread Eugene Kirpichov
Hi, You can use the antro profiler for that: http://sourceforge.net/projects/antro . It will give you timing statistics by line, and if the invocation count equals 0, that means the line wasn't executed. -- Eugene Kirpichov 2008/4/21, Md. Jahidul Hasan <[EMAIL PROTECTED]>: > Hi, > > Anybody hav

Ant line coverage tools ?

2008-04-21 Thread Md. Jahidul Hasan
Hi, Anybody have ideas about line coverage tools for ANT ? like "cobertura" for Java. BR, Jahidul . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

nay ant line coverage tools ?

2008-04-21 Thread Md. Jahidul Hasan
Hi, Anybody have ideas about line coverage tools for ANT ? like "cobertura" for Java. BR, Jahidul . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Memory requirement

2008-04-21 Thread Jan.Materne
You can use the pre/post-files described in http://ant.apache.org/manual/running.html#files Jan > -Ursprüngliche Nachricht- > Von: vijay12345 [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 21. April 2008 13:36 > An: user@ant.apache.org > Betreff: Memory requirement > > > Is there any

Memory requirement

2008-04-21 Thread vijay12345
Is there any way of replacing the following 2 steps with just one step $ set ANT_OPTS = -Xms128m -Xmx512m $ ant run as in by including this as one of the command line parameters or arguments or something like that or maybe by writing a shell script which takes care of the job??? (allowing u

Re: AW: Problem with Javadoc task

2008-04-21 Thread Ma'moun Abu Hellu
thanks, i checked this before and it work the problem actually that their is a mistake in the sourcefiles path it should be , "src/HelloWorld.java" because i coped this part from other file where i used to declared the src in a property tag like this and the code will be

Pdf-File and replace

2008-04-21 Thread Knuplesch, Juergen
Hello, When I change a binary file with the replace-Task, the file is in a wrong format. If I do the change with a Editor the file is correct. The replaced pattern is found only once in the document. What is the difference between replace and doing the sam with an Editor? Greetings -- Jürg