>-----Original Message-----
 >From: Chris Todd [mailto:[EMAIL PROTECTED]
 >Sent: 10 ����� 2001 �. 3:06
 >To: [EMAIL PROTECTED]
 >Subject: RE: [ANN] Collecting requirements for Ant2

[...]
 >4)  A central repository for contributions (user-created tasks, helper
 >scripts, IDE integration stuff, etc.).  I realize this has been discussed
 >before, but I wanted to make sure it gets attention.  There have been many
 >tasks and other contributions that have been sent to ant-dev, and the only
 >place they are available is via the mailing list archive.  What
 >are the odds
 >that an Ant newbie who uses Emacs/JDE is actually going to find the
 >jde-ant.el post from a couple of months back?  Slim, I wager.  Instead,
 >there should be one central place that everyone can go and find
 >all sorts of
 >Ant goodies and extras, regardless of who submitted them or
 >whether the Ant
 >developers approve of them (ala the 'ant as a scripting language' debate
 >some time back).  This probably can/should be tied in with the plugin idea
 >above (and/or CJAN).
 >

a) How about plugable tasks for Ant ???
i.e.
<plugable url="com.bar.foo.CustomAntTask" param1="value1">
   <fileset dir="${docsrc}/tut" includes="**.html"/>
</plugable>

b) How about properties override ??? In makefiles set always change value of
variable.
I would like to have something :
 <property name="dest" value="xxxx" override="true"/>
or
 <property name="version" value="2.2.36" override="false"/>

P.S> Probably this was already discussed - but i'd like to have all this ...

=============================
Andrew G. Tereschenko
Software Engineer
Integrated Banking Information Systems
[EMAIL PROTECTED]



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

Reply via email to