bug in ant 1.6.3 beta1?

2005-04-13 Thread Greg Gimler
Hi, This is probably the wrong forum to submit a bug for ant so I'll apologize in advance and hope that someone can redirect me to a more approrpriate place to discuss bugs. I've noticed a subtle bug (I think it's a bug anyways) in the way ant 1.6.3 now forks off java processes. I've compared th

Re: custom task question

2005-04-08 Thread Greg Gimler
y that I couldn't begin to count how many > things could go wrong. > > -Matt > > --- Greg Gimler <[EMAIL PROTECTED]> wrote: > > I'm probably doing things incorrectly. > > > > The code snippet is... > > > > Target target = > >

Re: custom task question

2005-04-08 Thread Greg Gimler
u executing to return an > UnknownElement? > > -Matt > > --- Greg Gimler <[EMAIL PROTECTED]> wrote: > > Sorry, sent that one too soon. > > > > Continuing... from there I'm trying to get access to > > the java runtime > > inside of the task specified to

Re: custom task question

2005-04-08 Thread Greg Gimler
first call a maybeConfigure() on it. Then I can cast it to a Java task but the classpath isn't filled. Any ideas or should I attack this differently? Thanks. -Greg On Apr 8, 2005 2:43 PM, Greg Gimler <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to generate a unix

custom task question

2005-04-08 Thread Greg Gimler
Hello, I'm trying to generate a unix shell script from an ant task. The ant task is just a simple java execution and I want to generate the unix shell script for deployment purposes. Is there a way to do this easily? I've tried to write a custom task and I'm having a difficult time getting all