You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Jarzynka, Mark" <mj...@fnni.com> on 2001/05/16 21:03:34 UTC

SQLJ

Has anybody tried to combine sqlj with Ant builds?  If so any help, advice,
code snippets would be greatly appreciated.

Thanks


RE: SQLJ

Posted by Dennis Gregorovic <de...@arsdigita.com>.
The sqlj task works well.  Just make sure to have the necessary
java libraries in your classpath first.  Here's the snippet of
code that we use:

   <sqlj srcdir="${build.src}" destdir="${build.src}" compile="false"/>

Note that we output the .java files alongside the .sqlj files, and
that they do not get compiled.  Most likely, you will have a different
setup.

-- Dennis

-----Original Message-----
From: Jarzynka, Mark [mailto:mjarzynka@fnni.com]
Sent: Wednesday, May 16, 2001 3:04 PM
To: 'ant-user@jakarta.apache.org'
Subject: SQLJ


Has anybody tried to combine sqlj with Ant builds?  If so any help, advice,
code snippets would be greatly appreciated.

Thanks