Issue Type: Improvement Improvement
Affects Versions: native-maven-plugin-1.0-alpha-7
Assignee: Unassigned
Components: native
Created: 05/Sep/13 2:59 AM
Description:

Patch

  • uses the logger
  • outputs the target of the unpack.
    ### Eclipse Workspace Patch 1.0
    #P native-maven-plugin
    Index: src/main/java/org/codehaus/mojo/natives/plugin/NativeUnZipIncMojo.java
    ===================================================================
    --- src/main/java/org/codehaus/mojo/natives/plugin/NativeUnZipIncMojo.java	(revision 18696)
    +++ src/main/java/org/codehaus/mojo/natives/plugin/NativeUnZipIncMojo.java	(working copy)
    @@ -117,7 +117,7 @@
         protected void unpackZipFile( File zipFile )
             throws MojoExecutionException
         {
    -        System.out.println( "Unpacking: " + zipFile );
    +        this.getLog().info("Unpacking: " + zipFile + " to " + dependencyIncludeDirectory);
     
             try
             {
    
    
Project: Mojo
Priority: Major Major
Reporter: Leo Breuss
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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