MetaGenerate is part of Phoenix HEAD (that will be 4.1).
If you want to use MetaGenerate without it's legacy XDoclet wrapper, try this (from build.xml in HEAD) :
<taskdef name="generatemeta" classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateTask">
<classpath refid="test.class.path" />
</taskdef>
<generatemeta dest="${build.test-metagenerate}">
<fileset dir="src/test">
<include name="**/*.java"/>
</fileset>
</generatemeta>
- Paul
Hello,
I am trying to figure out why the latest jars e.g. phoenix-client.jar, et al
from vPhoenix 4.02 break my build on my project. The current version of my
phoenix-client.jar uses the metagenerate stuff which I see is no longer in
4.02. Is there an extra hoop I must jump through to make my build work
again? If I swap out the phoenix-client.jar from 4.02 with the old one,
everything works. The anoying PhoenixXDoclet not found message appears when
it breaks and the project classpath is defined correctly in my build.xml. I
am JDK 1.4.
Any thoughts?
thanks,
pjc
-- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>