Skip to content
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

Needs build management #6

Closed
awendland opened this issue Aug 11, 2015 · 7 comments
Closed

Needs build management #6

awendland opened this issue Aug 11, 2015 · 7 comments

Comments

@awendland
Copy link

It would be easier to add to this project if it had something like Gradle or Maven for handling building and testing. I may be confused because I don't understand what the nbproject folder is (though it appears to be an IDE/machine specific folder that should not be under version control).

@aNNiMON
Copy link
Owner

aNNiMON commented Aug 11, 2015

@awendland this is NetBeans project and it uses ant to build or test. See this page for more information about runnig ant from command line.

@awendland
Copy link
Author

Where are dependencies declared by the ant tool? The tests are dependent on JUnit but ant is failing to compile the tests because it's missing the JUnit package.

@aNNiMON
Copy link
Owner

aNNiMON commented Aug 11, 2015

@awendland in project.properties add line
libs.junit_4.classpath=path/to/JUnit.jar
or add test dependencies to this property.

@awendland
Copy link
Author

Okay, will do!

Would you be open to a separate pull request that modifies this project to be
based on Gradle?

@aNNiMON
Copy link
Owner

aNNiMON commented Aug 11, 2015

Okay, I'll add Gradle project soon.

@awendland
Copy link
Author

I've submitted a pull request to add Maven as the build system at #7

@awendland
Copy link
Author

Closed by 393cfe1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants