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

Add Ant-wrapper to junit5-jupiter-starter-ant #66

Open
2 tasks
sormuras opened this issue Apr 20, 2018 · 2 comments
Open
2 tasks

Add Ant-wrapper to junit5-jupiter-starter-ant #66

sormuras opened this issue Apr 20, 2018 · 2 comments

Comments

@sormuras
Copy link
Member

Overview

The junit5-jupiter-starter-ant build process relies on pre install actions executed by its build.sh. These actions are:

  • Load and extract Ant binary distro from Apache mirror to the local workspace.
  • Load and store junit-platform-console-standalone jar in local ant installation.
  • Call ant with default test task.

The first two steps need to be replaced with Ant Wrapper feature.

Deliverables

  • Add some antw support and make sure everythings builds fine.
  • Include junit5-jupiter-starter-ant in build-all-samples program.
@k-bhavitha
Copy link

k-bhavitha commented Jul 10, 2018

@sormuras I've forked this sample junit5-jupiter-starter-ant and was able to get through the Junit5 test but when I try to run Junit4 test , the console o/p prints 0tests for Junit4.

Could you please comment if you have tried that

@sormuras
Copy link
Member Author

sormuras commented Jul 10, 2018

How did you try to run a JUnit 4 test? Please share more details in a new issue. Thanks.

Solved in #76

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

No branches or pull requests

2 participants