ltearno / pom-explorer

A tool to aid managing lots of maven projects
MIT License
371 stars 65 forks source link

fr.lteconsulting.pomexplorer.change.project.SetPropertyCaller not under Git #20

Closed RastaChaum closed 8 years ago

RastaChaum commented 8 years ago

Checkout source from the DEV branch. But this class (fr.lteconsulting.pomexplorer.change.project.SetPropertyCaller) is missing.

ltearno commented 8 years ago

You should first verify that the project builds with Maven, i think it is the case.

Then : the SetPropertyCaller class is generated at compile time by a java code generator included with Pom Explorer. If you work with Eclipse and it's your first time with a project using java code generation, you should ensure :

It should now work...

Le mar. 23 août 2016 à 14:32, RastaChaum notifications@github.com a écrit :

Checkout source from the DEV branch. But this class (fr.lteconsulting.pomexplorer.change.project.SetPropertyCaller) is missing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ltearno/pom-explorer/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AALqXYbY9QCdGhFWDc__QHhVgPORfHKKks5qiuhIgaJpZM4Jq3uT .

RastaChaum commented 8 years ago

Nice ! I've seen it for the Autothread classes, but i went near the problem for this class :\ So, all is right. I just had to add the autothread jar again in eclipse project preference.

I'm closing the issue.