Mario Madunic wrote:
has anybody used BCP (bulk copy program) with ANT. I need to insert data into a
SQL Server and would like to do this within ANT.
Any hints on how to do this will be appreciated.
The most straightforward approach is to first work out how to drive BCP
from the commandline (wi
[EMAIL PROTECTED] wrote:
Can ant be used to build non-java applications?
Absolutely.
A few years ago, I used Ant to build an entire suite of Delphi
applications - it was the core of our repeatable build process.
I forget the exact details, but a fair summary would be:
-- Start from a set
Dominique Devienne wrote:
JDK 1.5 does not bundle Xalan anymore, but XSLTC (or something).
redirect is a proprietary extension of Xalan, bound to a Xalan
specific namespace, so I'm surprised it worked at all in the first
place.
This piece of the puzzle I've solved - XSLTC is a variant of Xalan, fro
Keith Hatton wrote:
The 'divide and conquer' strategy would be good here.
What happens if you run Ant 1.6.3 on JDK 1.4?
That way you will find out whether it's likely to be the JDK or the Ant
release that has broken things.
A sterling idea.
It appears that the change from JDK 1.4 to 1.5 is the sour
I've been using Ant as a web site generating tool for a number of years
- based on the task transforming my original xml documents into
XHTML for publication.
Yesterday (Saturday) I upgraded my machine to JDK 1.5 and Ant 1.6.3 for
another project, and my Ant website scripts ha