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 |
for some reason my svn history show build.xml has not changed since 09
I know it has been change recently. you can load it back with ./ or .\ ant download-PG-JDBC ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Mike sent the following on 2/13/2011 10:49 AM: > 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 > |
Administrator
|
In reply to this post by Mike Z
That makes sence Mike, thanks for pointing that out. It has been introduced by Adam recently and I will revert it, right now
Jacques From: "Mike" <[hidden email]> >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 > |
In reply to this post by BJ Freeman
Jacques found it.
I was looking at the wrong Build.xml ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man BJ Freeman sent the following on 2/13/2011 11:25 AM: > for some reason my svn history show build.xml has not changed since 09 > I know it has been change recently. > you can load it back with > ./ or .\ ant download-PG-JDBC > > ========================= > BJ Freeman > Strategic Power Office with Supplier Automation > <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > Mike sent the following on 2/13/2011 10:49 AM: >> 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 >> > > |
In reply to this post by BJ Freeman
Thanks BJ. I ran the update and changed the postgres jar from 8.4 to 9.0:
-rw-r--r-- 1 ofbiz ofbiz 510170 2011-02-13 10:33 postgresql-8.4-701.jdbc4.jar -rw-r--r-- 1 root root 539705 2010-10-04 01:25 postgresql-9.0-801.jdbc4.jar I didn't know this download command existed. Thanks Jacques for fixing it. On Sun, Feb 13, 2011 at 11:25 AM, BJ Freeman <[hidden email]> wrote: > for some reason my svn history show build.xml has not changed since 09 > I know it has been change recently. > you can load it back with > ./ or .\ ant download-PG-JDBC > > ========================= > BJ Freeman > Strategic Power Office with Supplier Automation > <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > Mike sent the following on 2/13/2011 10:49 AM: >> >> 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 >> > > |
Free forum by Nabble | Edit this page |