diff options
author | Andy Clement <aclement@pivotal.io> | 2019-02-11 11:47:43 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-02-11 11:47:43 -0800 |
commit | eeb2111c00a1229e443ca8585d830c56703b445d (patch) | |
tree | d6b081779612cbce44498b514cc170aeb47d0a8c /README.md | |
parent | bccc86c25ab72358697dc5bc1185fc836d154125 (diff) | |
download | aspectj-eeb2111c00a1229e443ca8585d830c56703b445d.tar.gz aspectj-eeb2111c00a1229e443ca8585d830c56703b445d.zip |
Add note on eclipse import
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,6 +19,6 @@ This will build all the modules, run all the tests and install the key artifacts ## Running the tests in eclipse -Once you have imported all the projects using `m2e`, there is a special module called `run-all-junit-tests` and within that a `RunTheseBeforeYouCommitTests` class that can be run with the JUnit launcher. This will execute all the tests in each module plus the compiler tests in the `tests` module. +Once you have imported all the projects using `m2e`, close the `org.eclipse.jdt.core` project (TOBEFIXED), then there is a special module called `run-all-junit-tests` and within that a `RunTheseBeforeYouCommitTests` class that can be run with the JUnit launcher. This will execute all the tests in each module plus the compiler tests in the `tests` module. When you close `org.eclipse.jdt.core` you might need to do a maven refresh on the `run-all-junit-tests` project. -
\ No newline at end of file + |