ebean-orm-tools / ebean-eclipse-enhancer

Eclipse plugin for Ebean ORM enhancement
3 stars 7 forks source link

FIX: Eclipse does not show errors #6

Closed rPraml closed 8 years ago

rPraml commented 8 years ago

Hello Rob,

I've found a small bug in my extension. I have followed this tutorial: https://wiki.eclipse.org/FAQ_How_do_I_create_problem_markers_for_my_compiler%3F but deleting ALL markers seems to be wrong, because it will delete ALL markers (also errors from other plugins)

I do not know how can I delete only my markers, also I do not know if it is neccessary at all to delete them. (so I commented out that little hack completely)

BTW: How do you bump the version numbers? Is there a neat 'mvn release' command or has this be done by manually editing the files?

cheers Roland

rbygrave commented 8 years ago

BTW: How do you bump the version numbers? Is there a neat 'mvn release' command or has this be done by manually editing the files?

I do it manually. I'm not sure if mvn release works in this case (I didn't think it did).