
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
Eclipse 3.1 M5 (probably problematic also with earlier versions)
|
|
| Resolution Date: |
29/Apr/05 01:05 PM
|
|
In the plugin.xml of the Derby Eclipse plugin, the version specification reads "10.1.0.0 (124830)", which Eclipse complains about as being illegal. In consequence, the plugin is not loaded.
The Eclipse docs have the following to say about the version specification: "Plug-in version format is major.minor.service.qualifier".
Stripping the "(1234830)", whatever that is anyway, solves the problem.
|
|
Description
|
In the plugin.xml of the Derby Eclipse plugin, the version specification reads "10.1.0.0 (124830)", which Eclipse complains about as being illegal. In consequence, the plugin is not loaded.
The Eclipse docs have the following to say about the version specification: "Plug-in version format is major.minor.service.qualifier".
Stripping the "(1234830)", whatever that is anyway, solves the problem. |
Show » |
|