Skip to content

nimirum/tmc-netbeans

 
 

Repository files navigation

Legacy-ohjelmointiprojekti: TMC This a fork for issue 111

Test My Code NetBeans plugin

This is a NetBeans plugin for the Test My Code server. It allows downloading, testing and submitting exercises directly from the IDE.

Developer setup

❗ If you cannot find NetBeans Platforms from under Tools, you need to activate the Developing NetBeans plugin. In Tools -> Plugins -> Installed, check the checkbox next to Developing NetBeans, and click Activate.

To ensure compatibility to a specific release, the project is configured to use a fresh unpatched installation of a specific version of NetBeans (currently 8.0.2). Download the "OS Independent Zip" edition of this version of NetBeans and extract it somewhere. Then start your ordinary NetBeans (NOT the one you just extracted, another one). Go to Tools -> NetBeans Platforms and add the extracted directory as a new platform. It should get automatically named something like "nb802".

Now open the plugin's master project in NetBeans and build it. Then right click the project and select Open Required Projects. If NB shows errors in the editor, try restarting NB (they should have been eliminated after the first build). Now the project should work as any other NB plugin project.

For a little more convenience while testing, you might want to set tmc-plugin/src/fi/helsinki/cs/tmc/tailoring/SelectedTailoring.properties to use DeveloperTailoring.

Credits

Current maintainers of the project are

The project started as a Software Engineering Lab project at the University of Helsinki CS Dept.. The original authors of the NetBeans plugin were

  • Kirsi Kaltiainen
  • Timo Koivisto
  • Kristian Nordman
  • Jari Turpeinen

Another team wrote the server.

The course instructor and current maintainer of the project is Martin Pärtel (mpartel). Other closely involved instructors were

  • Matti Luukkainen (mluukkai)
  • Antti Laaksonen
  • Arto Vihavainen
  • Jaakko Kurhila

The system was improved and C language support was added in another SE lab project by

Checkstyle-support was integrated by

License

GPLv2

About

Test My Code NetBeans plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%