details: /erp/devel/main/rev/2c21e06e2e3b
changeset: 6489:2c21e06e2e3b
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Wed Feb 24 10:42:51 2010 +0100
summary: fixed bug 12432: Errors in ant diagnostic
diffstat:
src-diagnostics/build.xml | 1 +
src-diagnostics/config/log4j.properties | 22 ++++++++++++++++++++++
src-diagnostics/src/Test.java | 29 +++++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 877040d09dc4 -r 2c21e06e2e3b src-diagnostics/build.xml
--- a/src-diagnostics/build.xml Wed Feb 24 12:08:38 2010 +0100
+++ b/src-diagnostics/build.xml Wed Feb 24 10:42:51 2010 +0100
@@ -38,6 +38,7 @@
<path id="diagnostic.class.path">
<pathelement path="build/classes" />
+ <pathelement path="config"/>
<fileset dir="WebContent/WEB-INF/lib">
<include name="**/*.jar" />
</fileset>
diff -r 877040d09dc4 -r 2c21e06e2e3b src-diagnostics/config/log4j.properties
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src-diagnostics/config/log4j.properties Wed Feb 24 10:42:51 2010 +0100
@@ -0,0 +1,22 @@
+# *************************************************************************
+# * The contents of this file are subject to the Openbravo Public License
+# * Version 1.0 (the "License"), being the Mozilla Public License
+# * Version 1.1 with a permitted attribution clause; you may not use this
+# * file except in compliance with the License. You may obtain a copy of
+# * the License at http://www.openbravo.com/legal/license.html
+# * Software distributed under the License is distributed on an "AS IS"
+# * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+# * License for the specific language governing rights and limitations
+# * under the License.
+# * The Original Code is Openbravo ERP.
+# * The Initial Developer of the Original Code is Openbravo SL
+# * All portions are Copyright (C) 2010 Openbravo SL
+# * All Rights Reserved.
+# * Contributor(s): ______________________________________.
+# ************************************************************************
+
+log4j.rootCategory=INFO, C
+log4j.category.org.openbravo=INFO
+log4j.appender.C=org.apache.log4j.ConsoleAppender
+log4j.appender.C.layout=org.apache.log4j.PatternLayout
+
diff -r 877040d09dc4 -r 2c21e06e2e3b src-diagnostics/src/Test.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src-diagnostics/src/Test.java Wed Feb 24 10:42:51 2010 +0100
@@ -0,0 +1,29 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo Public License
+ * Version 1.0 (the "License"), being the Mozilla Public License
+ * Version 1.1 with a permitted attribution clause; you may not use this
+ * file except in compliance with the License. You may obtain a copy of
+ * the License at http://www.openbravo.com/legal/license.html
+ * Software distributed under the License is distributed on an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific language governing rights and limitations
+ * under the License.
+ * The Original Code is Openbravo ERP.
+ * The Initial Developer of the Original Code is Openbravo SL
+ * All portions are Copyright (C) 2010 Openbravo SL
+ * All Rights Reserved.
+ * Contributor(s): ______________________________________.
+ ************************************************************************
+ */
+
+public class Test {
+
+ /**
+ * Dummy class to test that compilation can be done from Tomcat applications
+ */
+ public static void main(String[] args) {
+
+ }
+
+}
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits