-
Notifications
You must be signed in to change notification settings - Fork 358
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
Add support to Jar tasks on Gradle Build #57
Comments
According to my python script that compares the Ant and Gradle execution, I'm missing two jars:
I'm working on those two missing jars. |
|
* Organized Gradle tasks * Implemented task to generate 'jpf-classes.jar' file (#57) * Updated test runtime configuration (#57) * Updated task dependencies and fixed jar file name (#57) * Moved test configurations * Added RunJPF.jar and RunTest.jar * Added username to manifest (#57) * Fixed .class files from jpf-classes.jar and updated Manifest from RunJPF.jar (#57)
Looks like it is done, but it's good to have a test that depends on build.properties being in the right place. You can make a new issue for that, in which case I can close this one. |
Sure! I'm opening a new issue for that. Since changes are merged, I think it's ok to close this one now. |
The current Gradle support covers all original compilation tasks and test execution.
Another important task that must be covered, and it is between
compile
andtest
is thebuild
task.The build task is responsible for generating some important jars.
The text was updated successfully, but these errors were encountered: