Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1429 - development/laboratory/spells/xdoclet/plugin-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: r1429 - development/laboratory/spells/xdoclet/plugin-test
  • Date: Mon, 10 Jan 2005 09:04:03 +0100

Author: mcconnell
Date: Mon Jan 10 09:04:03 2005
New Revision: 1429

Modified:
development/laboratory/spells/xdoclet/plugin-test/build.xml
Log:
make the task run *after* prepare and update the output to go directly into
the target/classes directory

Modified: development/laboratory/spells/xdoclet/plugin-test/build.xml
==============================================================================
--- development/laboratory/spells/xdoclet/plugin-test/build.xml (original)
+++ development/laboratory/spells/xdoclet/plugin-test/build.xml Mon Jan 10
09:04:03 2005
@@ -5,9 +5,10 @@

<magic:import uri="artifact:template:dpml/magic/standard"/>

- <target name="install" depends="xdoclet.hibernate, standard.install"/>
+ <target name="install" depends="xdoclet.hibernate,standard.install"/>
+
+ <target name="xdoclet.hibernate" depends="prepare">

- <target name="xdoclet.hibernate" depends="init">
<magic:plugin
uri="artifact:meta:dpml/lab/spells/xdoclet/lab-spells-xdoclet-plugin#SNAPSHOT"/>

<echo message="Java dir: ${java.dir}"/>
@@ -16,13 +17,13 @@
<echo message="Force: ${xdoclet.force}"/>

<hibernate-doclet
xmlns="plugin:dpml/lab/spells/xdoclet/lab-spells-xdoclet-plugin"
- destdir="target/build/main"
+ destdir="target/classes"
excludedtags="@version,@author,@todo,@see"
addedtags="@copyright ${copyright-holder},@author ${author}"
force="${xdoclet.force}"
verbose="true">

- <fileset dir="${java.dir}">
+ <fileset dir="target/build/main">
<include name="**/*.java"/>
</fileset>




  • svn commit: r1429 - development/laboratory/spells/xdoclet/plugin-test, mcconnell, 01/10/2005

Archive powered by MHonArc 2.6.24.

Top of Page