wrong lib paths in .classpath
----------------------------- Key: OFBIZ-4650 URL: https://issues.apache.org/jira/browse/OFBIZ-4650 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Leon Fix For: SVN trunk {quote} <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli-adapters.jar"/> <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli.jar"/> {quote} it's wrong. correct one should be: {quote} <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli-adapters.jar"/> <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli.jar"/> {quote} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leon updated OFBIZ-4650: ------------------------ Attachment: OFBIZ-4650.patch > wrong lib paths in .classpath > ----------------------------- > > Key: OFBIZ-4650 > URL: https://issues.apache.org/jira/browse/OFBIZ-4650 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Leon > Fix For: SVN trunk > > Attachments: OFBIZ-4650.patch > > > {quote} > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli-adapters.jar"/> > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli.jar"/> > {quote} > it's wrong. correct one should be: > {quote} > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli-adapters.jar"/> > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli.jar"/> > {quote} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-4650. ------------------------------------- Resolution: Fixed Assignee: Erwan de FERRIERES Thanks Leon, done at rev 1229037 Cheers, > wrong lib paths in .classpath > ----------------------------- > > Key: OFBIZ-4650 > URL: https://issues.apache.org/jira/browse/OFBIZ-4650 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Leon > Assignee: Erwan de FERRIERES > Fix For: SVN trunk > > Attachments: OFBIZ-4650.patch > > > {quote} > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli-adapters.jar"/> > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat-juli.jar"/> > {quote} > it's wrong. correct one should be: > {quote} > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli-adapters.jar"/> > <classpathentry kind="lib" path="framework/catalina/lib/tomcat-7.0.23-tomcat.juli.jar"/> > {quote} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |