Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Any plans for supporting Web Projects? #13

Closed
kamrandotpk opened this issue Jun 24, 2013 · 2 comments
Closed

Any plans for supporting Web Projects? #13

kamrandotpk opened this issue Jun 24, 2013 · 2 comments
Labels

Comments

@kamrandotpk
Copy link

Hi. Thanks for the nice work!

Any plans for supporting Web Projects?

@jonathanlermitage
Copy link
Owner

Thx :)

Web Projects support is effectively scheduled, for 1.4.0 release (issues #7 and #6 ). It will work these ways:

  • add a JaCoCo Java Agent to the startup parameters of your application server
  • the JaCoCoverage plugin will be able to connect to the living JaCoCo Java Agent in order to collect coverage data and associate it to your webapp project

or

  • add a JaCoCo Java Agent to the startup parameters of your application server, use it, and shut it down: JaCoCo Java Agent will generate a coverage report file
  • the JaCoCoverage plugin will be able to load this report and associate it to your webapp project

Later, I'll try to add the possibility to start a registered server and automatically add the Java Agent to startup parameters. The JRebel plugin already proceeds this way, so it is feasible.

@kamrandotpk
Copy link
Author

Thanks a lot Jonathan for the good news and thanks for your hard work! :)

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

No branches or pull requests

2 participants