[jboss-cvs] JBossBlog SVN: r92 - trunk-esial/blog-core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 13:11:46 EDT 2007


Author: thomas.heute at jboss.com
Date: 2007-03-19 13:11:46 -0400 (Mon, 19 Mar 2007)
New Revision: 92

Modified:
   trunk-esial/blog-core/build.xml
Log:
Added debug=on

Modified: trunk-esial/blog-core/build.xml
===================================================================
--- trunk-esial/blog-core/build.xml	2007-03-19 16:47:56 UTC (rev 91)
+++ trunk-esial/blog-core/build.xml	2007-03-19 17:11:46 UTC (rev 92)
@@ -2,7 +2,7 @@
 
 <project name="JBoss Blog" default="build">
     <!-- Configuration of deployment -->
-    <property name="jboss.home" value="C:\\jboss-4.0.5.GA" />
+    <property name="jboss.home" value="/home/theute/Portal/jboss-portal-2.4.1" />
     <property name="jboss.conf" value="default" />
     <!-- Unset this property if jboss portal is deployed -->
     <property name="jboss.portal.present" value="true" />
@@ -85,7 +85,7 @@
     <target name="build" depends="init,clean">
         <mkdir dir="${build}" />
         <!-- Compiling the source -->
-        <javac srcdir="${src.java}" destdir="${build}" target="1.4" source="1.4">
+        <javac srcdir="${src.java}" destdir="${build}" target="1.4" source="1.4" debug="on">
             <classpath refid="base.jars" />
         </javac>
         <!-- Copying any xmls -->




More information about the jboss-cvs-commits mailing list