Order/export order not honored in webapps
Suppose I have WebAppX, WebAppY, and WebAppZ. If WebAppX/src contains "foo.properties" and WebAppY/src also contains "foo.properties", and WebAppZ depends on X and Y and orders Y before X, the foo.properties that gets copied to the exploded WEB-INF/classes dir for WebAppZ can still be X's.
It looks like the order from the Order/Export tab isn't honored when doing explodeded directories. I don't suppose there is any chance of fixing this before the release?
Please sign in to leave a comment.