proyal 2002/06/30 10:26:01 Modified: . build.xml Log: Added comments to build.xml to indicate what the classpaths for the phoenix-blocks task mean to aid in users that copy the task to their own projects. Revision Changes Path 1.107 +3 -0 jakarta-avalon-cornerstone/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- build.xml 22 Jun 2002 10:51:40 -0000 1.106 +++ build.xml 30 Jun 2002 17:26:01 -0000 1.107 @@ -174,10 +174,13 @@ </target> <target name="xdoclet" description="Generates the XML descriptors"> + <!-- The classpath for the task should contain the jars that contain the task --> <taskdef name="phoenix-blocks" classname="org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet" classpathref="project.class.path"/> + <!-- The classpathref for this task should be the classpath that has the compiled + copy of your sourcecode. --> <phoenix-blocks destdir="${gen.dir}" classpathref="project.class.path">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>