Re: Replacing (Overwriting) a file in a war?

2005-06-06 Thread Yayo
I think that could be done unwar-ing the war file in a temp dir, ovewrite the file and then war the resulting tree :P Just an idea! :P 2005/6/6, Bryan Mishkin <[EMAIL PROTECTED]>: > Does anyone have any suggestions for replacing a file within a war with > another copy of the same file? I'm havin

Re: capture java output to variable

2005-06-01 Thread Yayo
Hi, I've found this thread after a google search http://www.jguru.com/forums/view.jsp?EID=1230794 Hope it helps! 2005/6/1, Mark Lybarger <[EMAIL PROTECTED]>: > the output property contains more than i'd like. how can i "substring" the > output? > > On 5/26/05, Dominique Devienne <[EMAIL PROTECT

Re: Ant Task: sshexec

2005-05-26 Thread Yayo
Since tomcat5 (I think 5, donno now) there's a deployer using an ant script Check thiz: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html cya! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Ant executing external commands

2005-05-25 Thread Yayo
I've been programming a task for executing an external task. Seems that the security policy won't allow me to run an external program within an Ant task. I want to run an external utility iterating through a list of files and I think that there are not iterators in Ant std tasks (please tell me