RE: How to create automatic release with ant and subversion

2007-10-15 Thread Anderson, Rob (Global Trade)
Yes. You can do all that and more with Ant. Please refer to the manual... http://ant.apache.org/manual/index.html Also, Please read the following... http://www.catb.org/~esr/faqs/smart-questions.html Please don't take this the wrong way. I do not mean to insult you. Following these recommendatio

How to create automatic release with ant and subversion

2007-10-15 Thread Alex Florentino
Hi all it is first message in this group, I have jsp/servlet project and would like create a ant task for automatic release. sample (steps): 1. create zip file that contains all changed files until last release. 2. create a file changelog. 3. write the data of release. I use Subversion and Svn

RE: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-10-15 Thread Anderson, Rob (Global Trade)
Your assumtion is not entirely correct. While the cvs task should work on all platforms that have cvs installed, it is not a java implementation of CVS functionality. The CVS task is a wrapper task, that calls the cvs binary. Therefore, cvs must be present and on your PATH in order for this task to

Re: How to insert CSV into SQL Server via ANT

2007-10-15 Thread Steve Loughran
Mario Madunic wrote: Thanks for the idea, I'll give that a try in the next couple of days and post the results. Marijan (Mario) Madunic I usually populate databases using my client (hibernate) code; I can set that up to read from some formatted file like CSV or XML and run it under ant.

RE: How to insert CSV into SQL Server via ANT

2007-10-15 Thread Mario Madunic
Thanks for the idea, I'll give that a try in the next couple of days and post the results. Marijan (Mario) Madunic Quoting RADEMAKERS Tanguy <[EMAIL PROTECTED]>: > >-Original Message- > >From: Mario Madunic [mailto:[EMAIL PROTECTED] > >Sent: Saturday, October 13, 2007 3:39 PM > >To: u

RE: How to insert CSV into SQL Server via ANT

2007-10-15 Thread RADEMAKERS Tanguy
>-Original Message- >From: Mario Madunic [mailto:[EMAIL PROTECTED] >Sent: Saturday, October 13, 2007 3:39 PM >To: user@ant.apache.org >Subject: How to insert CSV into SQL Server via ANT > > >Hi I've been using the BCP command to do this via > > > >Ran into a problem with this. I thought