details: https://code.openbravo.com/erp/devel/pi/rev/b2b40bda6f96
changeset: 22146:b2b40bda6f96
user: Augusto Mauch <augusto.mauch <at> openbravo.com>
date: Wed Feb 26 11:18:38 2014 +0100
summary: Fixes issue 25842: Its not possible to compile modulescript and
buildvalidation
The QueryTimeOutUtil class is not going to be used in the classes generated
from xsql for modulescripts and buildvalidations.
diffstat:
src-util/buildvalidation/build.xml | 6 +++---
src-util/modulescript/build.xml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (60 lines):
diff -r 62c6d119b8f8 -r b2b40bda6f96 src-util/buildvalidation/build.xml
--- a/src-util/buildvalidation/build.xml Wed Feb 26 10:51:11 2014 +0100
+++ b/src-util/buildvalidation/build.xml Wed Feb 26 11:18:38 2014 +0100
@@ -12,7 +12,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2010 Openbravo SLU
+* All portions are Copyright (C) 2010-2014 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -60,7 +60,7 @@
<target name="sqlcCore" depends="init" if="checkCore">
<java classname="org.openbravo.data.Sqlc" jvm="${env.JAVA_HOME}/bin/java"
fork="yes" maxmemory="${build.maxmemory}">
- <arg line="'${base.config}'/Openbravo.properties .xsql ./src/org
'${build.validation.sqlc}'" />
+ <arg line="'${base.config}'/Openbravo.properties .xsql ./src/org
'${build.validation.sqlc}' null false" />
<classpath refid="buildvalidation.class.path" />
<syspropertyset>
<propertyref name="java.security.egd" />
@@ -73,7 +73,7 @@
<target name="sqlcModules" depends="init" unless="checkCore">
<java classname="org.openbravo.data.Sqlc" jvm="${env.JAVA_HOME}/bin/java"
fork="yes" maxmemory="${build.maxmemory}">
- <arg line="'${base.config}'/Openbravo.properties .xsql '${base.modules}'
'${base.modules}'/'${module}'/src-util/buildvalidation/src
'${module}'/src-util/buildvalidation" />
+ <arg line="'${base.config}'/Openbravo.properties .xsql '${base.modules}'
'${base.modules}'/'${module}'/src-util/buildvalidation/src
'${module}'/src-util/buildvalidation false" />
<classpath refid="buildvalidation.class.path" />
<syspropertyset>
<propertyref name="java.security.egd" />
diff -r 62c6d119b8f8 -r b2b40bda6f96 src-util/modulescript/build.xml
--- a/src-util/modulescript/build.xml Wed Feb 26 10:51:11 2014 +0100
+++ b/src-util/modulescript/build.xml Wed Feb 26 11:18:38 2014 +0100
@@ -12,7 +12,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
-* All portions are Copyright (C) 2010 Openbravo SLU
+* All portions are Copyright (C) 2010-2014 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -60,7 +60,7 @@
<target name="sqlcCore" depends="init" if="checkCore">
<java classname="org.openbravo.data.Sqlc" jvm="${env.JAVA_HOME}/bin/java"
fork="yes" maxmemory="${build.maxmemory}">
- <arg line="'${base.config}'/Openbravo.properties .xsql ./src/org
'${build.module.sqlc}'" />
+ <arg line="'${base.config}'/Openbravo.properties .xsql ./src/org
'${build.module.sqlc}' null false" />
<classpath refid="modulescript.class.path" />
<syspropertyset>
<propertyref name="java.security.egd" />
@@ -73,7 +73,7 @@
<target name="sqlcModules" depends="init" unless="checkCore">
<java classname="org.openbravo.data.Sqlc" jvm="${env.JAVA_HOME}/bin/java"
fork="yes" maxmemory="${build.maxmemory}">
- <arg line="'${base.config}'/Openbravo.properties .xsql '${base.modules}'
'${base.modules}'/'${module}'/src-util/modulescript/src
'${module}'/src-util/modulescript" />
+ <arg line="'${base.config}'/Openbravo.properties .xsql '${base.modules}'
'${base.modules}'/'${module}'/src-util/modulescript/src
'${module}'/src-util/modulescript false" />
<classpath refid="modulescript.class.path" />
<syspropertyset>
<propertyref name="java.security.egd" />
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits