On Thursday 11 Sep 2003 04:52, jun cai wrote:
> Before I use maven to publish my project ,I use ant to bulid my
> project.such as:
> <taskdef name="enhance" classname="com.riflexo.jcredo.ant.Enhancer">
>   <classpath>
>    <pathelement location="${build.lib}/jcredo.jar"/>
>    <pathelement location="${build.lib}/jdo1_0.jar"/>
>    <pathelement location="${build.lib}/jta-spec1_0_1.jar"/>
>    <pathelement location="${build.lib}/bcel-fix.jar"/>
>    <pathelement location="${build.lib}/Regex.jar"/>
>   </classpath>
>  </taskdef>
>
> <target name="enhance">
>   <enhance sourcepath="${build.classes}"
> destinationPath="${build.classes}"/> </target>

Hi,

you want to add a JDO plugin for JCredo JDO from what you show. 
Please look at the TJDO plugin that was released yesterday 
(www.ibiblio.org/maven/maven/plugins/). It provides an "enhance" goal for 
Triactive JDO and you will need to do basically the same type of thing for 
JCredo. JCredo and TJDO are v similar and the enhance steps will do very 
similar things.


-- 
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to