forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert the dx calls from build.sh to equivalent exec calls in Maven deploy profile. While this commit takes into account differences between Windows and *nix, it was only tested on Windows, and the resulting binaries have not been tested at all! In addition, I was not able to pass individual .class file names to dx without getting a "class name does not match path" error, so I changed it to copy all required classes into a temp directory and call dx from there. I also changed the cross-project paths to refer to the respective Maven classpath, so in case you do an individual project build, the library dependencies are taken from the Maven repository instead of taking them from the target/ directory of the projects directly.
- Loading branch information
Showing
2 changed files
with
76 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters