svn commit: r1267 - development/main/magic/core/src/main/net/dpml/magic/tasks

mcconnell at netcompartner.com mcconnell at netcompartner.com
Thu Dec 23 05:59:15 EST 2004


Author: mcconnell
Date: Thu Dec 23 11:59:15 2004
New Revision: 1267

Modified:
   development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java
Log:
add a log message when building a reactive target

Modified: development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java	(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/ReactorTask.java	Thu Dec 23 11:59:15 2004
@@ -237,8 +237,17 @@
         {
             if( ! "default".equals( target ) )
             {
+                log( "building " + definition + " with target: " + target );
                 ant.setTarget( target );
             }
+            else
+            {
+                log( "building " + definition + " with default target" );
+            }
+        }
+        else
+        {
+            log( "building " + definition + " with default target" );
         }
         ant.init();
         ant.execute();



More information about the notify-dpml mailing list