Milestone: Re: svn commit: r1676405 - in /ofbiz/branches/OFBIZ-6271: applications/product/pom.xml pom.xml

2015-04-27 Thread Adam Heath
With this commit, all optionally detected libraries/features during the compilation with ant are now being done with maven. A "maven clean" and "maven package -DskipTests" is runnable with tools/startofbiz.sh. I have not run system integration tests(aka, any test that requires a running ofbiz

svn commit: r1676405 - in /ofbiz/branches/OFBIZ-6271: applications/product/pom.xml pom.xml

2015-04-27 Thread doogie
Author: doogie Date: Tue Apr 28 02:12:03 2015 New Revision: 1676405 URL: http://svn.apache.org/r1676405 Log: Make use of profiles to detect the serial communication library and the applet plugin library, and compile ShipmentScaleApplet if both are found. Modified: ofbiz/branches/OFBIZ-6271/ap

svn commit: r1676404 - in /ofbiz/branches/OFBIZ-6271: applications/accounting/pom.xml pom.xml

2015-04-27 Thread doogie
Author: doogie Date: Tue Apr 28 02:11:57 2015 New Revision: 1676404 URL: http://svn.apache.org/r1676404 Log: Move the systemPath definition from the sub-module pom to the top-level pom. Eventually, the activation in the sub-module won't be needed(it'll be a separate optional pom), and this will j

svn commit: r1676311 - /ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml

2015-04-27 Thread doogie
Author: doogie Date: Mon Apr 27 15:42:19 2015 New Revision: 1676311 URL: http://svn.apache.org/r1676311 Log: Add a profile that detects if the verisign payflow.jar is available, and compiled the verisign payment processor. Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml M

svn commit: r1676305 - in /ofbiz/branches/OFBIZ-6271: ./ applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/ applications/order/script/org/ofbiz/order/customer/ applications/order/sr

2015-04-27 Thread doogie
Author: doogie Date: Mon Apr 27 15:28:34 2015 New Revision: 1676305 URL: http://svn.apache.org/r1676305 Log: Fix dumb compile errors in this file; please, let's be careful. Note the EntityQuery import; this was due to this class being added, but not imported, which is an obvious error. Also, if

Sad commit: Re: svn commit: r1676303 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

2015-04-27 Thread Adam Heath
Replying to my own commit; please, double check your changes. The problems I fixed below are just sad. ps: I'm working on maven profiles, that detect optional jars. I went and fetched payflow.jar, and when I made it available, I got compile errors. On 04/27/2015 10:25 AM, doo...@apache.org

svn commit: r1676303 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/verisign/PayflowPro.java

2015-04-27 Thread doogie
Author: doogie Date: Mon Apr 27 15:25:00 2015 New Revision: 1676303 URL: http://svn.apache.org/r1676303 Log: Fix dumb compile errors in this file; please, let's be careful. Note the EntityQuery import; this was due to this class being added, but not imported, which is an obvious error. Also, if