Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
JUnit
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Ant Extension==== {{main article | Apache Ant }} Apache Ant, also known as Ant, is one of the build tools with the highest degree of versatility, and has the longest history out of the three build tools listed above.{{sfn|Gulati|Sharma|2017|loc=Chapter Β§6 Integrating Tools - Build Tools - Ant|pp=108-112}} Ant centers around the <code>build.xml</code> file, used for configuring the tasks necessary to run a project.{{sfn|Gulati|Sharma|2017|loc=Chapter Β§6 Integrating Tools - Build Tools - Ant|pp=108-112}} Ant also has an extension called [[Apache Ivy]], which helps deal with dependency resolution. The project dependencies can be declared in the <code>ivy.xml</code> file. Ant can integrate with JUnit 5 by configuring the [[Java code coverage tools]] (JaCoCo), for the <code>ivy.xml</code> file.{{sfn|Gulati|Sharma|2017|loc=Chapter Β§6 Integrating Tools - Build Tools - Ant|pp=108-112}} The <code>ivy.xml</code> can then be configured with the <code>java-platform-console</code> and <code>junit-platform-runner</code> dependencies to integrate with JUnit 5. {{sfn|Gulati|Sharma|2017|loc=Chapter Β§6 Integrating Tools - Build Tools - Ant Extension|pp=116-117}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)