Closed johnzeringue closed 8 years ago
Bound to happen!
However, I am having a time getting Netbeans to load it, even with a clean clone. Command line gradle works. @johnzeringue can you investigate? Thanks.
Have you installed the “Gradle Support" plugin?
On Jul 27, 2016, at 9:16 AM, Jim Bowring notifications@github.com wrote:
Bound to happen!
However, I am having a time getting Netbeans to load it, even with a clean clone. Command line gradle works. @johnzeringue https://github.com/johnzeringue can you investigate? Thanks.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bowring/Calamari/pull/30#issuecomment-235581259, or mute the thread https://github.com/notifications/unsubscribe-auth/ADrhYRPKcZruvw9wGMZRF_ePM6rwBYehks5qZ1okgaJpZM4JVfnk.
Okay, I've got it going myself in a relatively fresh install of Netbeans 8.1. Here's what I did:
app
subproject.At this point, I've got the GUI running.
All set. Netbeans was polluted. Thanks. PS - I tested the testing and like the reporting!
Switched to Gradle with subprojects in preparation for the introduction of web services.
./gradlew test
runs tests../gradlew fatJar
builds a fat JAR inapp/build/libs/
(suffixed-all
)../gradlew app:run
runs the application.