wocommunity / wolips

wolips
53 stars 53 forks source link

WOCompile should honor Eclipse classpath ordering #97

Open darkv opened 11 years ago

darkv commented 11 years ago

The WOCompile ant task creates classpath files by including jars from APPROOT/Resources/Java/ in alphabetical order but it should check if in Eclipse a specific ordering has been set and reorder the entries accordingly.

Problem is if you include a lib with a name lower than the project's name but in your source files you overwrite one of its classes it will be ordered below the lib resulting in the wrong class getting loaded. One workaround is to put that lib into a separate framework and include that one to the project.

Solutions would be: