[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Creating a 'spaghetti project'

Daniel wrote:
I am trying to migrate from SlickEdit to Eclipse. Currently, in SlickEdit, our projects are made up of source files that live all over the hard drive, and whose package declarations may not match the folders they live in. Is there any good way to create these kind of Java projects in Eclipse?


yes, but AFAIK not in 'one go' when you compile with eclipse you'll get tons of errors about the incorrect package. you ctrl+1 on each and select 'Move to package ...' which will fix it for the class in question. It's not great but it's simple and you only need to do it once.

Or write a script. :)
/adam