RE: Delete a dir set - SOLVED

2006-03-03 Thread Giovanni Mesturini
> > > recursive deleting all CVS folders under /Foobar > > works only with defaultexcludes="no" > > Regards, Gilbert > > > > -Original Message- > From: Giovanni Mesturini [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 11:50 AM

FTP get from Win32 server

2006-03-03 Thread Giovanni Mesturini
Hi community, I have to get files from a Windows XP FTP server. Before using Ant I've tried from command line to verify that the FTP server I use (Golden-FTP) works, and it does. This is my ant script: I've tried with standard Ant 1.6.5 and it gave me and er

RE: Delete a dir set

2006-03-03 Thread Giovanni Mesturini
ay disable them with > the defaultexcludes="no" attribute. > > This is the default list, note that you can modify > the list of default > excludes by using the defaultexcludes task." > > Try that and see if it works better for you. > > HTH Bill &

Delete a dir set

2006-03-02 Thread Giovanni Mesturini
Hi Community, I have to remove all CVS references from a tree. I've tried this: in order to delete all CVS directories from my local module, but it doesn't work. How can I delete all CVS dirs spread inside my dir-tree? thanks very much Jo __

Change XML by Ant

2006-02-13 Thread Giovanni Mesturini
Hi community, is there a way to change an XML file using Ant's script? I found the XMLProperty tasks that reads an XML, but it seems to be read-only. from a file I have to remove every that have value="1", in order to have as result

CVS cmd line works - Ant script doesn't - SOLVED

2006-02-08 Thread Giovanni Mesturini
It wasn't an Ant problem, I'm sorry. Missing the "-m msg" parameter for cvs commit command. Excuse me. Jo ___ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it

CVS cmd line works - Ant script doesn't - POST SCRIPTUM

2006-02-08 Thread Giovanni Mesturini
I found the problem, not the solution: when I commit on CVS, it prompts me for an option regarding the log-file (abort, continue or edit). I have to find the way in ANT to automatically give "cotinue" to the stdin when it prompts me for choice. ___

CVS cmd line works - Ant script doesn't

2006-02-08 Thread Giovanni Mesturini
This works: cvs -d :pserver:UserName:[EMAIL PROTECTED]:2402/cvs/cvsnch commit cvs-local/IOLI-2-TESTBUILD/projects/BE/Framework/PRJ_Base_Corporate/src/it/bancaintesa/dsa/framework/actionworker/ActionWorker.java This doesn't work: Output: Buildfile: build.xml commit-changes: [cvs] Log m

Re: *****spam***** Adding files to CVS with Ant

2006-02-07 Thread Giovanni Mesturini
clude > the path from the > file name in your add command. I'm not positive > that this will work, > but maybe it will give you some ideas of the > direction to start looking in. > > Giovanni Mesturini wrote: > > >Scenario: > > > >I have to

Adding files to CVS with Ant

2006-02-07 Thread Giovanni Mesturini
Scenario: I have to add a file to CVS from client to server using an Ant script. This is my build.xml: ... ...

Re: Merge manifest files

2006-02-07 Thread Giovanni Mesturini
Thank you very much Conor. We just have passed over the problem making Maven to build up the manifest following instructions defined in POMs. So we completely ignore old manifest files from single projects in order to follow artifact dependencies defined in POMs. Thank you once again Jo --- Con

Re: Merge manifest files

2006-02-02 Thread Giovanni Mesturini
--- Stefan Bodewig <[EMAIL PROTECTED]> ha scritto: > On Thu, 2 Feb 2006, Giovanni Mesturini > <[EMAIL PROTECTED]> wrote: > > > I'm going to set up a temporary-maven-compilant > > project, taking source code from many different > src > > dirs i

Merge manifest files

2006-02-02 Thread Giovanni Mesturini
Hi all, I'm going to set up a temporary-maven-compilant project, taking source code from many different src dirs into one. I can't find the way to merge up all manifest files from many projects into a single one. Any suggestion? I've also considered the possibility to use a (unknown) task to mer