Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: build-classpath
-
Labels:None
-
Environment:Windows / Unix
-
Number of attachments :
Description
Hi,
I'm trying to use the build-classpath to generate a unix-style classpath on a windows laptop (associated with the assembly plugin). I saw that you are using file.separator and path.separator to generate the classpath string but I'm affraid of side effect by overriding them in a properties file. Could you add a way to choose a style (windows|unix) or to override them in the plugin configuration?
thanks
i think i'll just add a parameter to override the default so you can separate with any string needed.