+1 to using Maven in the classroom. Way to go, I think. This is a standard de facto in industry, I think.

Cheers,
Antonio

El 27/5/19 a las 20:01, Pieter van den Hombergh escribió:
Hi Eduardo,

I was in similar  situation, but then followed Geertjan Wielenga’s advice to consider maven over ant based projects. If used properly, maven does all the rights things and better. So I have made the switch, and are happy with it. Supplying the students with a proper parent-Pom takes a lot of the scary things of maven away, because in there you can provide things like coverage (== Jacoco ) as a maven dependency, so that students only have the libraries their projects actually need. I will switch over to maven projects for our initial java course too in September. To find some examples, have a look at github sebivenlo, where you find such parent-pom, called sebipom and a few projects that use that parent.

Navigate to
https://github.com/sebivenlo/sebipom
And it sibling projects on github to see what I provide.
If you want some example exercises, let me know and I will send them using a private channel.

On Sat, 25 May 2019 at 00:54, Eduardo Mosqueira Rey <eduardo.mosque...@udc.es <mailto:eduardo.mosque...@udc.es>> wrote:

    Hi all,____

    __ __

    I used in classroom the JaCoCoverage plugin with NetBeans 8.2 for
    the students to check the coverage of their tests.____

    It had an easy and straightforward installation and was very simple
    to use, ideal for newbies. ____

    __ __

    Nevertheless, the plugin is no longer maintained at it doesn’t work
    with NetBeans 11.0. ____

    This year I want to migrate the classroom installation to Apache
    NetBeans but the lack of a coverage tool is an inconvenient.____

    __ __

    Is there an easy way to install a Coverage tool (whatever) in
    NetBeans 11.0?____

    **easy to install** is an important requirement.____

    __ __

    Any suggestion would be appreciated.____

    __ __

    Many thanks,____

    -- Eduardo____

    __ __

--
Pieter Van den Hombergh.
No software documentation is complete with out it's source code.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to