>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}
>
>
>Regards, Gilbert
http://ant.apache.org/manual/tuto
Have a look at JavaFront
http://svn.apache.org/repos/asf/ant/sandbox/javafront/
Maybe Leafcutter will help too
https://leafcutter.dev.java.net/
When using Ant as library you should have a oata.Project instance given to the
tasks. Many problems
occur because this is not present.
Jan
>-Urs
The Mojo team is pleased to announce the release of a number of
signatures of various versions of the Java Runtime for use with the
Animal Sniffer set of utilities.
The following signatures have been released:
Generic Signatures (only includes public API classes)
* Java 1.2 (http://mojo.codeha
Thank you.
I will check out this API. On my list of things to support are: SVN, SCP,
CVS, Database connectivity, creating folders and zip and unzipping archives.
You are right, I could be doing this directly with Java, however it just
seems easier through Ant (I have a build file that does everyt
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.
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.
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.
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.
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.
Actually the cvs ant task system.execs the cvs binary. You can probably find
pure java cvs api to use. A quick search turned up this...
http://www.jcvs.org/
For the database, I'm not sure what you are doing but there are some really
great persistance layers worth looking at, like hibernate and iba
Júlio Cesar Bueno Cotta schrieb:
> Hello people,
> I need your help again.
> I coded a custon task in Java and I need return a String to the build.xml
> where the task is called.
> How can I do that?
> I am thinking in send write the string into a property file and so read the
> file from the ant b
Hello people,
I need your help again.
I coded a custon task in Java and I need return a String to the build.xml
where the task is called.
How can I do that?
I am thinking in send write the string into a property file and so read the
file from the ant build, but that is not a very good way to do tha
I'm interested in embedding Ant into an application and would like to use the
Ant api.
I want to do this because there are a few tasks I want to perform (CVS
integration, connecting to DB) and it seems like it it would be easier to
call Ant to do this:
http://api.dpml.net/ant/1.7.0/index.html?o
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.
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.
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.
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.
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.
On Nov 25, 2009, at 3:06 AM, robert lazarski wrote:
> On Wed, Nov 25, 2009 at 6:49 AM, Harry_ wrote:
>>
>> And one more thing I would like to ask is about how to get the list of
>> processes created by a process. I want this to make sure that all the
>> processes created by parent ant process a
We use:
* Build each Project fully.
* NO circular dependencies (so a dependant project higher up the
stack always has all confs below it created)
* Use the non published ivy file to work out the build list (custom
resolver only for CI/stack building)
I cannot see why you need to care about con
On Wed, Nov 25, 2009 at 6:49 AM, Harry_ wrote:
>
> And one more thing I would like to ask is about how to get the list of
> processes created by a process. I want this to make sure that all the
> processes created by parent ant process are also killed once I Killed ant
> process. Any way ant can w
Thanks for the reply...
I am working on Ubuntu and I did the following:
While running the ant I output the PID into a file like:
ant -f perf_NormalLoad.xml & echo $! > /tmp/java.pid
For stopping the process I used:
PIDFILE=`cat /home/singhh/tt/java.pid`
echo 'Killing Java process from PID fi
22 matches
Mail list logo