Subject | Re: [Firebird-Java] Building the libjaybird2.so on Linux |
---|---|
Author | William L. Thomson Jr. |
Post date | 2005-12-16T17:08:06Z |
On Fri, 2005-12-16 at 10:32 +0100, Roman Rokytskyy wrote:
native ant. The Gentoo way is to not used packaged jars like ant, and
xalan, etc. They should be available locally or natively on the system
and hopefully more up to date than packaged ones.
Now aside from the native stuff, is there anything else special I need
to do to compile a JDBC 2 driver instead of JDBC 3?
ATM I am only passing jars to ant, javadocs, and etc are invoked via use
flags.
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com
> > wlt@wlt ~/Desktop/client-java $ ant -f build_native.xmlIt was how I was invoking it.
>
> Should be
>
> ./build.sh compile-native
>
> The issue is that your ant does not contain the cpptasks.jar in the lib/
> directory.
> So, either use our build.sh that in turn uses bundled ant, orIn the ebuild I am copying and passing the cpptasks.jar as a lib to the
> copy client-java/lib/cpptasks.jar to your $ANT_HOME/lib directory.
native ant. The Gentoo way is to not used packaged jars like ant, and
xalan, etc. They should be available locally or natively on the system
and hopefully more up to date than packaged ones.
Now aside from the native stuff, is there anything else special I need
to do to compile a JDBC 2 driver instead of JDBC 3?
ATM I am only passing jars to ant, javadocs, and etc are invoked via use
flags.
--
Sincerely,
William L. Thomson Jr.
Obsidian-Studios, Inc.
http://www.obsidian-studios.com