[Spring-beandoc-user] Exception
Status: Beta
Brought to you by:
davison
From: ramesh p. <ram...@ya...> - 2008-04-30 14:49:47
|
Hi I'm getting and ecxeption when i run springdoc with ant task for my project. i have kept all the xml files in config directory and defined the ant task like this.. <path id="beandoc-classpath"> <fileset dir="${beandoc.lib}"> <include name="**/*.jar"/> </fileset> <dirset dir="${src.dir}"/> </path> <!-- define the task --> <taskdef name="beandoc" classname="org.springframework.beandoc.client.AntTask" classpathref="beandoc-classpath"/> <target name="beandoc"> <mkdir dir="${output.dir}"/> <beandoc outputDir="${output.dir}" beandocProps="${basedir}/drlm/src/config/beandoc.properties"> <fileset dir="${basedir}/drlm/src/config"> <include name="*.xml"/> <include name="*.properties"/> </fileset> </beandoc> </target> and my beandoc.properties file is as below. input.files=C:/development/drlm-dev/DRLM/drlm/src/config/*.xml output.dir=C:\development\drlm-dev\DRLM\drlm\src\config/beandoc/ compiler.dotExe=C:/Program Files/Graphviz2.18/bin/dot.exe can any one help me what is wrong with this? Thanks in advance -ramesh ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |