RE: New Ant tasks collection

2004-02-18 Thread Jan . Materne
Should we put a link on the external page [1]? Name: Andariel Ant Tasks Text: ??? Compatibility: ??? URL: http://andariel.uworks.net/ Contact: josep DOT rio AT uworks DOT net License: Apache Software License (??? which version? 1.1 or 2.0) BTW do you know the proposal/embed in Ant´s CVS? See [2].

RE: Output from the javadoc task

2004-02-18 Thread Jan . Materne
No it can´t. But a look into the source code shows that it should be possible to implement. oata.taskdefs.Javadoc: 1565:public void execute() throws BuildException { ... 1934:log("Javadoc execution", Project.MSG_INFO); 1935: 1936:JavadocOutputStream out = new JavadocOutputStr

Antelope 3.0 released

2004-02-18 Thread Dale Anson
Antelope 3.0 is now available at http://antelope.tigris.org. Antelope is a graphical user interface for Ant. This release supports Ant 1.5 and 1.6 and includes updated plugin support for jEdit 4.2. Note that this project has moved from sourceforge.net to tigris.org. Dale ---

RE: task created

2004-02-18 Thread Koji Sekiguchi
There are similar tasks with "timeout" attribute. task with timeout attribute Stop the command if it doesn't finish within the specified time (given in milliseconds). task with timeout attribute Number of milliseconds before execution is terminated Koji Te

RE: Remove blank lines

2004-02-18 Thread Josep del Río
I think that the following should do the trick: Where "\r\n[\s]*\r\n[\s]*\r\n" means 2 blank lines and " " means 1 blank line, so the maximum of blank lines will be 1.

Re: backup files being overwritten before executing the unzip task

2004-02-18 Thread Matt Benson
--- Praveen Savur <[EMAIL PROTECTED]> wrote: >Unzipping into a temporary directory is not a > problem. But still the original problem remains - > How to select only those files in DirX which have a > corressponding file in the temporary directory. > see http://ant.apache.org/manual/CoreTypes/