Re: Ant API - Examples where? Please help.
Next message: Roedy Green: "Pretty Printer"
Date: Sat, 15 May 2004 19:33:39 GMT
I recommend "Ant - The Definitive Guide" by Jesse Tilly & Eric M. Burke
(O'Reilly Press) for a fairly complete introduction to extending Ant.
--
ROGER NEYMAN
"monty5k" <monty5k@hotmail.com> wrote in message
news:1bc4527e.0402201047.31a6b925@posting.google.com...
> Hi all,
>
> I need to develop a series of classes (zip, unzip, ftp, scp, rsh and
> ssh) in java using the Ant API.
>
> But I can't find anything on this, any tutorials, any example code.
> I've searched the net, many books and I got almost nothing. Java
> source code i only get the "How to develop an Ant Task" thing.
>
> Does anyone know where can i get simple examples of using this in
> java?
>
> Thank you all.
Next message: Roedy Green: "Pretty Printer"
Relevant Pages
- Re: =?iso-8859-1?Q?Kompatibilit=E4t?= von Konzepten von PHP zu Java
... Java bietet mit Sicherheit Konzepte, die in PHP ... Aber wahrscheinlich kann sie mit ant umgehen. ... Wahrscheinlich wirst du mit ant nicht kompilieren, das ist in eclipse ... (de.comp.lang.java) - Re: Tools um Java Projekte zu compilieren
... Mein Vorschlag geht eigentlich eher in die Richtung dass man aufhört lauter Tasks zu schreiben und subsprachen zu erfinden, sondern das in *einer* Sprache ausdrückt ... Und was make für Java wenig sinnvoll erscheinen lässt ist, dass make für jedes in Java geschriebene Tool eine neue VM startet und diese VM ewig braucht bis das Tools zu arbeiten anfängt. ... Also musste was neues her und es kam Ant. ... dank nativer Syntax in groovy auch nicht unbedingt das grosse Problem. ... (de.comp.lang.java) - Re: replacing maven with rake + rjb + ant
... It is being used by the Raven build tool for Ant tasks, ... I have it working in the native Ruby ... We do 99.999% of our development in java. ... (comp.lang.ruby) - When invoking task under ant, system props do not seem to be inherited as the docs imply they
... I have a very simple java file 'PropTest.java' that prints out the ... command line, ... But when I set up a simple ant build.xml file to invoke the program ... via the task it appears that the value of the system property ... (comp.lang.java.programmer) - Re: Makefiles for JAVA
... > source files in Java. ... > find that ant fans are very religious about the tool. ... dependencies between files and the steps to create them. ... (comp.lang.java.programmer) |
|