Message8894

Author hjacobs
Recipients hjacobs
Date 2014-07-26.10:58:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406372309.41.0.256352297682.issue2182@psf.upfronthosting.co.za>
In-reply-to
Content
Jython relies on "ant" for the build process and developers have to configure their IDEs individually to import/use the project.
I would like to migrate Jython to the standard Maven structure, this would make it much easier to get started (pom.xml can easily be opened out-of-the-box in Eclipse, Netbeans, IntelliJ). We can still use the ant build.xml for the more complicated or "special" parts (it's easy to call ant from Maven).
History
Date User Action Args
2014-07-26 10:58:29hjacobssetrecipients: + hjacobs
2014-07-26 10:58:29hjacobssetmessageid: <1406372309.41.0.256352297682.issue2182@psf.upfronthosting.co.za>
2014-07-26 10:58:29hjacobslinkissue2182 messages
2014-07-26 10:58:29hjacobscreate