[ 
http://jira.codehaus.org/browse/MRETRO-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=177034#action_177034
 ] 

Jin Kwon commented on MRETRO-30:
--------------------------------

one more raised hand from me.

> reflection and stripannot options from retrotranslator command-line are not 
> present in the plugin
> -------------------------------------------------------------------------------------------------
>
>                 Key: MRETRO-30
>                 URL: http://jira.codehaus.org/browse/MRETRO-30
>             Project: Maven 2.x Retrotranslator Plugin
>          Issue Type: Improvement
>         Environment: Mac OS X 10.5.3 
> Maven version: 2.0.6
> java version "1.5.0_13"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
>            Reporter: Oscar Castaneda
>            Assignee: Jason Dillon
>            Priority: Minor
>             Fix For: 1.0-beta-1
>
>
> I'm using the Retrotranslator plugin and couldn't find all of the command 
> line options [1] in the listing of optional parameters for the plugin [2]. I 
> used the following configuration and did not receive any errors when building 
> with maven. However, I'm still wondering if it used the reflection and 
> stripannot options (these are the ones I couldn't find in [2]).
> Thanks!
> <plugin>
>     <groupId>org.codehaus.mojo</groupId>
>     <artifactId>retrotranslator-maven-plugin</artifactId>
>     <executions>
>         <execution>
>             <phase>process-classes</phase>
>             <goals>
>                 <goal>translate</goal>
>             </goals>
>             <configuration>
>                 <filesets>
>                     <fileset>
>                         
> <directory>${project.build.outputDirectory}</directory>
>                         <includes>
>                             <include>**/*.class</include>
>                         </includes>
>                     </fileset>
>                 </filesets>
>                 <target>1.5</target>
>                 <reflection>safe</reflection>
>                 <stripannot>true</stripannot>
>                 <verbose>true</verbose>
>             </configuration>
>         </execution>
>     </executions>
> </plugin>
> [1] http://retrotranslator.sourceforge.net/#commandline
> [2] http://mojo.codehaus.org/retrotranslator-maven-plugin/translate-mojo.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to