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.ExceptionInInitializerError-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]

Reply via email to