Subject Re: [Firebird-Java] Re: Null Pointer Exception using SQL task in Ant
Author Roman Rokytskyy
> I used the 1.4 snapshot you released last night and was able to run
> the sql succesfully under ant (and also use myeclipseide database
> explorer).

That is already a good news.

> The code in question is
>
> <target name="test-driver">
> <sql classpathref="full.class.path"
> driver="org.firebirdsql.jdbc.FBDriver"
>
> url="jdbc:firebirdsql:embedded:C:/workspace/newDataBuild/test/data/databas
> e/APP-DB.FDB"
> userid="SYSDBA"
> password="MASTERKEY"
> src="C:/workspace/newDataBuild/test/data/helper/firebird/test.sql"
> />
> </target>
>
> Unfortunetly, this is what is displayed by ant when it runs (ultimatly
> successful). You might want to test more against ant.

Can you please post the content of the ${full.class.path}? It seems that
something is related to the Ant classloader, and the question is whether it
has something to do with JayBird or with Ant.

Roman