Regarding build.xml display in command prompt

2007-02-10 Thread Lokesh Jayaraman
hi, When i ran a build.xml using Ant i do not want to display the ant task in the output screen(command pormpt).Is any method or a way to do this... if so let me inform... Regards, Lokesh

ant run command piping and get out put to value

2007-02-10 Thread Mr raju varghese
Hi, I need Ant to run some commands and save out put to a property value. how can i achive that. For example command: svn info | grep version I need to put output of the above command to property called 'svninfo'. And also how can i pipe commands using Ants exec. Thanks, Raju ___

test, please ignore

2007-02-10 Thread Matt Benson
I appear to be missing emails... >:( Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited - To unsubscribe, e

Re: ant run command piping and get out put to value

2007-02-10 Thread Ninju Bohra
Hello, The task allows you execute any abritary commandline (including pipes) string. The task also has a 'outputproperty' attribute that allows you define the name of a property whose value will be the output the commandline execution Good Luck, Ninju - Original Message From:

Re: Ant 1.7.0 can't find Junit in ${user.home}/.ant/lib

2007-02-10 Thread Jacob Kjome
At 02:00 PM 2/9/2007, you wrote: >On 2/9/07, Burgess, Benjamin <[EMAIL PROTECTED]> wrote: >> Sounds like something I have seen before: >> >> http://sourceforge.net/tracker/index.php?func=detail&aid=1468822&group_i >> d=130558&atid=720017 >> >> Basically, java.net.URL.getFile() had a bug that would

Re: Ant 1.7.0 can't find Junit in ${user.home}/.ant/lib

2007-02-10 Thread Antoine Levy-Lambert
Hello Jake, I remember that the code concerning translating File to URL has been kind of 90% rewritten between 1.6.5 and 1.7.0, and delegates more to the JDK than before. I should have a look at your bug report on my computer in the office which has XP. I just need to download JDK 1.3.

Re: Regarding build.xml display in command prompt

2007-02-10 Thread Antoine Levy-Lambert
Hello Lokesh, try ant -quiet (do not know whether this will do what you want). you can also write your own logger class if you want to program in Java. see the running ant part of the documentation. http://ant.apache.org/ manual/running.html#options Antoine On Feb 10, 2007, at 4:40 AM, Lok

Re: FTP for Japanese file names

2007-02-10 Thread Antoine Levy-Lambert
Hello Sann, On Feb 9, 2007, at 10:54 PM, Sann Maung wrote: I am using FTP task to transfer the files using ant. Under normal circumstances, it is working fine. However, if the filenames are in Japanese characters, (eg. Kanji) then it becomes an error and the file transfer cannot continue.