is there in connection profile a way to notate a workspace relative url like this:
{$workspace_loc:/projectXY/folderXY}
are there any tricks for that ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This applies also to the java class path and the extra class path for drivers.
Which you can't edit manually, the <Add JARs…> only allows a selection, this is sometimes a problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SE now replaces the directory parts of your selected jars if they match with workspace location or eclipse installation directory. Checkout the new Service Release SR4. After opening and closing eclipse your SQLDrivers.xml should be converted.
;-)
Have Fun
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, the SR4 make it work for the jar part, thank you.
What's with the url in the connection profile.
We've some databases in the workspace and have to address them relatively.
Any trick ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have added replacement for ${workspace_loc} in jdbc driver URLs.
You have to enter this placeholder when you edit the connection profile.
It is committed to CVS and will be included in next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is there in connection profile a way to notate a workspace relative url like this:
{$workspace_loc:/projectXY/folderXY}
are there any tricks for that ?
This applies also to the java class path and the extra class path for drivers.
Which you can't edit manually, the <Add JARs…> only allows a selection, this is sometimes a problem.
SE now replaces the directory parts of your selected jars if they match with workspace location or eclipse installation directory. Checkout the new Service Release SR4. After opening and closing eclipse your SQLDrivers.xml should be converted.
;-)
Have Fun
Ok, the SR4 make it work for the jar part, thank you.
What's with the url in the connection profile.
We've some databases in the workspace and have to address them relatively.
Any trick ?
I have added replacement for ${workspace_loc} in jdbc driver URLs.
You have to enter this placeholder when you edit the connection profile.
It is committed to CVS and will be included in next release.