Subject | Re: [Firebird-Java] Jaybird21.so build on linux |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-06-11T08:28:32Z |
> [maxim@mtbest ~]$ [maxim@mtbest jaybird]$ ./build.sh -f build_native.xml...
> Ant binary was found in /usr/bin/ant
> Buildfile: build_native.xml
> [taskdef] Could not load definitions from resource cpptasks.tasks.
> It could not be found.
> [typedef] Could not load definitions from resource cpptasks.types.
> It could not be found.
> ANT_HOME environment is set.Check whether:
> Where is my mistake?
a) ANT_HOME is set to your client-java/ directory
b) if not, copy the client-java/lib/cpptasks.jar to your $ANT_HOME/lib/
directory.
Roman