Re: Defining a set of jars for classpath, jar and manifest

2007-09-03 Thread DATACOM - Diego
Not exactly the same issue, but you may find these discussions useful: http://marc.info/?l=ant-user&m=118407191401116&w=2 Diego Juergen Weber escreveu: Thanks for your solution, it helps a lot. Probably I'll have to cope with having to invent an id for each new jar. On 8/31/07, [EMAIL PROTECT

Re: Suppressing error messages from chmod and chgrp tasks

2007-08-20 Thread DATACOM - Diego
Don't these tasks extend ? Can you simply redirect their error output to /dev/null? Even if I could, I do not know if I would want to do that since I would loose other useful information. Don't use these commands, and use where you have full control on the command line to use -f. --DD Ye

Suppressing error messages from chmod and chgrp tasks

2007-08-20 Thread DATACOM - Diego
Hi all, I am using Ant 1.7.0, JDK 5.0_04, Gentoo Linux. It would be very useful for me if it was possible to suppress error/diagnostic messages from chmod, chgrp and chown tasks. In the end of my build I change the permissions of a number of temporary and output files. For many of them the ch

Re: Create WEB-INF/lib based on path-structure

2007-07-10 Thread DATACOM - Diego
Hmmm, the guy said he had a "path structure", not a "fileset" (look subject of the message). Unfortunately, if he cannot change his path into a fileset, I think he is in trouble. I had exactly the same problem with the War task. All these bugs seem to be related with this problem (does anyone

CVS task freezes during checkout

2005-03-08 Thread DataCom - Diego
Hi all, I am trying to use Ant 1.6.2 together with Cvsnt 2.0.58d in a station running Windows XP and accessing a cvs Linux Server (probably not Cvsnt). The protocol I am using is extssh. The problem is that the cvs task is frequently freezing during checkout. It simply stops processing with abs

How to use cvs task with extssh

2005-01-21 Thread DataCom - Diego
Hi all, I am using Ant 1.6.2/Java 1.4.2_05/WinXP/cvsnt and trying to access a remote Linux CVS repository. The supported protocol is extssh, but the checkout is not working. It seems to require some user interaction and I simply do not know what to do. This is the output that is printed and the