[jboss-svn-commits] JBoss Common SVN: r1916 - trunk
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 2 19:50:40 EDT 2006
Author: scott.stark at jboss.org
Date: 2006-08-02 19:50:36 -0400 (Wed, 02 Aug 2006)
New Revision: 1916
Modified:
trunk/build.xml
Log:
Set javac.debug to true
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2006-08-02 17:16:12 UTC (rev 1915)
+++ trunk/build.xml 2006-08-02 23:50:36 UTC (rev 1916)
@@ -45,7 +45,6 @@
| This target is invoked by the Buildmagic initialization logic and
| should contain module specific configuration elements.
-->
-
<target name="configure" unless="configure.disable">
<!-- =================== -->
@@ -72,7 +71,6 @@
<!-- Set project specific properties -->
<property name="jboss.home" value="../build/output/jboss-${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
<property name="server" value="default"/>
-
</target>
<!-- ================================================================== -->
@@ -89,7 +87,9 @@
<target name="compile" depends="_default:compile-etc"
description="Compile all source files.">
- <ant antfile="build-compile.xml" target="compile-classes"/>
+ <ant antfile="build-compile.xml" target="compile-classes">
+ <property name="javac.debug" value="true" />
+ </ant>
</target>
More information about the jboss-svn-commits
mailing list