Skip to Content.
Sympa Menu

notify-dpml - r881 - trunk/main/transit

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r881 - trunk/main/transit
  • Date: Sun, 8 Jan 2006 22:16:42 +0100

Author: mcconnell
Date: 2006-01-08 22:16:42 +0100 (Sun, 08 Jan 2006)
New Revision: 881

Modified:
trunk/main/transit/bootstrap.xml
Log:
update the bootstrap build to be explicit about test compilation source and
target version

Modified: trunk/main/transit/bootstrap.xml
===================================================================
--- trunk/main/transit/bootstrap.xml 2006-01-08 21:15:57 UTC (rev 880)
+++ trunk/main/transit/bootstrap.xml 2006-01-08 21:16:42 UTC (rev 881)
@@ -421,7 +421,8 @@
<mkdir dir="${target.test-classes.dir}"/>
<javac srcdir="${target.build.test.dir}"
destdir="${target.test-classes.dir}"
- debug="true">
+ debug="true"
+ source="1.4" target="1.4">
<classpath refid="project.test.path"/>
</javac>
</target>




  • r881 - trunk/main/transit, mcconnell at BerliOS, 01/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page