Exec timeout

2005-10-12 Thread Jacob, Anil - MWL
I am executing a command using the exec task as given below. I would like ANT to exit out of the command using the timeout parameter, however I see that the timeout parameter does not seem to do anything and ANT does not exit. This works well when I use sshexec Any ideas? Anil

Re: Sync task does not sync tmp folders

2005-10-12 Thread Martin Burger
Martin Burger wrote: Dominique Devienne wrote: Are these tmp/ folders empty? There's an option to control behavior about empty folders. --DD > ls -la .svn/tmp/ total 0 drwxr-xr-x6 mburger 100 204 Oct 12 14:32 . drwxr-xr-x 14 mburger 100 476 Oct 12 14:36 .. drwxr-xr-x2 mburger 10

Re: Sync task does not sync tmp folders

2005-10-12 Thread Martin Burger
Dominique Devienne wrote: Are these tmp/ folders empty? There's an option to control behavior about empty folders. --DD > ls -la .svn/tmp/ total 0 drwxr-xr-x6 mburger 100 204 Oct 12 14:32 . drwxr-xr-x 14 mburger 100 476 Oct 12 14:36 .. drwxr-xr-x2 mburger 100 68 Oct 12 14:32 pr

Re: Sync task does not sync tmp folders

2005-10-12 Thread Dominique Devienne
Are these tmp/ folders empty? There's an option to control behavior about empty folders. --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: taskdef problem

2005-10-12 Thread Matt Benson
set the classpath on the taskdef itself after having compiled the class. HTH, Matt --- Tomasz Anuszewski <[EMAIL PROTECTED]> wrote: > Hi, > I want to compile my custom task and in the same > build.xml file script > use it in another target. Is this possible or I have > to write another >

taskdef problem

2005-10-12 Thread Tomasz Anuszewski
Hi, I want to compile my custom task and in the same build.xml file script use it in another target. Is this possible or I have to write another script to only compile my task? Until now I've got error message: "taskdef class 'taskName' cannot be found". That's right because at first I have t

Sync task does not sync tmp folders

2005-10-12 Thread Martin Burger
Hello! I try to sync a working copy of a subversion repository: But the sync task does not copy the tmp folders in subversion's admin directory (.svn/tmp). If I copy manually such a directory, the sync task will delete that dir saying "Removed 10 dangling directories

RE: possible to filter java packages not to run javancss on

2005-10-12 Thread Keith Hatton
You could only the files that should be included to a working directory and run from there. Hope this helps Keith -Original Message- From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 13:41 To: user@ant.apache.org Subject: possible to filter java packages

possible to filter java packages not to run javancss on

2005-10-12 Thread Mikael Petterson (KI/EAB)
Hi, I found that there is a for javancss. But I have not found that there is a way to filter out packages. Only files. Is it possible to filter java packages? cheers, //mikael - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: 'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-10-12 Thread Felix Seeger
Someone has an idea what I can do or how I can debug this ? thanks Felix Am Monday, 19. September 2005 15:18 schrieb Felix Seeger: > Hi, > > I have a ant task used to precompile jsps. This is java command: > -- >classpathref="finalizer-classpath" > classname="org.apache.jasper.JspC" > fa

Pure Ant

2005-10-12 Thread Alan Gutierrez
I've spent the past few days configuring Ant, and doing my best to avoid external dependencies in the build. It is working. I don't like seeing 3-5 targets scroll by just to set properties, though. I'm ready to adopt Ant Contrib if it means making the build less verbose, and ho

question about excluding packages

2005-10-12 Thread Mikael Petterson (KI/EAB)
Hi, I want to exclude a package, common, in my java application and then execute javancss from ant. How can I exclude the common package in my source tree and then run my javancss. This is my build.xml (see below). cheers, //mikael build.xml ===

RE: Avoid repeat of completed tasks

2005-10-12 Thread Uri Zeituni
Many thanks! This really works! Zeituni -Original Message- From: Nir Geier [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 10:54 AM To: Ant Users List Subject: RE: Avoid repeat of completed tasks You can do with a tiny workaround: define property that will be set once (in yo

RE: :Please help is needed:installing ant on aix 5.2

2005-10-12 Thread hind.lwahhabi
Ok thanks :i finally read the faq and used jar xf with the zip file. Hind Lwahhabi. Accenture Belgium - Financial Services & Insurance Koningstraat 145 Rue Royale, B-1000 Brussels, Belgium mobile: +32 499567544 phone: + 32 2 226 75 44 E-mail:[EMAIL PROTECTED] -Original Message- From: N

RE: Avoid repeat of completed tasks

2005-10-12 Thread Nir Geier
You can do with a tiny workaround: define property that will be set once (in your "base" target) then in the tas check to see if the property is set using the unless statment <... unless="property.name"...> Then you run it only once. sample code:

Re: :Please help is needed:installing ant on aix 5.2

2005-10-12 Thread Nicolas Vervelle
Hi, A few more precisions could be helpful : - what have you downloaded ? - what are you using to untar it ? You need GNU tar if you have downloaded .tar.gz, otherwise you can use jar for the .zip - have you verified your download with pgp or md5 ? [EMAIL PROTECTED] wrote: Hello the list, I

Avoid repeat of completed tasks

2005-10-12 Thread Uri Zeituni
Hello all, I have a few independent tasks each one creates a jar file and I execute each one by itself. Most of them depend on the same general jar tasks. The situation now is that I want to call all of them within an EAR task. I use task to do that. Every task calls the general task that it de

:Please help is needed:installing ant on aix 5.2

2005-10-12 Thread hind.lwahhabi
Hello the list, I am forwarding this again... Please it is a very urgent matter.Has someone on the list ever installed ant on AIX? Thanks! Hind Lwahhabi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 10/11/2005 4:50 PM To: user@ant.apache.org Subject