Thank you and Diane.

createArg().setValue did the trick. Now it
works without annoying deprecation messages.

Stefan Bodewig wrote:

> Ken Wood <[EMAIL PROTECTED]> wrote:
>
> > However, the existing weblogic jsp compiler task
> > is calling setArgs(arg), which cause messages
> > about that functionality being deprecated, use
> > nested arguments. Well, I'd love to.... if I could
> > figure out what API to use instead of setArgs(arg).
>
> createArg().setValue(arg)
>
> > So, lacking a developer's guide, what existing task
> > in Ant release 1.2 (core or optional) would be a
> > good example to look at to understand how to
> > change the code????
>
> The problem boils down to executing an external command, so I'd
> suggest looking at ExecTask.
>
> Cheers
>
>         Stefan

Reply via email to