Could you run with "-debug" and post the stacktrace?

Jan 

>-----Ursprüngliche Nachricht-----
>Von: richardmonk [mailto:[EMAIL PROTECTED] 
>Gesendet: Donnerstag, 8. November 2007 08:40
>An: user@ant.apache.org
>Betreff: ant 1.7 java.lang.ExceptionInInitializerError
>
>
>Hi
>
>i am upgrading the whole project from ant1.5.1 to ant1.7.0
>
>it gave error build_config.xml:151: 
>java.lang.ExceptionInInitializerError
>
>the line 151 of that xml is a uptodate task. Any idea why i 
>got the error?
>Please kindly help.
>Your reply is highly appreciated.
>
><target name="check.db.schema.up.to.date" >
>        <uptodate property="db.schema.up.to.date"
>targetfile="${get.dbversion.build.dir}/src/dbinfo.properties" >
>            <srcfiles dir= "${db.root.dir}" >
>                <include name="DBInfo.java" />
>                <include name="GetDbInfo.java" />
>            </srcfiles>
>        </uptodate>
></target>
>
>
>Thanks
>
>Richard
>-- 
>View this message in context: 
>http://www.nabble.com/ant-1.7-java.lang.ExceptionInInitializerE
>rror-tf4769472.html#a13642498
>Sent from the Ant - Users mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to