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 85688 Details for
Bug 200193
Cannot use Java project for BUJava
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]
Delta patch on top of R1_5_5_patch
deltaPatch200193_1220.txt (text/plain), 2.32 KB, created by
Kathy Chan
on 2007-12-20 17:16:46 EST
(
hide
)
Description:
Delta patch on top of R1_5_5_patch
Filename:
MIME Type:
Creator:
Kathy Chan
Created:
2007-12-20 17:16:46 EST
Size:
2.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.ws.creation.ui >Index: src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceDevelopCommand.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceDevelopCommand.java,v >retrieving revision 1.34.2.2.4.1 >diff -u -r1.34.2.2.4.1 PreServiceDevelopCommand.java >--- src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceDevelopCommand.java 18 Dec 2007 02:23:47 -0000 1.34.2.2.4.1 >+++ src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceDevelopCommand.java 20 Dec 2007 21:58:27 -0000 >@@ -172,7 +172,7 @@ > } > > // add the module dependency if the initial project is Java project >- if(FacetUtils.isJavaProject(initialProject_)){ >+ if(initialProject_ != null && FacetUtils.isJavaProject(initialProject_)){ > AddModuleDependenciesCommand addMod = new AddModuleDependenciesCommand(); > // Should not call AddModuleDependenciesCommand execute() method here since the > // necessary testInfo is not set up. We are just using some methods here. >Index: src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceAssembleCommand.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceAssembleCommand.java,v >retrieving revision 1.17.6.1 >diff -u -r1.17.6.1 PreServiceAssembleCommand.java >--- src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceAssembleCommand.java 18 Dec 2007 02:23:47 -0000 1.17.6.1 >+++ src/org/eclipse/jst/ws/internal/creation/ui/extension/PreServiceAssembleCommand.java 20 Dec 2007 21:58:27 -0000 >@@ -110,7 +110,7 @@ > } > > // add the module dependency if the initial project is Java project >- if(FacetUtils.isJavaProject(initialProject_)) { >+ if(initialProject_ != null && FacetUtils.isJavaProject(initialProject_)) { > AddModuleDependenciesCommand addMod = new AddModuleDependenciesCommand(); > // Should not call AddModuleDependenciesCommand execute() method here since the > // necessary testInfo is not set up. We are just using some methods here.
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 200193
:
84451
|
84452
|
84671
|
85089
|
85138
|
85140
|
85141
|
85484
| 85688 |
85719
|
85747