Re: help with build file on unix

2003-10-23 Thread Stefan Bodewig
On Thu, 23 Oct 2003, Jeff <[EMAIL PROTECTED]> wrote: > What is the best way to handle this such it can run on unix or > windows? Two options: (1) Upgrade to Ant 1.6beta and use instead of entity includes. That way you can use Ant properties to specify the file name. (2) Try to find a relative

help with build file on unix

2003-10-23 Thread Jeff
I have inherited a buildscript which uses UNC in the DOCTYPE of the build file to define shared values. What is the best way to handle this such it can run on unix or windows? --example build.xml - ]>

Re: ImTask updates (please update external tools & tasks?), ant rss feed

2003-10-23 Thread Stefan Bodewig
On Wed, 22 Oct 2003, Jon Madison <[EMAIL PROTECTED]> wrote: > at the end of this message is the "Ant external tools and tasks" > entry for this task... committed, should appear within the next few hours. Stefan - To unsubscribe

Re: precompiling jsps for Websphere...

2003-10-23 Thread Mika Moilanen
> "ext" == ext Ciramella, EJ <[EMAIL PROTECTED]> writes: ext> --_=_NextPart_001_01C398B6.A90B3660 ext> Content-Type: text/plain; ext>charset="iso-8859-1" ext> Has anyone done any work precompiling jsps for WebSphere. If so, could they ext> share any tips/tatics? I'm struggling a bit

Re: Arrrgggg!!!!

2003-10-23 Thread Stefan Bodewig
On Wed, 22 Oct 2003, JOHN SANDERS <[EMAIL PROTECTED]> wrote: > location="/appl/cvs/builddir/*.java" /> is this really the name of the directory containing your sources? Stefan - To unsubscribe, e-mail:

Re: managing password / passphrases with SCP / SSHexec tasks

2003-10-23 Thread Stefan Bodewig
On Wed, 22 Oct 2003, Larry Shatzer <[EMAIL PROTECTED]> wrote: > Maybe we should add our own version to the ant documentation to > mention ssh-agent/pageant. Feel free to enhance , which already covers (thanks Rob). I can a