Administrator
|
Erwan,
I also wondered about the location of watermarker and dozer. But you did not move the libs and OOTB they are actually in applications/product/lib Why not let them there finally? Jacques From: <[hidden email]> > Author: erwan > Date: Tue Jan 4 13:16:03 2011 > New Revision: 1055027 > > URL: http://svn.apache.org/viewvc?rev=1055027&view=rev > Log: > Wrong classpath for dozer and watermaker, and removing generated folders for sql and base which were displayed as errors in > eclipse > > Modified: > ofbiz/trunk/.classpath > > Modified: ofbiz/trunk/.classpath > URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1055027&r1=1055026&r2=1055027&view=diff > ============================================================================== > --- ofbiz/trunk/.classpath (original) > +++ ofbiz/trunk/.classpath Tue Jan 4 13:16:03 2011 > @@ -4,8 +4,8 @@ > <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="lib" path="applications/content/lib/lucene-core-3.0.3.jar"/> > <classpathentry kind="lib" path="applications/content/lib/poi-3.2-FINAL-20081019.jar"/> > - <classpathentry kind="lib" path="framework/base/lib/watermarker-0.0.4.jar"/> > - <classpathentry kind="lib" path="framework/base/lib/dozer-4.2.1.jar"/> > + <classpathentry kind="lib" path="applications/product/lib/watermarker-0.0.4.jar"/> > + <classpathentry kind="lib" path="applications/product/lib/dozer-4.2.1.jar"/> > <classpathentry kind="lib" path="framework/base/lib/ant-1.7.1.jar"/> > <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.1.jar"/> > <classpathentry kind="lib" path="framework/base/lib/ant-launcher-1.7.1.jar"/> > @@ -210,7 +210,6 @@ > <classpathentry kind="src" path="applications/securityext/src" > excluding="org/ofbiz/securityext/thirdparty/truition/TruitionCoReg.java"/> > <classpathentry kind="src" path="applications/workeffort/src"/> > <classpathentry kind="src" path="framework/appserver/src"/> > - <classpathentry kind="src" path="framework/base/build/gen-src/javacc"/> > <classpathentry kind="src" path="framework/base/src" excluding="org/ofbiz/base/config/CoberturaInstrumenter.java"/> > <classpathentry kind="src" path="framework/bi/src"/> > <classpathentry kind="src" path="framework/birt/src"/> > @@ -227,7 +226,6 @@ > <classpathentry kind="src" path="framework/security/src"/> > <classpathentry kind="src" path="framework/service/src"/> > <classpathentry kind="src" path="framework/sql/src"/> > - <classpathentry kind="src" path="framework/sql/build/gen-src/javacc"/> > <classpathentry kind="src" path="framework/start/src"/> > <classpathentry kind="src" path="framework/testtools/src" excluding="org/ofbiz/testtools/seleniumxml/**"/> > <classpathentry kind="src" path="framework/webapp/src" > excluding="org/ofbiz/webapp/ftl/FreeMarkerViewRenderer.java|org/ofbiz/webapp/ftl/JpCacheIncludeTransform.java|org/ofbiz/webapp/view/FopPdfViewHandler.java|org/ofbiz/webapp/view/GenericViewRenderer.java|org/ofbiz/webapp/view/JPublishViewHandler.java|org/ofbiz/webapp/view/JPublishWrapper.java|org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java|org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java|org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java|org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java"/> > > |
Le 04/01/2011 15:39, Jacques Le Roux a écrit :
> Erwan, > > I also wondered about the location of watermarker and dozer. But you did > not move the libs and OOTB they are actually in applications/product/lib > Why not let them there finally? > > Jacques > Hi Jacques, Hans put the libs in product/lib, but did not put the right path in the .classpath file. I just corrected it, so there are no more errors. What were you suggesting ? -- Erwan de FERRIERES www.nereide.biz |
Administrator
|
Oops, sorry I confused with Jacopo's change at http://svn.apache.org/viewvc?rev=1052854&view=rev
Forget it ;o) Jacques From: "Erwan de FERRIERES" <[hidden email]> > Le 04/01/2011 15:39, Jacques Le Roux a écrit : >> Erwan, >> >> I also wondered about the location of watermarker and dozer. But you did >> not move the libs and OOTB they are actually in applications/product/lib >> Why not let them there finally? >> >> Jacques >> > Hi Jacques, > > Hans put the libs in product/lib, but did not put the right path in the .classpath file. I just corrected it, so there are no more > errors. > > What were you suggesting ? > > -- > Erwan de FERRIERES > www.nereide.biz > |
Free forum by Nabble | Edit this page |