-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven? #97
Comments
Hi, Frank. Thank you for the interest and offer of help. I do want to let you know that Mavenising JGAAP would not help jStylo. They depend on the version 5 line of JGAAP and have modified it internally. JGAAP's internal API has changed significantly in since that time to allow the use of multiple EventDrivers each with their own Canonicizers and Cullers. I'm not sure if the psal at Drexel has ever published the modified source of JGAAP but that is what you would want to get up on Maven to simply the build process. If you are still interested in helping us by updating JGAAP to use Maven, we would be happy to review any pull request. Just to let you know the biggest thing holding back a proper 7.0 release of JGAAP is UI work if you're interested in that. Best, |
Sure, jstylo needs some work in other areas- for one, using reflection would be nice :). Let me dig in a bit and see where the pain comes up, and hopefully I can send a couple useful patches your way. Many thanks. Frank |
* Removed IDE dependent files (classpath, .project) * Update gitignore to ignore IDE related files and the Maven output folder * Removed dependencies if they are available as Maven artifacts * Changed resources path according to the Maven standard
Would this project be inclined to accept PRs related to Mavenization? I'm just getting started with Java build tools and want to play with jstylo, so this seems like a worthy start. Thanks for any advice.
The text was updated successfully, but these errors were encountered: