Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1165 - in development/main: . magic transit

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: r1165 - in development/main: . magic transit
  • Date: Sun, 12 Dec 2004 03:26:00 +0100

Author: mcconnell
Date: Sun Dec 12 03:25:59 2004
New Revision: 1165

Modified:
development/main/README.TXT
development/main/build.xml
development/main/magic/module.xml
development/main/transit/module.xml
Log:
updating readme and other housekeeping stuff

Modified: development/main/README.TXT
==============================================================================
--- development/main/README.TXT (original)
+++ development/main/README.TXT Sun Dec 12 03:25:59 2004
@@ -4,11 +4,9 @@

To build the complete plaform and all facilities you need to setup you
environment with junit and a bootstrap build of magic. The following command
-will initiate this process (please check the messages at the end of the
setup
-process and the procedure may request the re-execution of setup depending on
-your environment).
+will initiate this process.

- $ ant setup
+ $ ant -file setup.xml

Once the setup procedure is complete you can proceed with the normal build of
the platform. The following command will build the Transit, Magic, Metro,
the
@@ -16,11 +14,6 @@

$ ant

-The following convinience goal copies the command line scripts from the DPML
-main cache to your ${dpml.home}/bin directory.
-
- $ ant bin
-




Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Sun Dec 12 03:25:59 2004
@@ -25,4 +25,14 @@
<transit:init/>
<import file="${dpml.templates}/reactor.xml"/>

+ <target name="junit-report">
+ <mkdir dir="target/reports/junit"/>
+ <junitreport todir="target/reports/junit">
+ <fileset dir=".">
+ <include name="**/target/test-reports/TEST-*.xml"/>
+ </fileset>
+ <report format="frames" todir="target/reports/junit"/>
+ </junitreport>
+ </target>
+
</project>

Modified: development/main/magic/module.xml
==============================================================================
--- development/main/magic/module.xml (original)
+++ development/main/magic/module.xml Sun Dec 12 03:25:59 2004
@@ -33,7 +33,7 @@
<package name="net.dpml.magic"/>
<package name="net.dpml.magic.*"/>
</packages>
- <x:svn href="http://paris.dpml.net/svn/main/magic"/>
+ <x:svn href="http://paris.dpml.net/svn/development/main/magic"/>
<x:home href="http://www.dpml.net/products/magic"/>
</x:header>
</x:module>

Modified: development/main/transit/module.xml
==============================================================================
--- development/main/transit/module.xml (original)
+++ development/main/transit/module.xml Sun Dec 12 03:25:59 2004
@@ -44,18 +44,15 @@
<link href="http://java.sun.com/j2se/1.4/docs/api"/>
<link href="http://www.dpml.net/asf/ant/1.6.2/api"/>
<link href="http://www.dpml.net/commons-cli/api/1.0"/>
- <group title="Transit Main Protocol">
+ <group title="Transit Protocol Handler">
<package name="net.dpml.transit"/>
<package name="net.dpml.transit.adapter"/>
<package name="net.dpml.transit.artifact"/>
<package name="net.dpml.transit.monitors"/>
<package name="net.dpml.transit.repository"/>
- </group>
- <group title="Transit Ant Task">
- <package name="net.dpml.transit.task"/>
<package name="net.dpml.transit.util"/>
</group>
- <group title="Transit Utilities">
+ <group title="Transit CLI">
<package name="net.dpml.transit.control"/>
</group>
</x:javadoc>



  • svn commit: r1165 - in development/main: . magic transit, mcconnell, 12/11/2004

Archive powered by MHonArc 2.6.24.

Top of Page