Got it...

Thanks everyone ...

--- "Ivan \"Rambius\" Ivanov"
<[EMAIL PROTECTED]> wrote:

> Hello,
> 
> --- Thod Nguyen <[EMAIL PROTECTED]> wrote:
> 
> > I'm writing a custom Ant and i would like to
> return
> > a
> > String object in the void execute() method, what
> is
> > the best way to do this?
> 
> I suppose you mean to return it to the build process
> from your custom Ant task. In this case, you may use
> 
> Project project = getProject();
> project.setProperty(name, value);
> 
> Regards
> Ivan
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to