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 40788 Details for
Bug 104622
Automatically add required Cactus jars to project
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]
Fix for Cactus test wizard on latest Eclipse build
org.eclipse.jst.server.ui.cactusWizard.patch.txt (text/plain), 1.13 KB, created by
Daniel R Somerfield
on 2006-05-09 13:36:36 EDT
(
hide
)
Description:
Fix for Cactus test wizard on latest Eclipse build
Filename:
MIME Type:
Creator:
Daniel R Somerfield
Created:
2006-05-09 13:36:36 EDT
Size:
1.13 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.server.ui >Index: sjavaui/org/eclipse/jst/server/ui/internal/cactus/NewServletTestCaseWizard.java >=================================================================== >RCS file: /home/webtools/jst/components/server/plugins/org.eclipse.jst.server.ui/sjavaui/org/eclipse/jst/server/ui/internal/cactus/NewServletTestCaseWizard.java,v >retrieving revision 1.2 >diff -u -r1.2 NewServletTestCaseWizard.java >--- sjavaui/org/eclipse/jst/server/ui/internal/cactus/NewServletTestCaseWizard.java 28 Apr 2006 04:18:10 -0000 1.2 >+++ sjavaui/org/eclipse/jst/server/ui/internal/cactus/NewServletTestCaseWizard.java 8 May 2006 23:02:51 -0000 >@@ -123,12 +123,18 @@ > > public void init(IStructuredSelection selection) { > super.init(selection); >+ validateIfJUnitProject(); > } > > public void createControl(Composite parent) { > super.createControl(parent); > setSuperClass(SUPERCLASS_NAME, true); > } >+ >+ protected void createJUnit4Controls(Composite composite, int nColumns) >+ { >+ >+ } > > protected IStatus superClassChanged() { > String superClassName = getSuperClass();
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 104622
:
37246
|
37247
|
39084
|
39085
|
39090
|
40774
| 40788