Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1652 - in development/main: . magic/core/src/main/net/dpml/magic/tasks transit/core/handler/etc/test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1652 - in development/main: . magic/core/src/main/net/dpml/magic/tasks transit/core/handler/etc/test
  • Date: Sun, 30 Jan 2005 21:19:50 +0100

Author: mcconnell
Date: Sun Jan 30 21:19:50 2005
New Revision: 1652

Modified:
development/main/bootstrap.xml
development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
development/main/setup.xml
development/main/transit/core/handler/etc/test/cache.properties
development/main/transit/core/handler/etc/test/test.authority
Log:
housekeeping

Modified: development/main/bootstrap.xml
==============================================================================
--- development/main/bootstrap.xml (original)
+++ development/main/bootstrap.xml Sun Jan 30 21:19:50 2005
@@ -26,6 +26,7 @@
<property file="build.properties"/>
<property name="project.name" value="UNKNOWN"/>
<property name="project.type" value="jar"/>
+ <property name="project.dir" value="${basedir}/target/test"/>

<available classname="junit.framework.TestCase"
property="junit.available"/>


Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
==============================================================================
--- development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
(original)
+++ development/main/magic/core/src/main/net/dpml/magic/tasks/DistTask.java
Sun Jan 30 21:19:50 2005
@@ -72,6 +72,7 @@
}
m_tar.setCompression( mode );
String policy = mode.getValue();
+System.out.println( "#POLICY: " + policy );
if( policy == "gzip" )
{
m_compression = "gz";

Modified: development/main/setup.xml
==============================================================================
--- development/main/setup.xml (original)
+++ development/main/setup.xml Sun Jan 30 21:19:50 2005
@@ -91,7 +91,7 @@
</target>

<target name="clean">
- <ant dir="transit/handler" target="clean" antfile="bootstrap.xml"/>
+ <ant dir="transit/core/handler" target="clean" antfile="bootstrap.xml"/>
<ant dir="magic/bootstrap" target="clean" antfile="bootstrap.xml"/>
<ant dir="magic/core" target="clean" antfile="bootstrap.xml"/>
</target>

Modified: development/main/transit/core/handler/etc/test/cache.properties
==============================================================================
--- development/main/transit/core/handler/etc/test/cache.properties
(original)
+++ development/main/transit/core/handler/etc/test/cache.properties Sun
Jan 30 21:19:50 2005
@@ -1,6 +1,6 @@

# The location of the cache system
-dpml.transit.cache.location=${project.dir}/cache
+dpml.transit.cache.location=${user.dir}/target/test/cache

# The class that implements the cache handler
dpml.transit.cache.class=net.dpml.transit.artifact.FileCacheHandler

Modified: development/main/transit/core/handler/etc/test/test.authority
==============================================================================
--- development/main/transit/core/handler/etc/test/test.authority
(original)
+++ development/main/transit/core/handler/etc/test/test.authority Sun
Jan 30 21:19:50 2005
@@ -1,3 +1,3 @@

-dpml.transit.authority=file:/${project.dir}
+dpml.transit.authority=file:${user.dir}/target/test




  • svn commit: r1652 - in development/main: . magic/core/src/main/net/dpml/magic/tasks transit/core/handler/etc/test, mcconnell, 01/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page