You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 07:13:09 UTC

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

    [ https://issues.apache.org/jira/browse/OOZIE-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099974#comment-13099974 ] 

Hadoop QA commented on OOZIE-302:
---------------------------------

angelokh remarked:
Closed by 2a010d5614cd5f4a01237175c7e53952121e005b add bundle beans to openjpa enhance plugin

> 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