On Thu, Apr 24, 2008 at 6:34 PM, David Primmer <[EMAIL PROTECTED]> wrote: > The issue with the gadgets project is that eclipse cannot have a > source reference that is below it's root project folder. you can't > tell it../../. And to fix it, you have to create an external folder > link with a absolute path in your filesystem. As brian has done. This > is all because the javascript and other stuff is two levels below the > root of the eclipse project.
I didn't need to do any manual hacking, I just used the eclipse maven plugin and said "Create project from existing source", then enabled dependency management. It just works.

