- This topic has 1 reply, 2 voices, and was last updated 19 years, 10 months ago by Scott Anderson.
-
AuthorPosts
-
mstrong4867MemberHi. This is my first posting to a MyEclipse forum.
I am joining a project that was not created with MyEclipse. Consequently, the value of many of the MyEclipse plugins that I wanted to use is lost. They require that the project had been created specifically as a MyEclipse Web Project.
Is there any way I can morph an existing Java project into a MyEclipse Web project?
- What operating system and version are you running? Windows XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform) Version: 3.0.1, Build id: 200409161125
– Was Eclipse freshly installed for MyEclipse? Yes
– Are any other external plugins installed? Yes:- Eclipse FTP and WebDav 3.0
Eclipse Project SDK 3.0.1
Eclipse SDK Examples 3.0.1
EMF SDK 2.0.1
GEF Logic Example 3.0.1
Graphical Editing Framework 3.0.1
Subclipse 0.9.25
Version Control with Subversion 1.1.1
Visual Editor SDK 1.0.1– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* 8
What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.8.3, Build Id: 200412061200-3.8.3
What JDK version are you using to run Eclipse? (java -version) j2sdk1.4.2_05
What JDK version are you using to launch your application server? j2sdk1.4.2_05
What steps did you take that resulted in the issue? Extracted a project from SVN. I tried to extract it as a MyEclipse Web project and that failed, so I had to extract it as simply a Java Project.
What application server are you using? Oracle
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) Yes. The Subclipse plulgin has thrown quite a few, but I did not investigate because it has been working for all practical purposes.
Scott AndersonParticipantIs there any way I can morph an existing Java project into a MyEclipse Web project?
Yes. Select the project in the Package Explorer, right-click and select MyEclipse > Add Web Capabilities… After that completes, do the same thing but select Add Struts Capabilities…
-
AuthorPosts