Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Build failed in Hudson: cbi-pdt-2.2-helios #431

See <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/changes>

Changes:

[zzhongwei] remove wrong test files

[zzhongwei] 323784: [Regression] Selecting a $var vs selecting $this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323784

------------------------------------------
[...truncated 52543 lines...]
    [javac] 	String port = Integer.toString(PHPDebugPlugin
    [javac] 				.getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
    [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getDebugPort(String) from the type PHPDebugPlugin is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 669. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 238)
    [javac] 	.getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
    [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type DebuggerCommunicationDaemon is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 670. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 238)
    [javac] 	.getDebugPort(DebuggerCommunicationDaemon.ZEND_DEBUGGER_ID));
    [javac] 	                                          ^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The field ZEND_DEBUGGER_ID from the type DebuggerCommunicationDaemon is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 671. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 249)
    [javac] 	Preferences prefs = PHPProjectPreferences.getModelPreferences();
    [javac] 	                    ^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type PHPProjectPreferences is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 672. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 249)
    [javac] 	Preferences prefs = PHPProjectPreferences.getModelPreferences();
    [javac] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getModelPreferences() from the type PHPProjectPreferences is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 673. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 250)
    [javac] 	String hosts = prefs.getString(PHPDebugCorePreferenceNames.CLIENT_IP);
    [javac] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type PHPDebugCorePreferenceNames is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 674. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 250)
    [javac] 	String hosts = prefs.getString(PHPDebugCorePreferenceNames.CLIENT_IP);
    [javac] 	                                                           ^^^^^^^^^
    [javac] Discouraged access: The field CLIENT_IP from the type PHPDebugCorePreferenceNames is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 675. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 296)
    [javac] 	public void testEventReceived(final DebugServerTestEvent e) {
    [javac] 	                                    ^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 676. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 300)
    [javac] 	if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
    [javac] 	    ^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getEventType() from the type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 677. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 300)
    [javac] 	if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
    [javac] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 678. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 300)
    [javac] 	if (e.getEventType() == DebugServerTestEvent.TEST_SUCCEEDED) {
    [javac] 	                                             ^^^^^^^^^^^^^^
    [javac] Discouraged access: The field TEST_SUCCEEDED from the type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 679. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 304)
    [javac] 	switch (e.getEventType()) {
    [javac] 	        ^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getEventType() from the type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 680. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 305)
    [javac] 	case DebugServerTestEvent.TEST_FAILED_DEBUGER_VERSION:
    [javac] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 681. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 305)
    [javac] 	case DebugServerTestEvent.TEST_FAILED_DEBUGER_VERSION:
    [javac] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The field TEST_FAILED_DEBUGER_VERSION from the type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 682. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 312)
    [javac] 	case DebugServerTestEvent.TEST_TIMEOUT:
    [javac] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] 683. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultDebugServerConnectionTest.java> (at line 312)
    [javac] 	case DebugServerTestEvent.TEST_TIMEOUT:
    [javac] 	                          ^^^^^^^^^^^^
    [javac] Discouraged access: The field TEST_TIMEOUT from the type DebugServerTestEvent is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.debug.core/@dot>
    [javac] ----------
    [javac] ----------
    [javac] 684. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java> (at line 17)
    [javac] 	import org.eclipse.php.internal.ui.IPHPHelpContextIds;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IPHPHelpContextIds is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 685. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java> (at line 65)
    [javac] 	IPHPHelpContextIds.SETTING_UP_REMOTE_DEBUGGING);
    [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IPHPHelpContextIds is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 686. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/launching/zend/DefaultServerTestMessageDialog.java> (at line 65)
    [javac] 	IPHPHelpContextIds.SETTING_UP_REMOTE_DEBUGGING);
    [javac] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The field SETTING_UP_REMOTE_DEBUGGING from the type IPHPHelpContextIds is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] ----------
    [javac] 687. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 16)
    [javac] 	import org.eclipse.php.internal.ui.wizards.CompositeFragment;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type CompositeFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 688. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 17)
    [javac] 	import org.eclipse.php.internal.ui.wizards.IControlHandler;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IControlHandler is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 689. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 18)
    [javac] 	import org.eclipse.php.internal.ui.wizards.WizardFragment;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 690. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 35)
    [javac] 	public WizardFragment createWizardFragment() {
    [javac] 	       ^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 691. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 47)
    [javac] 	public CompositeFragment createComposite(Composite parent,
    [javac] 	       ^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type CompositeFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 692. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/BasicCompositeFragmentFactory.java> (at line 48)
    [javac] 	IControlHandler controlHandler) {
    [javac] 	^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IControlHandler is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] ----------
    [javac] 693. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 14)
    [javac] 	import org.eclipse.php.internal.server.core.Server;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type Server is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.core/@dot>
    [javac] ----------
    [javac] 694. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 17)
    [javac] 	import org.eclipse.php.internal.ui.wizards.CompositeWizardFragment;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type CompositeWizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 695. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 18)
    [javac] 	import org.eclipse.php.internal.ui.wizards.IWizardHandle;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 696. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 19)
    [javac] 	import org.eclipse.php.internal.ui.wizards.WizardControlWrapper;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardControlWrapper is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 697. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 20)
    [javac] 	import org.eclipse.php.internal.ui.wizards.WizardModel;
    [javac] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardModel is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 698. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 26)
    [javac] 	public class PathMapperWizardFragment extends CompositeWizardFragment {
    [javac] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type CompositeWizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 699. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 29)
    [javac] 	private Server server;
    [javac] 	        ^^^^^^
    [javac] Discouraged access: The type Server is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.core/@dot>
    [javac] ----------
    [javac] 700. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 35)
    [javac] 	public Composite createComposite(Composite parent, IWizardHandle handle) {
    [javac] 	                                                   ^^^^^^^^^^^^^
    [javac] Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 701. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 37)
    [javac] 	new WizardControlWrapper(handle), false);
    [javac] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The constructor WizardControlWrapper(IWizardHandle) is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 702. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 37)
    [javac] 	new WizardControlWrapper(handle), false);
    [javac] 	    ^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardControlWrapper is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 703. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 44)
    [javac] 	server = (Server) getWizardModel()
    [javac] 	          ^^^^^^
    [javac] Discouraged access: The type Server is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.core/@dot>
    [javac] ----------
    [javac] 704. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 44)
    [javac] 	server = (Server) getWizardModel()
    [javac] 	                  ^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getWizardModel() from the type WizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 705. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 44)
    [javac] 	server = (Server) getWizardModel()
    [javac] 						.getObject(WizardModel.SERVER);
    [javac] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method getObject(String) from the type WizardModel is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 706. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 45)
    [javac] 	.getObject(WizardModel.SERVER);
    [javac] 	           ^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The type WizardModel is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 707. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 45)
    [javac] 	.getObject(WizardModel.SERVER);
    [javac] 	                       ^^^^^^
    [javac] Discouraged access: The field SERVER from the type WizardModel is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 708. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 61)
    [javac] 	return super.isComplete();
    [javac] 	       ^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method isComplete() from the type WizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 709. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 63)
    [javac] 	return super.isComplete() && compositeFragment.isComplete();
    [javac] 	       ^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method isComplete() from the type WizardFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 710. WARNING in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/src/org/eclipse/php/internal/server/ui/wizard/PathMapperWizardFragment.java> (at line 63)
    [javac] 	return super.isComplete() && compositeFragment.isComplete();
    [javac] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Discouraged access: The method isComplete() from the type CompositeFragment is not accessible due to restriction on classpath entry <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.ui/@dot>
    [javac] ----------
    [javac] 710 problems (1 error, 709 warnings)
    [javac] Compilation failed. Compiler errors are available in <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/@dot.log>

BUILD FAILED
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:833: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1242: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/build.xml>:199: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114: The following error occurred while executing this line:
/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/compile.org.eclipse.php.all.xml>:27: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/build.xml>:274: The following error occurred while executing this line:
<https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/431/artifact/build/N201009020341/eclipse/plugins/org.eclipse.php.server.ui/build.xml>:235: Compile failed; see the compiler error output for details.

Total time: 6 minutes 27 seconds
[start] [03:48:29] start.sh finished.

++ rm -f <https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/ws/build/.cvspass>
+++ date '+%Y/%m/%d %H:%M'
++ echo '[2010/09/02 03:48] Hudson job  build #431 (2010-09-02_03-40-36) done.'
[2010/09/02 03:48] Hudson job  build #431 (2010-09-02_03-40-36) done.
Terminating xvnc.
Archiving artifacts
Recording test results
No test report files were found. Configuration error?



Back to the top