dahlemd 04/10/05 04:00:17
Modified: dotuml Tag: new-dotuml-plugin_01-branch plugin.jelly
Log:
execute pic2plot in the directory which contains the sequence diagrams
Revision Changes Path
No revision
No revision
1.1.2.2 +1 -1 maven-plugins/dotuml/Attic/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/Attic/plugin.jelly,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- plugin.jelly 3 Oct 2004 15:58:59 -0000 1.1.2.1
+++ plugin.jelly 5 Oct 2004 11:00:16 -0000 1.1.2.2
@@ -558,7 +558,7 @@
</ant:echo>
<ant:exec executable="pic2plot"
- dir="${basedir}"
+ dir="${maven.dotuml.pic2plot.src.dir}"
timeout="300000"
output="${maven.dotuml.pic2plot.dest.dir}/${picFileName}.${maven.dotuml.image.format}"
failifexecutionfails="false">
|