AW: custom task question

2005-04-10 Thread Jan . Materne
Just another possibility to point to the manual [1,2] ? :-) Jan [1] http://ant.apache.org/manual/tutorial-writing-tasks.html [2] http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html > -Ursprüngliche Nachricht- > Von: Greg Gimler [mailto:[EMAIL PROTECTED] > Gesendet am: F

AW: The type doesn't support the nested "echo" element

2005-04-10 Thread Jan . Materne
Cant see the mistake in THAT snippet. But I would search for a construct. Jan > -Ursprüngliche Nachricht- > Von: Kenneth McKnight [mailto:[EMAIL PROTECTED] > Gesendet am: Samstag, 9. April 2005 00:25 > An: user@ant.apache.org > Betreff: The type doesn't support the nested "echo"

[ANN] AntXtras 0.5b4 now available.

2005-04-10 Thread JWare Announcements
ANNOUNCEMENT: Version 0.5b4 of JWare/AntXtras Foundation (AntXtras) is now available for downloading. This release should be the final beta released before the final 0.5 version. Change Highlights - o Added several new value URI handlers to work with the AntX flow-control tasks. S

RE: Question regarding Ant custom task

2005-04-10 Thread Rainer Noack
Hi, Example for 2: public class CustomAntTask extends oata.Task { public void execute() { int j=customObject.j; if(j>5) { oata.taskdefs.email.EmailTask mailTask=(oata.taskdefs.email.EmailTask)getProject().createTask("mail"); mailTask.setFro