Hi,
in Sevlak, there is a build problem that prevents that one can create the jar file. Although the build task phoenix-xdoclet uses the "old" build task org.apache.avalon.phoenix.tools.xdoclet.PhoenixXDoclet one gets these very strange error messages (see attached below). The jars that the task complains about are in the classpath in ../common/lib/ anyhow.
Wouldn't it be nice to have a distribution of Sevlak or why the heck is this in avalon-apps? I mean this is probably one of the most important components!
There is currently no distribution for any avalon app except demo. I mean I don't really want to build it I just want to use it, so a distribution from someone that knows this doclet stuff would be fine for many probably.
Regards, Peter
---- Buildfile: build.xml
prepare:
compile:
phoenix-xdoclet:
[phoenix-blocks] **************************************************************************************
[phoenix-blocks] *
*
[phoenix-blocks] * WARNING - PhoenixXDoclet Ant Task has been deprecated in favor of Generate-Meta *
[phoenix-blocks] *
*
[phoenix-blocks] * The new style of the taks is like so...
*
[phoenix-blocks] *
*
[phoenix-blocks] * <generatemeta dest="build/metagenerate">
*
[phoenix-blocks] * <fileset dir="src/java">
*
[phoenix-blocks] * <include name="**/*.java"/>
*
[phoenix-blocks] * </fileset>
*
[phoenix-blocks] * </generatemeta>
*
[phoenix-blocks] *
*
[phoenix-blocks] * Defining the task like so...
*
[phoenix-blocks] *
*
[phoenix-blocks] * <taskdef name="generatemeta"
*
[phoenix-blocks] * classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateTask"> *
[phoenix-blocks] * <classpath refid="test.class.path" />
*
[phoenix-blocks] * </taskdef>
*
[phoenix-blocks] *
*
[phoenix-blocks] * You will NEED phoenix-metagenerate.jar and dox-1.0.jar in the classpath *
[phoenix-blocks] *
*
[phoenix-blocks] **************************************************************************************
BUILD FAILED
file:D:/Develop/Avalon/AnonCVS/jakarta-avalon-apps/sevak/build.xml:187: Could no
t create task of type: phoenix-blocks due to Some problem Instantiating the Meta
Generate TaskDef. You will need phoenix-metagenerate.jar and qdox-1.0.jar in the
classpath
Total time: 2 seconds
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
