jonathanlermitage / tikione-jacocoverage

NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).
http://plugins.netbeans.org/plugin/48570/?show=true
Apache License 2.0
27 stars 25 forks source link

Free-form project support? #25

Closed collene closed 8 years ago

collene commented 9 years ago

Hi, I was wondering if the plugin will work for Web Free-Form Applications? I can't seem to find the right click menu options for the plugin on this type of project. Thanks!

jonathanlermitage commented 9 years ago

Hi, unfortunately, it probably won't work. The plugin needs to know where to find source files and compiled Java classes in order to perform the code instrumentation and code coverage. I know how to discover these files on regular projects, but I have not implemented support for Free Form projects yet. I'll try to do it asap.

Regards, Jonathan

On Fri, Jan 9, 2015 at 9:37 PM, collene notifications@github.com wrote:

Hi, I was wondering if the plugin will work for Web Free-Form Applications? I can't seem to find the right click menu options for the plugin on this type of project. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/jonathanlermitage/tikione-jacocoverage/issues/25.

jindrapetrik commented 9 years ago

Hi, for Java SE, you can find the compiled classed directories in the block

<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4"> </java-data>

of nbproject/project.xml file.

See https://github.com/jindrapetrik/jxar/blob/master/nbproject/project.xml for example

This feature would really help me. Please add it! I use the free-form projects most of the time. Thanks in advance!