hi there,

currently we are working with openJPA 0.9.7 and using the follwing ant
task for the enhancer at build time:

<target name="enhance" depends="compile">
                <taskdef name="openjpac"
classname="org.apache.openjpa.ant.PCEnhancerTask"
classpathref="base.classpath" />
                <!-- invoke enhancer on all .java files below the model 
directory -->
                <openjpac>
                        <fileset dir="${classes.dir}">
                                <include name="**/model/*.java" />
                        </fileset>
                </openjpac>
        </target>

After upgrading to 1.0.1 release, the ant task above doesn't work any
more - it permanently throws "ClassNotFoundExceptions" on
the persistent classes.

Is there anything that has to be changed between those 2 releases?

hans

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to