notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
r1356 - in trunk/main: depot/core depot/tools/builder/src/main/net/dpml/tools/impl metro/runtime/src/main/net/dpml/metro/runtime transit/core/src/main/net/dpml/lang
- From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
- To: notify-dpml AT lists.ibiblio.org
- Subject: r1356 - in trunk/main: depot/core depot/tools/builder/src/main/net/dpml/tools/impl metro/runtime/src/main/net/dpml/metro/runtime transit/core/src/main/net/dpml/lang
- Date: Tue, 11 Apr 2006 00:40:25 +0200
Author: mcconnell
Date: 2006-04-11 00:40:10 +0200 (Tue, 11 Apr 2006)
New Revision: 1356
Modified:
trunk/main/depot/core/build.xml
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/StandardBuilder.java
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionController.java
trunk/main/transit/core/src/main/net/dpml/lang/Part.java
Log:
improve classloader logging info
Modified: trunk/main/depot/core/build.xml
===================================================================
--- trunk/main/depot/core/build.xml 2006-04-10 22:05:36 UTC (rev 1355)
+++ trunk/main/depot/core/build.xml 2006-04-10 22:40:10 UTC (rev 1356)
@@ -22,7 +22,6 @@
<target name="install" depends="standard.install,bin">
<property name="local" location="${dpml.system}/local"/>
- <echo message="INIT == ${project.version}"/>
<echo>
#----------------------------------------------------------------------------------
# Updating ${local}
Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/StandardBuilder.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/StandardBuilder.java
2006-04-10 22:05:36 UTC (rev 1355)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/impl/StandardBuilder.java
2006-04-10 22:40:10 UTC (rev 1356)
@@ -299,6 +299,11 @@
static Project configureProject( Project project, Resource resource )
{
+ if( null != project.getReference( "project.timestamp" ) )
+ {
+ return project;
+ }
+
project.addReference( "project.timestamp", new Date() );
project.setBaseDir( resource.getBaseDir() );
Modified:
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionController.java
===================================================================
---
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionController.java
2006-04-10 22:05:36 UTC (rev 1355)
+++
trunk/main/metro/runtime/src/main/net/dpml/metro/runtime/CompositionController.java
2006-04-10 22:40:10 UTC (rev 1356)
@@ -205,7 +205,7 @@
for( int i=0; i < urls.length; i++ )
{
URL url = urls[i];
- buffer.append( "\n [" + i + "] \t" + url.toString() );
+ buffer.append( "\n [" + i + "] " + url.toString() );
}
}
getLogger().debug( buffer.toString() );
Modified: trunk/main/transit/core/src/main/net/dpml/lang/Part.java
===================================================================
--- trunk/main/transit/core/src/main/net/dpml/lang/Part.java 2006-04-10
22:05:36 UTC (rev 1355)
+++ trunk/main/transit/core/src/main/net/dpml/lang/Part.java 2006-04-10
22:40:10 UTC (rev 1356)
@@ -427,7 +427,7 @@
for( int i=0; i < urls.length; i++ )
{
URL url = urls[i];
- buffer.append( "\n [" + i + "] \t" + url.toString() );
+ buffer.append( "\n [" + i + "] " + url.toString() );
}
}
getLogger().debug( buffer.toString() );
- r1356 - in trunk/main: depot/core depot/tools/builder/src/main/net/dpml/tools/impl metro/runtime/src/main/net/dpml/metro/runtime transit/core/src/main/net/dpml/lang, mcconnell at BerliOS, 04/10/2006
Archive powered by MHonArc 2.6.24.