Added ant2svg task to build.xml and a graphical representation of the current Apache ANT tasks

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1202 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent ca7e60279d
commit ad67b0a37a

@ -209,6 +209,7 @@
<include name="de/anomic/yacy/seedUpload/yacySeedUploadFtp.java"/>
</javac>
<!-- compiling htroot, htroot/yacy and htroot/htdocsdefault -->
<javac srcdir="${htroot}/"
classpathref="project.class.path"
@ -539,4 +540,14 @@
</javadoc>
</target>
<!-- creates an image of this build.xml with ant2svg, see http://www.spiritedsw.com/ant2svg/ for details -->
<target name="ant2svg" description="Creates an image of the build.xml with ant2svg">
<taskdef name="ant2svg"
classname="org.apache.tools.ant.taskdefs.optional.ant2svg.Ant2SvgTask"/>
<ant2svg/>
<ant2svg srcfile="build.xml"/>
<ant2svg destfile="doc/build_dependencies.svg"/>
</target>
</project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

@ -1,3 +1,2 @@
http://www.yacy.net/yacy/seed.txt
http://www.suma-lab.de/yacy/seed.txt
http://www.roland-ramthun.de/yacy/random.php
http://www.suma-lab.de/yacy/seed.txt
Loading…
Cancel
Save