Re: multiple builds

2001-08-16 Thread Richard Emberson
Actually there ought to be an Ant best practices page somewhere - where, not the low-level questions are answered, but, rather, examples of project and multi-project Ant usage. Ant usage 'patterns'; what a concept. Sanjay Bhatia wrote: > Thanks Bevan for the recommendations. I've been meaning

Re: scp task

2001-08-10 Thread Richard Emberson
Stefan Bodewig wrote: > On Thu, 09 Aug 2001, Richard Emberson <[EMAIL PROTECTED]> wrote: > > > Well, we are secure ... we all have RSA passphrases ... so still > > need to enter text into a running ant task. > > You could use ssh-agent before starting Ant. > &g

Re: scp task

2001-08-09 Thread Richard Emberson
Cedric Berger wrote: > > > Then try to setup RSA authentication: you don't need password! > > > you will very soon enjoy it! > > > Cedric > > > > Well, we are secure ... we all have RSA passphrases ... so still need to enter > > RSA passphrases? > What the heck is this new beast? > Cedric google

Re: scp task

2001-08-09 Thread Richard Emberson
Cedric Berger wrote: > Richard Emberson wrote: > > > I saw that there was an optional FTP task. Is there an ssh secure copy task > > > > out there. Even within our development environment FTP is disabled (a > > good thing) which means to move files cross machine

scp task

2001-08-09 Thread Richard Emberson
I saw that there was an optional FTP task. Is there an ssh secure copy task out there. Even within our development environment FTP is disabled (a good thing) which means to move files cross machine I need scp. I tried to wrap scp with 'apply' but I guess I/O is redirected because I was not aske

running a task on a dynamically generate set of files

2001-08-08 Thread Richard Emberson
I've got a file. Its full of xml and documenation content. I have a xslt file that can be used to transform the one file into a file for each section. Now each of these section files I what to use the StyleBook task and transform into html. The problem is that the StyleBook task only take one fil

ant and WSDL

2001-08-06 Thread Richard Emberson
e is NO correlation between the name of the WSDL file and the names of the java files. So how do I represent this dependancy? Thanks Richard Emberson [EMAIL PROTECTED]