coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Introduce a ClassPathModifier option type #227

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

Some platforms need the string version of a class path to be more than just the normal concatenation of folders and jar files. For example, when a platform is running Cygwin the class path needs to be converted to a Windows class path using a Cygwin function. By introducing a ClassPathModifier option the ClassPath.toString(Option... opts) method can apply required modifications before returning the string.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-227

brianoliver commented 9 years ago

Reported by @thegridman

brianoliver commented 9 years ago

Marked as fixed by @thegridman on Wednesday, January 21st 2015, 12:08:15 pm