Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2003 - in development/main/magic/core/src/main/net/dpml/magic: model tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2003 - in development/main/magic/core/src/main/net/dpml/magic: model tasks
  • Date: Thu, 10 Mar 2005 10:01:25 -0500

Author: mcconnell AT dpml.net
Date: Thu Mar 10 10:01:22 2005
New Revision: 2003

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java

development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
Log:
Update the Resource class to expose the URI.

Modified:
development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/model/Resource.java
Thu Mar 10 10:01:22 2005
@@ -405,7 +405,7 @@
}
}

- private URI getArtifactURI( String type ) throws BuildException
+ public URI getArtifactURI( String type ) throws BuildException
{
final String path = getInfo().getURI( type );
try

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/JUnitTestTask.java
Thu Mar 10 10:01:22 2005
@@ -133,7 +133,6 @@

final Definition definition = getDefinition();
final Path classpath = definition.getPath( project, Policy.TEST
);
- System.out.println( "CLASSPATH: " + classpath );

//
// add the project jar to the classpath for the compilation



  • svn commit: r2003 - in development/main/magic/core/src/main/net/dpml/magic: model tasks, mcconnell, 03/09/2005

Archive powered by MHonArc 2.6.24.

Top of Page