./ant clean-all delete extra any extra installed JDBC files
----------------------------------------------------------- Key: OFBIZ-4556 URL: https://issues.apache.org/jira/browse/OFBIZ-4556 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Sam Hamilton If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. Thanks Sam -- 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-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Hamilton updated OFBIZ-4556: -------------------------------- Priority: Minor (was: Major) Summary: ./ant clean-all deletes any extra installed JDBC files (was: ./ant clean-all delete extra any extra installed JDBC files) > ./ant clean-all deletes any extra installed JDBC files > ------------------------------------------------------ > > Key: OFBIZ-4556 > URL: https://issues.apache.org/jira/browse/OFBIZ-4556 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Sam Hamilton > Priority: Minor > > If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. > As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. > Thanks > Sam -- 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-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148871#comment-13148871 ] Jacques Le Roux commented on OFBIZ-4556: ---------------------------------------- Indeed, weird... > ./ant clean-all deletes any extra installed JDBC files > ------------------------------------------------------ > > Key: OFBIZ-4556 > URL: https://issues.apache.org/jira/browse/OFBIZ-4556 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Sam Hamilton > Priority: Minor > > If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. > As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. > Thanks > Sam -- 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-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148874#comment-13148874 ] Jacques Le Roux commented on OFBIZ-4556: ---------------------------------------- Ha, I see it comes from the newly added clean-downloads > ./ant clean-all deletes any extra installed JDBC files > ------------------------------------------------------ > > Key: OFBIZ-4556 > URL: https://issues.apache.org/jira/browse/OFBIZ-4556 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Sam Hamilton > Priority: Minor > > If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. > As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. > Thanks > Sam -- 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-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4556. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Release Branch 11.04 Assignee: Jacques Le Roux Thanks for report Sam, Not a definitive solution, but better than nothing, see coment in commit in trunk r1201110 R11.04 r1201113 > ./ant clean-all deletes any extra installed JDBC files > ------------------------------------------------------ > > Key: OFBIZ-4556 > URL: https://issues.apache.org/jira/browse/OFBIZ-4556 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Sam Hamilton > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 11.04, SVN trunk > > > If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. > As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. > Thanks > Sam -- 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-4556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148892#comment-13148892 ] Jacques Le Roux commented on OFBIZ-4556: ---------------------------------------- Note that a solution could have been to use ant download-PG-JDBC just aftern but it does not make much sense. This needs more thoughts... > ./ant clean-all deletes any extra installed JDBC files > ------------------------------------------------------ > > Key: OFBIZ-4556 > URL: https://issues.apache.org/jira/browse/OFBIZ-4556 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Sam Hamilton > Assignee: Jacques Le Roux > Priority: Minor > Fix For: Release Branch 11.04, SVN trunk > > > If you add an extra JDBC file into /framework/entity/lib/jdbc/ for example the postgres jdbc driver, then when you run ./ant clean-all it delete this file. > As far as I am aware this is a bug as the system never used to do this, not exactly sure when the change happened as I have only just upgraded my OFBiz from a trunk version downloaded around a year ago. > Thanks > Sam -- 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 |