Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1284 - development/laboratory/ant

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: r1284 - development/laboratory/ant
  • Date: Fri, 24 Dec 2004 10:16:40 +0100

Author: mcconnell
Date: Fri Dec 24 10:16:40 2004
New Revision: 1284

Modified:
development/laboratory/ant/README.TXT
Log:
updating to current status

Modified: development/laboratory/ant/README.TXT
==============================================================================
--- development/laboratory/ant/README.TXT (original)
+++ development/laboratory/ant/README.TXT Fri Dec 24 10:16:40 2004
@@ -4,18 +4,17 @@

This package contains an plugin that launches the Ant build system. To use
this package you need to build the plugin using classic ant.

- $ cd plugin
+ $ cd main
$ ant

-The plugin declares dependencies on the core ant jar, ant-launcher,
ant-junit, and the jdk tools jar. You will need to place a copy of tools.jar
in you local repository under ${dpml.home}/local/sun/jars/tools-1.4.0.jar.
+The plugin declares dependencies on the core ant jar, ant-launcher,
ant-junit, and the jdk tools jar. You will need to place a copy of tools.jar
in you local repository under sun/jars/tools-1.4.2.jar.

Demonstration:
--------------

-To execute a demonstration of a ant-on-transit you can invoke the following
command from the transit/ant directory (the example builds a couple of
projects and processes an associated module file):
+To execute a demonstration of a ant-on-transit you can invoke the following
command from the main directory:

- $ cd ..\testing
- $ build
+ $ magic clean install

Commandline options currently supported by the plugin include:

@@ -24,9 +23,5 @@
Known issues:
-------------

-The plugin is demonstrating a problem with transit url handling relateved to
the retrival of embedded content when invoking the follwoing command:
+The plugin is demonstrating a problem with xls sheet handling which appears
to be related to classloader assumptions in ant's junit task.

- $ build -file module.xml junit-report
-
-Transit is throwing an ArtifactNotFoundException with the following message:
-Unresolvable artifact:
[artifact:jar:ant/ant-junit!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl#1.6.2].



  • svn commit: r1284 - development/laboratory/ant, mcconnell, 12/24/2004

Archive powered by MHonArc 2.6.24.

Top of Page