Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1516 - in staging/util: . cli criteria exception exception/src/main/net/dpml/exception i18n

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: r1516 - in staging/util: . cli criteria exception exception/src/main/net/dpml/exception i18n
  • Date: Mon, 17 Jan 2005 13:35:46 +0100

Author: mcconnell
Date: Mon Jan 17 13:35:46 2005
New Revision: 1516

Modified:
staging/util/ (props changed)
staging/util/cli/ (props changed)
staging/util/criteria/ (props changed)
staging/util/exception/ (props changed)

staging/util/exception/src/main/net/dpml/exception/NullArgumentException.java
staging/util/i18n/ (props changed)
staging/util/index.xml
staging/util/module.xml
Log:
Remove the module dependency that the util module declares on magic (possible
because we are building with Magic SNAPSHOT). Update the module.xml build
procedure to construct a bar file containing the numbered distribution (not
sure what Transit willl do with this yet but it seemed like a good idea at
the time). Fixed a missing javadoc parameter argument in
NullArgumentException. Package now builds niclely using something like 'ant
-Ddpml.release.signature="WHATEVER' and build the bar cointaing the complete
binary content.

Modified:
staging/util/exception/src/main/net/dpml/exception/NullArgumentException.java
==============================================================================
---
staging/util/exception/src/main/net/dpml/exception/NullArgumentException.java
(original)
+++
staging/util/exception/src/main/net/dpml/exception/NullArgumentException.java
Mon Jan 17 13:35:46 2005
@@ -39,6 +39,7 @@
public class NullArgumentException extends IllegalArgumentException
{
/** Constructor taking the name of the argument that was null.
+ * @param argumentName the parameter argument name
*/
public NullArgumentException( String argumentName )
{

Modified: staging/util/index.xml
==============================================================================
--- staging/util/index.xml (original)
+++ staging/util/index.xml Mon Jan 17 13:35:46 2005
@@ -2,13 +2,7 @@

<index>

- <import index="../magic/index.xml"
- uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>
-
- <!--
- Metro Module
- -->
- <import index="../magic/index.xml" />
+ <!-- DPML Util Module -->

<project file="module.xml">
<info>
@@ -18,12 +12,9 @@
<status>SNAPSHOT</status>
<type>module</type>
</info>
- <plugins>
- <include key="dpml-magic-checkstyle"/>
- </plugins>
</project>

- <!-- Utitlities -->
+ <!-- Utilities -->

<project basedir="i18n">
<info>
@@ -40,7 +31,7 @@
<group>dpml/util</group>
<name>dpml-util-exception</name>
<version>1.0.0</version>
- <status>SNAPSHOT</status>
+ <status>SNAPSHOT</status>
<type>jar</type>
</info>
</project>
@@ -68,7 +59,7 @@
</info>
</project>

- <!-- Resources -->
+ <!-- External Resources -->

<resource>
<info>
@@ -79,5 +70,4 @@
</info>
</resource>

-
</index>

Modified: staging/util/module.xml
==============================================================================
--- staging/util/module.xml (original)
+++ staging/util/module.xml Mon Jan 17 13:35:46 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>

-<project name="dpml-util" default="docs" basedir="."
+<project name="dpml-util" default="install" basedir="."
xmlns:magic="antlib:net.dpml.magic"
xmlns:x="plugin:dpml/magic/dpml-magic-core">

@@ -11,7 +11,7 @@
<x:module index="index.xml"/>
</target>

- <target name="docs" depends="install,junit-report,checkstyle">
+ <target name="docs" depends="standard.install,junit-report,checkstyle">
<x:javadoc overview="overview.html" title="DPML Utilities API -
${project.version}">
<link href="http://java.sun.com/j2se/1.4/docs/api"/>
</x:javadoc>
@@ -27,4 +27,13 @@
</junitreport>
</target>

+ <target name="install" depends="standard.install,docs">
+ <property name="root" value="${basedir}/target/temp"/>
+ <property name="anchor" value="${root}/${project.version}"/>
+ <x:replicate toDir="${anchor}" />
+ <x:bar>
+ <fileset dir="${anchor}"/>
+ </x:bar>
+ </target>
+
</project>



  • svn commit: r1516 - in staging/util: . cli criteria exception exception/src/main/net/dpml/exception i18n, mcconnell, 01/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page