I see what happened.

In build.xml, someone added a new "clean-downloads", under
"clean-all", which somehow targets these two jar files (only):

           <fileset dir="framework/base/lib" includes="cobertura-*.jar"/>
            <fileset dir="framework/entity/lib/jdbc"
includes="postgresql-*.jar"/>

Why?  I always run "clean-all" to clean things up, logs, cache, tmp
files, etc..  I wouldn't think that downloaded jar files that I had to
manually install should be blown away.  I also downloaded
mysql-connector-java-3.0.17-ga-bin.jar a long time ago, placed it in
that same directory and it's still there.

Thanks

Reply via email to