Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 59461 Details for
Bug 150385
Dependency on Apache Muse libraries for WSDM support in TPTP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to fix an UI issue in the CodeGen wizard
patch_150385_Axis2CodeGenWizard_2.txt (text/plain), 2.42 KB, created by
Nalini V
on 2007-02-21 06:40:45 EST
(
hide
)
Description:
Patch to fix an UI issue in the CodeGen wizard
Filename:
MIME Type:
Creator:
Nalini V
Created:
2007-02-21 06:40:45 EST
Size:
2.42 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.wsdm.editor >Index: src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/GenerationOptionsPage.java >=================================================================== >RCS file: /cvsroot/ganges/org.eclipse.tptp.wsdm.editor/src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/GenerationOptionsPage.java,v >retrieving revision 1.2 >diff -u -r1.2 GenerationOptionsPage.java >--- src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/GenerationOptionsPage.java 20 Feb 2007 12:51:06 -0000 1.2 >+++ src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/GenerationOptionsPage.java 21 Feb 2007 11:09:46 -0000 >@@ -757,7 +757,10 @@ > if(isPageComplete() && _projectizerCombo.getText().indexOf("Axis")!=-1) > { > axis2Project = true; >- ((Axis2ServerLocationPage)this.getNextPage()).makePageComplete(false); >+ Axis2ServerLocationPage nextPage = (Axis2ServerLocationPage)this.getNextPage(); >+ nextPage.makePageComplete(false); >+ nextPage._serverNameField.setText(nextPage.getPreferenceServerLocation()); >+ > return true; > } > ((Axis2ServerLocationPage)this.getNextPage()).makePageComplete(true); >Index: src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/Axis2ServerLocationPage.java >=================================================================== >RCS file: /cvsroot/ganges/org.eclipse.tptp.wsdm.editor/src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/Axis2ServerLocationPage.java,v >retrieving revision 1.1 >diff -u -r1.1 Axis2ServerLocationPage.java >--- src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/Axis2ServerLocationPage.java 20 Feb 2007 12:51:06 -0000 1.1 >+++ src/org/eclipse/tptp/wsdm/tooling/codegen/mrt/provisional/Axis2ServerLocationPage.java 21 Feb 2007 11:09:45 -0000 >@@ -40,7 +40,7 @@ > public class Axis2ServerLocationPage extends WizardPage > { > >- private Text _serverNameField; >+ protected Text _serverNameField; > private Button _browseButton; > private Button _preferenceUpdate; > private final String[] axis2files = {"lib/axis2-adb-1.1.1.jar", >@@ -137,7 +137,7 @@ > _preferenceUpdate.setFont(parent.getFont()); > } > >- private String getPreferenceServerLocation() >+ protected String getPreferenceServerLocation() > { > IPreferenceStore store = Activator.getPlugin().getPreferenceStore(); > String location = store.getString(Axis2ServerLocationPreferencePage.SERVER_LOCATION_PREFERENCE_KEY).trim();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150385
:
58634
|
59357
|
59359
|
59361
|
59450
| 59461 |
59789
|
63686