Suneet Kamath edited a comment on Wish MOJO-1373

Just got this working. Obviously it only supports jnilib's for now, but it could be quite easily extended to support other libraries - dylib, so etc.

***line 496 of CreateApplicationBundleMojo******

CreateApplicationBundleMojo.java

            File dest;
            if(artifact.getType().equals("jnilib")) {
                dest = new File(javaDirectory, artifact.getArtifactId() + "." + artifact.getType());
            } else {
            	dest = new File(repoDirectory, layout.pathOf(artifact));
            }

***end******


Would be great if you could commit this to the repo.

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