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
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
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
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.
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
>-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