The project has a somewhat odd folder hierarchy: for instance, the path to the libretasks.app.model package is src/app/model, not (as Eclipse would expect) src/libretasks/app/model.
As a result, Eclipse can’t resolve any class references and for every package declarations throws errors like
The declared package "libretasks.app.model" does not match the expected package "app.model"
I haven’t found a way to get Eclipse to accept this nonstandard layout. Is there any reason against rearranging the folder hierarchy so Eclipse can work with it?
Just in case, find the attached build request. If there’s any reason to not rearrange the layout, I’d appreciate any help in getting the project to build in Eclipse.
The project has a somewhat odd folder hierarchy: for instance, the path to the
libretasks.app.model
package issrc/app/model
, not (as Eclipse would expect)src/libretasks/app/model
.As a result, Eclipse can’t resolve any class references and for every package declarations throws errors like
I haven’t found a way to get Eclipse to accept this nonstandard layout. Is there any reason against rearranging the folder hierarchy so Eclipse can work with it?