I also got the "cannot resolve" issue in Galileo. Tried pulling out
Groovy and PyDev plugins but still had the problem. Ganymede was
fine, but I need something more universal, so my quick try of lombok
failed :(
On Aug 7, 4:45 am, James <
warchild...@gmail.com> wrote:
> Done, ID 23.
>
> On Aug 6, 10:43 pm, Reinier Zwitserloot <
reini...@gmail.com> wrote:
>
>
>
> > That's good to know. Could you file a ticket?
>
> > On Aug 7, 3:45 am, James <
warchild...@gmail.com> wrote:
>
> > > Ok, I think I figured something out here.
>
> > > I created a fresh new project and added a couple test classes.
> > > I enabled spring and it still worked fine.
>
> > > It was when I tried to enable spring's aspects tooling that it starts
> > > to fail.
>
> > > After going back to my original project and using the Aspect Tools ->
> > > Remove AspectJ nature, it all works correctly now.
>
> > > So, it looks like there is a conflict with the lombok & aspect tools
> > > ineclipse.
>
> > > On Aug 6, 4:01 pm, James <
warchild...@gmail.com> wrote:
>
> > > > Another note. If I use the command line maven tools, it builds just
> > > > fine.
> > > > So, this appears to be aneclipseissue.
>
> > > > I've tried to forceeclipseto target java 1.6 and forced a full
> > > > rebuild (several times) and it still doesn't seem to be working.
>
> > > > Any other thoughts?
>
> > > > On Aug 6, 3:51 pm, James <
warchild...@gmail.com> wrote:
>
> > > > > Ok, something is a little odd here. Here is the setup that I've got:
> > > > >Eclipse3.5 on Linux x86_64.
> > > > > I've got a maven2 project setup with projectlombok added as a
> > > > > dependency (I've also added it directly to the project build path as a
> > > > > user library)
> > > > > I've fixed all of the issues that show up in the problems view and now
> > > > > I have three errors in the test class that I built.
> > > > > I've also run a clean & rebuild on the workspace.
>
> > > > > All of the methods show up in the outline view and show up in the
> > > > > available methods in the hint while typing.
> > > > > However, they show up as compile-time errors in the code.
>
> > > > > If I take the @Data attribute off of the class and add the getter/
> > > > > setter, the project builds successfully.
>
> > > > > On Aug 5, 4:32 am, Reinier Zwitserloot <
reini...@gmail.com> wrote:
>
> > > > > > I copied your code into myeclipse, and it works for me. Calling
> > > > > > getMajor() works, and the code is visible from other places. Possibly
> > > > > > youreclipseproject isn't being built because of library path errors
> > > > > > > But,eclipsecompiles the class and gives no errors. I have made sure