Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] chages in the jarList property delimiter

Hello,

As we moved from 1.5 to 1.6 the way a jarList property (in the driver extension) is parsed was changed.

In the good old days of 1.5 - the delimiter was defined as “,”

In 1.6 this delimiter was changed to File.PathDelimiterChar (platform dependent)

 

This change results in:

  1. extension points that were written to 1.5 are now broken
  2. if one uses “;” as delimiter - it doesn’t work on UNIX, and if one uses “:” as delimiter – it doesn’t work on MS Windows.

 

Please tell me if I am missing something.

If not I think that we should revert it and set it to “,” back again.

_______________________
Roy Ganor
Zend Technologies Ltd.

 

 


Back to the top