Thanks Taher, I forget to commit the .classpath !
Le 27/04/2016 08:38, [hidden email] a écrit : > Author: taher > Date: Wed Apr 27 06:38:20 2016 > New Revision: 1741151 > > URL: http://svn.apache.org/viewvc?rev=1741151&view=rev > Log: > update the .classpath to reflect all the updated libraries > > This includes the following: > - pdfbox upgraded to 1.8.11 > - jempbox upgraded to 1.8.11 > - fontbox upgraded to 1.8.11 > - commons-compress to 1.11 > > Modified: > ofbiz/trunk/.classpath > > Modified: ofbiz/trunk/.classpath > URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1741151&r1=1741150&r2=1741151&view=diff > ============================================================================== > --- ofbiz/trunk/.classpath (original) > +++ ofbiz/trunk/.classpath Wed Apr 27 06:38:20 2016 > @@ -2,9 +2,9 @@ > <classpath> > <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="lib" path="applications/content/lib/dom4j-1.6.1.jar"/> > - <classpathentry kind="lib" path="applications/content/lib/pdfbox-1.8.5.jar"/> > - <classpathentry kind="lib" path="applications/content/lib/jempbox-1.8.5.jar"/> > - <classpathentry kind="lib" path="applications/content/lib/fontbox-1.8.5.jar"/> > + <classpathentry kind="lib" path="framework/base/lib/pdfbox-1.8.11.jar"/> > + <classpathentry kind="lib" path="framework/base/lib/jempbox-1.8.11.jar"/> > + <classpathentry kind="lib" path="framework/base/lib/fontbox-1.8.11.jar"/> > <classpathentry kind="lib" path="applications/content/lib/poi-3.13-20150929.jar"/> > <classpathentry kind="lib" path="applications/product/lib/dozer-4.2.1.jar"/> > <classpathentry kind="lib" path="applications/product/lib/watermarker-0.0.4.jar"/> > @@ -63,7 +63,7 @@ > <classpathentry kind="lib" path="framework/base/lib/commons/commons-beanutils-core-1.8.3.jar"/> > <classpathentry kind="lib" path="framework/base/lib/commons/commons-codec-1.10.jar"/> > <classpathentry kind="lib" path="framework/base/lib/commons/commons-collections4-4.1.jar"/> > - <classpathentry kind="lib" path="framework/base/lib/commons/commons-compress-1.9.jar"/> > + <classpathentry kind="lib" path="framework/base/lib/commons/commons-compress-1.11.jar"/> > <classpathentry kind="lib" path="framework/base/lib/commons/commons-csv-1.1.jar"/> > <classpathentry kind="lib" path="framework/base/lib/commons/commons-el-1.0.jar"/> > <classpathentry kind="lib" path="framework/base/lib/commons/commons-fileupload-1.3.1.jar"/> > > |
Sure Thing Nicolas,
I would kindly ask all the committers to please update the .classpath on the spot whenever you are updating the libraries. For those of us who use an IDE we always get a crashing build. Cheers, Taher Alkhateeb On Wed, Apr 27, 2016 at 9:55 AM, Nicolas Malin <[hidden email]> wrote: > Thanks Taher, I forget to commit the .classpath ! > > Le 27/04/2016 08:38, [hidden email] a écrit : > >> Author: taher >> Date: Wed Apr 27 06:38:20 2016 >> New Revision: 1741151 >> >> URL: http://svn.apache.org/viewvc?rev=1741151&view=rev >> Log: >> update the .classpath to reflect all the updated libraries >> >> This includes the following: >> - pdfbox upgraded to 1.8.11 >> - jempbox upgraded to 1.8.11 >> - fontbox upgraded to 1.8.11 >> - commons-compress to 1.11 >> >> Modified: >> ofbiz/trunk/.classpath >> >> Modified: ofbiz/trunk/.classpath >> URL: >> http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1741151&r1=1741150&r2=1741151&view=diff >> >> ============================================================================== >> --- ofbiz/trunk/.classpath (original) >> +++ ofbiz/trunk/.classpath Wed Apr 27 06:38:20 2016 >> @@ -2,9 +2,9 @@ >> <classpath> >> <classpathentry kind="con" >> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> >> <classpathentry kind="lib" >> path="applications/content/lib/dom4j-1.6.1.jar"/> >> - <classpathentry kind="lib" >> path="applications/content/lib/pdfbox-1.8.5.jar"/> >> - <classpathentry kind="lib" >> path="applications/content/lib/jempbox-1.8.5.jar"/> >> - <classpathentry kind="lib" >> path="applications/content/lib/fontbox-1.8.5.jar"/> >> + <classpathentry kind="lib" >> path="framework/base/lib/pdfbox-1.8.11.jar"/> >> + <classpathentry kind="lib" >> path="framework/base/lib/jempbox-1.8.11.jar"/> >> + <classpathentry kind="lib" >> path="framework/base/lib/fontbox-1.8.11.jar"/> >> <classpathentry kind="lib" >> path="applications/content/lib/poi-3.13-20150929.jar"/> >> <classpathentry kind="lib" >> path="applications/product/lib/dozer-4.2.1.jar"/> >> <classpathentry kind="lib" >> path="applications/product/lib/watermarker-0.0.4.jar"/> >> @@ -63,7 +63,7 @@ >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-beanutils-core-1.8.3.jar"/> >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-codec-1.10.jar"/> >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-collections4-4.1.jar"/> >> - <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-compress-1.9.jar"/> >> + <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-compress-1.11.jar"/> >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-csv-1.1.jar"/> >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-el-1.0.jar"/> >> <classpathentry kind="lib" >> path="framework/base/lib/commons/commons-fileupload-1.3.1.jar"/> >> >> >> > |
May such should be in one of the pages somewhere?
Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Wed, Apr 27, 2016 at 9:04 AM, Taher Alkhateeb <[hidden email] > wrote: > Sure Thing Nicolas, > > I would kindly ask all the committers to please update the .classpath on > the spot whenever you are updating the libraries. For those of us who use > an IDE we always get a crashing build. > > Cheers, > > Taher Alkhateeb > > On Wed, Apr 27, 2016 at 9:55 AM, Nicolas Malin <[hidden email]> > wrote: > > > Thanks Taher, I forget to commit the .classpath ! > > > > Le 27/04/2016 08:38, [hidden email] a écrit : > > > >> Author: taher > >> Date: Wed Apr 27 06:38:20 2016 > >> New Revision: 1741151 > >> > >> URL: http://svn.apache.org/viewvc?rev=1741151&view=rev > >> Log: > >> update the .classpath to reflect all the updated libraries > >> > >> This includes the following: > >> - pdfbox upgraded to 1.8.11 > >> - jempbox upgraded to 1.8.11 > >> - fontbox upgraded to 1.8.11 > >> - commons-compress to 1.11 > >> > >> Modified: > >> ofbiz/trunk/.classpath > >> > >> Modified: ofbiz/trunk/.classpath > >> URL: > >> > http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1741151&r1=1741150&r2=1741151&view=diff > >> > >> > ============================================================================== > >> --- ofbiz/trunk/.classpath (original) > >> +++ ofbiz/trunk/.classpath Wed Apr 27 06:38:20 2016 > >> @@ -2,9 +2,9 @@ > >> <classpath> > >> <classpathentry kind="con" > >> path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > >> <classpathentry kind="lib" > >> path="applications/content/lib/dom4j-1.6.1.jar"/> > >> - <classpathentry kind="lib" > >> path="applications/content/lib/pdfbox-1.8.5.jar"/> > >> - <classpathentry kind="lib" > >> path="applications/content/lib/jempbox-1.8.5.jar"/> > >> - <classpathentry kind="lib" > >> path="applications/content/lib/fontbox-1.8.5.jar"/> > >> + <classpathentry kind="lib" > >> path="framework/base/lib/pdfbox-1.8.11.jar"/> > >> + <classpathentry kind="lib" > >> path="framework/base/lib/jempbox-1.8.11.jar"/> > >> + <classpathentry kind="lib" > >> path="framework/base/lib/fontbox-1.8.11.jar"/> > >> <classpathentry kind="lib" > >> path="applications/content/lib/poi-3.13-20150929.jar"/> > >> <classpathentry kind="lib" > >> path="applications/product/lib/dozer-4.2.1.jar"/> > >> <classpathentry kind="lib" > >> path="applications/product/lib/watermarker-0.0.4.jar"/> > >> @@ -63,7 +63,7 @@ > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-beanutils-core-1.8.3.jar"/> > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-codec-1.10.jar"/> > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-collections4-4.1.jar"/> > >> - <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-compress-1.9.jar"/> > >> + <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-compress-1.11.jar"/> > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-csv-1.1.jar"/> > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-el-1.0.jar"/> > >> <classpathentry kind="lib" > >> path="framework/base/lib/commons/commons-fileupload-1.3.1.jar"/> > >> > >> > >> > > > |
Free forum by Nabble | Edit this page |