|
Susan Cline made changes - 28/Jul/05 09:41 AM
Susan Cline made changes - 29/Jul/05 09:45 AM
Committed to trunk (revision 226443) and 10.1 (revision 226441).
Andrew McIntyre made changes - 30/Jul/05 09:08 AM
This patch has been applied for this and this bug should be closed.
Susan Cline made changes - 26/Aug/05 04:03 AM
reopening to fix fix version
Deepa Remesh made changes - 30/Sep/05 02:54 AM
Deepa Remesh made changes - 30/Sep/05 02:54 AM
Deepa Remesh made changes - 30/Sep/05 02:54 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1) Allows the Derby UI plug-in to work with Eclipse 3.1M6 and higher. Since Eclipse 3.1 has been GA since the end of June the Derby plug-ins should work with the current release of Eclipse.
Note that with this patch there is no support to run the Derby plug-ins on Eclipse 3.1M5 or less.
Without applying this patch when any of the functionality of the Derby UI plug-in is invoked like starting the
Network Server, running ij, running sysinfo the following pop-up box appears (this example is for the Network Server):
"Error starting Derby Network Server :
Plugin org.apache.derby.ui was unable to load class
org.apache.derby.ui.launch.StartDerbyServerLaunchConfigurationDelegate".
2) Update the version of the UI and Doc plugins to be 1.1.0 instead of 1.0.0.
Since I'd like for these plug-ins to be released as zip files with the 10.1 release of Derby, and the 10.1 Derby core plug-in,
I updated the version of the plug-ins to be 1.1, to make it more obvious the 1.1 UI plug-in is compatible with the 10.1 Core plug-in.
Output from svn stat:
M plugins\eclipse\org.apache.derby.ui\src\org\apache\derby\ui\launch\StopDerbyServerLaunchConfigurationDelegate.java
M plugins\eclipse\org.apache.derby.ui\src\org\apache\derby\ui\launch\IJDerbyLaunchConfigurationDelegate.java
M plugins\eclipse\org.apache.derby.ui\src\org\apache\derby\ui\launch\StartDerbyServerLaunchConfigurationDelegate.java
M plugins\eclipse\org.apache.derby.ui\src\org\apache\derby\ui\launch\SysInfoDerbyLaunchConfigurationDelegate.java
M plugins\eclipse\org.apache.derby.ui\plugin.xml
M plugins\eclipse\org.apache.derby.plugin.doc\plugin.xml
Tests:
I built a new UI and doc zip file and performed all of the manual tests here on the plug-ins:
http://incubator.apache.org/derby/integrate/func_spec_plugins.html#Testing
I'd appreciate it is someone could review it, and if it looks okay, commit it.