cmoutes / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Documentation: Clarify how to run generator-tests #187

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Developer docs on how to run the generator-tests needs to be updated to reflect 
the fact that the source-code generators have moved to a project of their own 
(i.e. no longer resides within the eclipse-plugin).

The text from:
http://code.google.com/p/soi-toolkit/wiki/DeveloperGuidelines#Running_tests

---
Generator tests
The generator is for now both tested and built manually using the built in 
support in Eclipse for building Eclipse-plugins.

Use Eclipse to run all tests in the project soitoolkit-generator-plugin.

---

needs to be changed to something like:

---
Generator tests
The generator tests are in the soitoolkit-generator project.
To run the tests:
1. Configure your environment in: 
soitoolkit-generator/src/main/resources/soi_toolkit_generator_plugin_default_pre
ferences.properties
2. Run tests using Eclipse or Maven [TODO: maven example].

---

Also consider if the description for building the eclipse-plugin is affected by 
the generator extraction.

Original issue reported on code.google.com by hakan.d...@gmail.com on 3 Nov 2011 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by magnus.l...@gmail.com on 3 Nov 2011 at 11:21

GoogleCodeExporter commented 8 years ago
Moved to 0.5.1

Original comment by magnus.l...@gmail.com on 30 Nov 2011 at 1:22

GoogleCodeExporter commented 8 years ago
Run generator tests from Maven: in the soitoolkit-generator project:

mvn -PrunGeneratorTests install

Original comment by hakan.d...@gmail.com on 1 Dec 2011 at 12:35

GoogleCodeExporter commented 8 years ago
Moved to 0.5.2

Original comment by magnus.l...@gmail.com on 6 Apr 2012 at 7:52

GoogleCodeExporter commented 8 years ago
Moved to 0.5.2

Original comment by magnus.l...@gmail.com on 6 Apr 2012 at 7:53

GoogleCodeExporter commented 8 years ago
Move all v0.5.2 issues to v0.6.2

Original comment by magnus.l...@gmail.com on 26 Jul 2012 at 4:17