Thanks for the link On 11/11/05, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > > Hello Antoine, > > <exec> task is implemented in > org.apache.tools.ant.taskdefs.ExecTask. > > You can see the mappings between task tag names (like > <exec>, <javac>) and their implementing classes on > [1]. > > Regards > Ivan > > > [1]http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties > > --- Antoine Solomon <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I would like to know which class belongs to the > > <exec> tag. I would like to > > create a task that has the same functionality of > > <exec> with a few added > > features. > > I looked at the > > org.apache.tools.ant.taskdefs.Execute but when > > extending and > > trying to use it in my ant build.xml file, it > > complained that it doesn't > > support the > > executable. > > > > -- > > Antoine W. Solomon Jr. > > > > > > > __________________________________ > Start your day with Yahoo! - Make it your home page! > http://www.yahoo.com/r/hs > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- Antoine W. Solomon Jr.