CIRDLES / Calamari

Reimplementation of data reduction from Ludwig's Squid 2.50 for SHRIMP mass spectrometers.
Apache License 2.0
1 stars 7 forks source link

Switched to Gradle with subprojects #30

Closed johnzeringue closed 8 years ago

johnzeringue commented 8 years ago

Switched to Gradle with subprojects in preparation for the introduction of web services. ./gradlew test runs tests. ./gradlew fatJar builds a fat JAR in app/build/libs/ (suffixed -all). ./gradlew app:run runs the application.

bowring commented 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.

johnzeringue commented 8 years ago

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.

johnzeringue commented 8 years ago

Okay, I've got it going myself in a relatively fresh install of Netbeans 8.1. Here's what I did:

  1. Install the "Gradle Support" plugin and restart Netbeans when prompted.
  2. Reload project.
  3. Open and select the app subproject.
  4. Press the "Run" button.

At this point, I've got the GUI running.

bowring commented 8 years ago

All set. Netbeans was polluted. Thanks. PS - I tested the testing and like the reporting!