Risposta Automatica

2009-11-26 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-26 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-26 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-26 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Risposta Automatica

2009-11-26 Thread sindaco
Gentile Lettore, questo è un messaggio automatico di risposta. Ti confermiamo di aver ricevuto la tua e-mail che sarà elaborata nelle prossime ore. Grazie per l'attenzione e la collaborazione. Un saluto, la Redazione GiglioNews.

Re: Ant API

2009-11-26 Thread Robert Anderson
For scp, Ant uses jsch... http://www.jcraft.com/jsch/ There are several examples in the source, or you could look at the scp ant tasks source. -Rob Anderson On Thu, Nov 26, 2009 at 8:13 AM, Rebhan, Gilbert < gilbert.reb...@huk-coburg.de> wrote: > > > -Original Message- > From: LukeS [mai

Re: How to do a custon task return a string

2009-11-26 Thread Júlio Cesar Bueno Cotta
Thanks all! :D It works! 2009/11/26 > > >let your task create a property via > >project.setNewProperty(String name, String value) > >for further use in your ant workflow. > >Create an attribute for that property and let the user decide > >how to name it, f.e. > > > > > >... > > $${bar} == ${bar}

RE: Ant API

2009-11-26 Thread Rebhan, Gilbert
-Original Message- From: LukeS [mailto:luke.shan...@gmail.com] Sent: Thursday, November 26, 2009 4:50 PM To: user@ant.apache.org Subject: Re: AW: Ant API /* Based on your answer and the one previous I might do CVS and SVN integration with APIs rather than Ant. However I still feel with

Re: AW: Ant API

2009-11-26 Thread LukeS
Thanks Jan! Very very useful. It seems with Leaf Cutter having a Project instance would not be required, at least looking at the samples they have shown in their docs. Based on your answer and the one previous I might do CVS and SVN integration with APIs rather than Ant. However I still feel wi

How fail main ant (parent bulild.xml) to fail when custom task fails

2009-11-26 Thread Raja Nagendra Kumar
Hi, We have a main build.xml with calls to other module ant files though ant task. These module level build file uses no of custom tasks. However when the custom task fails, we wish to make sure the parent build.xml shows build failed instead of build success full. Though the custom task on fail