Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Aug 12, 2012
1 parent a66a566 commit 2a0fe83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.markdown
Expand Up @@ -12,7 +12,10 @@ actual directory names.

## Using in Eclipse

These projects can be imported using the normal Eclipse import process.
These projects can be imported using the normal Eclipse import process. That
being said, importing *all* the projects is probably a **really bad idea**, simply
because there are so many of them. Import select projects, if and when you need
them.

Note, though, that you will have to fix some things up, particularly if you
are getting errors:
Expand All @@ -34,6 +37,9 @@ compliance level to be set to 1.6, so code can use the `@Override` annotation
on interface method implementations. You can find this in Project Properties,
in the Java Compiler area.

- Restarting Eclipse, for whatever reason, can clear up some undefined problems
indicated by red exclamation marks over the project name in the Project Explorer.

## Using from Ant

If you wish to use this code, you should delete build.xml from the project, then run
Expand Down

0 comments on commit 2a0fe83

Please sign in to comment.