details: /erp/devel/pi/rev/61c7f9003648
changeset: 7559:61c7f9003648
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Fri Jun 04 21:20:23 2010 +0200
summary: [DynamicRebuildWindow] Added missing friendlyWarnings attribute
diffstat:
src-core/src/org/openbravo/base/BuildTask.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 466d1d85231a -r 61c7f9003648
src-core/src/org/openbravo/base/BuildTask.java
--- a/src-core/src/org/openbravo/base/BuildTask.java Fri Jun 04 16:26:59
2010 +0200
+++ b/src-core/src/org/openbravo/base/BuildTask.java Fri Jun 04 21:20:23
2010 +0200
@@ -64,6 +64,11 @@
properties.load(new FileInputStream(propertiesFile));
AntExecutor ant = new AntExecutor(properties.getProperty("source.path"));
ant.setLogFileAndListener(logFileName);
+ // do not execute translation process (all entries should be already in
the module)
+ ant.setProperty("tr", "no");
+ // We will show special, friendly warnings when they are available
+ ant.setProperty("friendlyWarnings", "true");
+
final Vector<String> tasks = new Vector<String>();
final String unnappliedModules = getUnnapliedModules();
if (isUpdatingCoreOrTemplate()) {
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits