|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MOJO-1373) jnilib example JIRA
- [mojo-dev] [jira] (MOJO-1373) jnilib example riosjdmnsdf (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Mark Struberg (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Andrew Buza (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Andrew Buza (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Fred Cooke (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Suneet Kamath (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Suneet Kamath (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Suneet Kamath (JIRA)
- [mojo-dev] [jira] (MOJO-1373) jnilib example Suneet Kamath (JIRA)

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******
{ dest = new File(javaDirectory, artifact.getArtifactId() + "." + artifact.getType()); }{{
File dest;
if(artifact.getType().equals("jnilib"))
else
{ dest = new File(repoDirectory, layout.pathOf(artifact)); }}}
***end******
Would be great if you could commit this to the repo.