[ 
https://jira.codehaus.org/browse/MWEBLOGIC-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Osborn resolved MWEBLOGIC-13.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.4-SNAPSHOT

Clientgen was rewritten so this code is now gone.
                
> extraneous duplicate code in ClientGen9Mojo
> -------------------------------------------
>
>                 Key: MWEBLOGIC-13
>                 URL: https://jira.codehaus.org/browse/MWEBLOGIC-13
>             Project: Mojo's Maven plugin for WebLogic
>          Issue Type: Improvement
>            Reporter: Mike Calmus
>            Assignee: David J. M. Karlsen
>            Priority: Trivial
>             Fix For: 2.9.4-SNAPSHOT
>
>
> ClientGen9Mojo has the same code block twice in succession in the SVN Trunk 
> code. One should be removed.
> //            clientGen.setDestdir( new File( this.outputDir ) );
>                       method = ReflectionUtils.getSetter("destdir", 
> clientGen.getClass());
>                       if (method != null) {
>                               method.invoke(clientGen, new Object[] { new 
> File( this.outputDir ) });
>                       }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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