ericmick
Nov 9th, 2009, 11:30 PM
I have an issue where bundlor keeps generating "Export-Package:" entries for empty packages. I have tracked it down to the Mac OS X ".DS_Store" files used by Finder. Normally this might be overlooked, but I have one bundle that is responsible for exporting a core high level package (e.g. com.company.system) and another bundle responsible for exporting lower level packages (e.g. com.company.system.persistence). Each bundle exports all package levels because the ".DS_Store" files. This causes issues at deployment time due to conflicts in exported packages. Is there a way to configure bundlor (Maven and Spring tools generation) to ignore hidden files?
All works as designed as soon as I delete all ".DS_Store" files using the terminal.
Thanks.
Eric.
All works as designed as soon as I delete all ".DS_Store" files using the terminal.
Thanks.
Eric.