You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:41:11 UTC

[jira] [Closed] (OOZIE-302) GH-470: openjpa enhancce bundle related beans

     [ https://issues.apache.org/jira/browse/OOZIE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shaposhnik closed OOZIE-302.
----------------------------------

    Resolution: Fixed

> GH-470: openjpa enhancce bundle related beans
> ---------------------------------------------
>
>                 Key: OOZIE-302
>                 URL: https://issues.apache.org/jira/browse/OOZIE-302
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-antrun-plugin</artifactId>
>                 <executions>
>                     <execution>
>                         <phase>process-classes</phase>
>                         <configuration>
>                             <target>
>                                 <path id="cp">
>                                     <path refid="maven.test.classpath" />
>                                     <path refid="maven.compile.classpath" />
>                                     <path refid="maven.dependency.classpath" />
>                                 </path>
>                                 <taskdef name="openjpac" classname="org.apache.openjpa.ant.PCEnhancerTask">
>                                     <classpath refid="cp" />
>                                 </taskdef>
>                                 <fileset id="enhance.path.ref" dir="../core/target/classes">
>                                     <include name="**/JsonWorkflowJob.class" />
>                                     <include name="**/JsonWorkflowAction.class" />
>                                     <include name="**/JsonCoordinatorJob.class" />
>                                     <include name="**/JsonCoordinatorAction.class" />
>                                     <include name="**/JsonSLAEvent.class" />
>                                     <include name="**/JsonBundleJob.class"/>
>                                     <include name="**/WorkflowJobBean.class" />
>                                     <include name="**/WorkflowActionBean.class" />
>                                     <include name="**/CoordinatorJobBean.class" />
>                                     <include name="**/CoordinatorActionBean.class" />
>                                     <include name="**/SLAEventBean.class" />
>                                     <include name="**/BundleJobBean.class"/>
>                                     <include name="**/BundleActionBean.class"/>
>                                 </fileset>
>                                 <openjpac>
>                                     <classpath refid="cp" />
>                                     <fileset refid="enhance.path.ref" />
>                                 </openjpac>
>                             </target>
>                         </configuration>
>                         <goals>
>                             <goal>run</goal>
>                         </goals>
>                     </execution>
>                 </executions>
>             </plugin>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira