Subject | Re: [Firebird-Java] Re: Null Pointer Exception using SQL task in Ant |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-09T13:57:55Z |
> I used the 1.4 snapshot you released last night and was able to runThat is already a good news.
> the sql succesfully under ant (and also use myeclipseide database
> explorer).
> The code in question isCan you please post the content of the ${full.class.path}? It seems that
>
> <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.
something is related to the Ant classloader, and the question is whether it
has something to do with JayBird or with Ant.
Roman