biotinker / LibreTasks

An updated form of Omnidroid
Apache License 2.0
82 stars 22 forks source link

Import in Eclipse gives errors due to nonstandard folder layout #217

Closed mvglasow closed 6 years ago

mvglasow commented 7 years ago

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?

mvglasow commented 7 years ago

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.