Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » exampleProjectCreationWizard
exampleProjectCreationWizard [message #166364] Mon, 10 April 2006 16:54 Go to next message
Lenora Wright is currently offline Lenora WrightFriend
Messages: 15
Registered: July 2009
Junior Member
I am using WTP v1.0.1. I created a java project that was then exported
using Export > Archive File. This project will be imported when users
select it from File > New > Example. My example is added to the wizard
listings, however when I select "Finish" to import the project, it is not
imported correctly (i.e. it's no longer a java project). What am I
missing? Here is my plugin.xml

<extension point="org.eclipse.ui.newWizards">
<category name="myCategory"
parentCategory="org.eclipse.ui.Examples"
id="id1">
</category>
<wizard name="myExample"
class="com.ExampleProjectWizard"
category="org.eclipse.ui.Examples/id1"
id="id2"
project="true" icon="icons/newSampleProject_wiz.gif">
</wizard>
</extension>

<extension
point="org.eclipse.wst.common.ui.exampleProjectCreationWizard "
id="id3">
<wizard id="id2"
banner="icons/newSampleProject_wizbanner.gif">
<projectsetup pagetitle="title"
name="name"
label="Label" pagedescription="description">
<import dest=""
src="examples/MyProject.zip" />
</projectsetup>
</wizard>
</extension>
Re: exampleProjectCreationWizard [message #166377 is a reply to message #166364] Mon, 10 April 2006 18:27 Go to previous message
Lenora Wright is currently offline Lenora WrightFriend
Messages: 15
Registered: July 2009
Junior Member
Problem solved. The problem was with my Example zip file that I exported.
Previous Topic:callisto kudos
Next Topic:Opportunity for Early Testers: 1.0.2 RC1
Goto Forum:
  


Current Time: Fri Apr 19 15:53:46 GMT 2024

Powered by FUDForum. Page generated in 0.02484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top