Paul,
Thanks. The version I am using has MetaGenerateQdoxTask (v1.2) which I
assume is functionaly the same as MetaGenerateTask. I did not realize that I
pulled code from HEAD a month ago where I should have CVSed a 4.0x version.
Alas, what I have seems to work, so I will stay put until formal releases
catch up with a 4.1...unless I hit a brickwall.

thanks,
pjc

-----Original Message-----
From: Paul Hammant [mailto:paul_hammant@;yahoo.com]
Sent: Thursday, October 31, 2002 5:27 PM
To: Avalon framework users
Subject: Re: Phoenix 4.02


Peter,

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>


--
To unsubscribe, e-mail:   <mailto:avalon-users-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>

Reply via email to