svn commit: r1605268 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java

2014-06-24 Thread doogie
Author: doogie Date: Wed Jun 25 05:27:22 2014 New Revision: 1605268 URL: http://svn.apache.org/r1605268 Log: Fix reversion introduced in StringUtil in r1330955; string maps using "|" were being parsed correctly. This fixes OFBIZ-5667. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/u

svn commit: r1605269 - in /ofbiz/trunk: applications/product/src/org/ofbiz/product/test/InventoryItemTransferTest.java framework/entity/entitydef/entitymodel_test.xml framework/entity/src/org/ofbiz/en

2014-06-24 Thread doogie
Author: doogie Date: Wed Jun 25 05:27:30 2014 New Revision: 1605269 URL: http://svn.apache.org/r1605269 Log: Fix issues with inventory creation/transfer tests, and with the entity engine tests, when run with java1.7. Apparently, the order of methods returned by reflection varies between runs, so

svn commit: r1605223 - in /ofbiz/trunk: framework/base/build.xml framework/sql/build.xml macros.xml

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 23:21:05 2014 New Revision: 1605223 URL: http://svn.apache.org/r1605223 Log: Remove sourcepathref from default-javac; in build.xml that did *not* create a src-dir patternset, the default *empty* src-dir pattern set was used. Then, when javac would compile src/**/*.

svn commit: r1605216 - in /ofbiz/trunk: common.xml framework/base/build.xml macros.xml

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 23:07:39 2014 New Revision: 1605216 URL: http://svn.apache.org/r1605216 Log: Fix detection of cobertura, for compilation of the hook used by the runtime container; also fixes the classpath used to define the ant task. Now, command-line api tests run underneath cobe

svn commit: r1605213 - in /ofbiz/trunk: framework/testtools/build.xml lib/ant/

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 22:51:31 2014 New Revision: 1605213 URL: http://svn.apache.org/r1605213 Log: Remove the empty dir, which then re-broke compilation of testtools. This reverts all of the recent built-system breakage. Removed: ofbiz/trunk/lib/ant/ Modified: ofbiz/trunk/framew

svn commit: r1605179 - in /ofbiz/trunk: ./ framework/base/lib/ framework/base/lib/ant/ lib/ant/

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 20:30:39 2014 New Revision: 1605179 URL: http://svn.apache.org/r1605179 Log: Revert "Move ant out of the primary classpath; the shell script and batch file" This reverts commit 24d7bda48e9618691b28cf63ef02354e1c2df2c8. Conflicts: LICENSE Added: ofbiz

svn commit: r1605178 - /ofbiz/trunk/.classpath

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 20:30:26 2014 New Revision: 1605178 URL: http://svn.apache.org/r1605178 Log: Revert "Fix Eclipse classpath file." This reverts commit 823b2d691f2d688153c13b7d87aea35a17f23ef0. Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.

svn commit: r1605160 - /ofbiz/trunk/framework/testtools/build.xml

2014-06-24 Thread adrianc
Author: adrianc Date: Tue Jun 24 19:16:18 2014 New Revision: 1605160 URL: http://svn.apache.org/r1605160 Log: Fix broken build. Modified: ofbiz/trunk/framework/testtools/build.xml Modified: ofbiz/trunk/framework/testtools/build.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/tes

Re: svn commit: r1605151 - /ofbiz/trunk/build.xml

2014-06-24 Thread Adam Heath
There was a taskdef for sonar, but not for ivy. So, it was pure luck that it was actually working. The ivy installation docs recommend manually creating the taskdef. The issue that made me change all this, was that when the ant lib folder is the same as the classpath being used at build time

svn commit: r1605151 - /ofbiz/trunk/build.xml

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 18:45:07 2014 New Revision: 1605151 URL: http://svn.apache.org/r1605151 Log: Fix breakage with the build, both buildbot and reported on the mailing list; couldn't create ivy tasks. Modified: ofbiz/trunk/build.xml Modified: ofbiz/trunk/build.xml URL: http://sv

svn commit: r1605148 - /ofbiz/trunk/.classpath

2014-06-24 Thread adrianc
Author: adrianc Date: Tue Jun 24 18:15:41 2014 New Revision: 1605148 URL: http://svn.apache.org/r1605148 Log: Fix Eclipse classpath file. Modified: ofbiz/trunk/.classpath Modified: ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/ofbiz/trunk/.classpath?rev=1605148&r1=1605147&r2=1605

svn commit: r1605119 - in /ofbiz/trunk: ./ framework/base/lib/ framework/base/lib/ant/ lib/ant/

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 16:01:13 2014 New Revision: 1605119 URL: http://svn.apache.org/r1605119 Log: Move ant out of the primary classpath; the shell script and batch file now load it from this out-of-band location. Added: ofbiz/trunk/lib/ant/ ofbiz/trunk/lib/ant/ant-1.9.0-ant-apa

svn commit: r1605120 - /ofbiz/trunk/common.xml

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 16:01:23 2014 New Revision: 1605120 URL: http://svn.apache.org/r1605120 Log: Update the log4j version reference in the tests-cobertura task. Modified: ofbiz/trunk/common.xml Modified: ofbiz/trunk/common.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/common

svn commit: r1605121 - in /ofbiz/trunk: LICENSE framework/base/lib/ant/ant-nodeps-1.8.1.jar

2014-06-24 Thread doogie
Author: doogie Date: Tue Jun 24 16:01:29 2014 New Revision: 1605121 URL: http://svn.apache.org/r1605121 Log: Remove ant-nodeps, it's no longer part of 1.9.0 apparently. Removed: ofbiz/trunk/framework/base/lib/ant/ant-nodeps-1.8.1.jar Modified: ofbiz/trunk/LICENSE Modified: ofbiz/trunk/LI

svn propchange: r1605056 - svn:log

2014-06-24 Thread mor
Author: mor Revision: 1605056 Modified property: svn:log Modified: svn:log at Tue Jun 24 11:42:50 2014 -- --- svn:log (original) +++ svn:log Tue Jun 24 11:42:50 2014 @@ -1 +1 @@ -ByFix: Bypass the permission check to updat

svn commit: r1605057 - in /ofbiz/branches/release12.04/applications/party: servicedef/services.xml src/org/ofbiz/party/communication/CommunicationEventServices.java

2014-06-24 Thread mor
Author: mor Date: Tue Jun 24 11:32:42 2014 New Revision: 1605057 URL: http://svn.apache.org/r1605057 Log: Merged from trunk r1605056. Log: Fix: Bypass the permission check to update communication event if userLogin partyId equals partyIdFrom parameter, useful in certain cases for front-end custo

svn commit: r1605056 - in /ofbiz/trunk/applications/party: servicedef/services.xml src/org/ofbiz/party/communication/CommunicationEventServices.java

2014-06-24 Thread mor
Author: mor Date: Tue Jun 24 11:25:13 2014 New Revision: 1605056 URL: http://svn.apache.org/r1605056 Log: ByFix: Bypass the permission check to update communication event if userLogin partyId equals partyIdFrom parameter, useful in certain cases for front-end customers. Modified: ofbiz/trun

svn commit: r1605029 - in /ofbiz/trunk: ./ framework/base/lib/ framework/base/src/org/ofbiz/base/util/template/ framework/widget/src/org/ofbiz/widget/screen/

2014-06-24 Thread jacopoc
Author: jacopoc Date: Tue Jun 24 08:33:04 2014 New Revision: 1605029 URL: http://svn.apache.org/r1605029 Log: Upgrade to the most recent version of Freemarker-2.3-gae: this is not an official release yet but it will be soon; I have committed this work, as discussed in the dev list, in order to g