Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » convert java project to web project
convert java project to web project [message #196899] Sun, 22 July 2007 11:25 Go to next message
Eclipse UserFriend
Originally posted by: m_ewiwi.rediffmail.com

How can i convert a java project into a web project?
Re: convert java project to web project [message #196947 is a reply to message #196899] Mon, 23 July 2007 03:09 Go to previous messageGo to next message
John Willson is currently offline John WillsonFriend
Messages: 22
Registered: July 2009
Junior Member
What I'm doing for that is as below:
1. Open .project file for the project to be converted to web project.
2. Insert the following to natures element.
<nature>org.eclipse.wst.common.project.facet.core.nature</nature >
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
3. Open the properties for the project and go to the page for Project Facets
4. Add Java and Dynamic Web Module facets to the project.
5. Done.

Cheers.
"mahmoud" <m_ewiwi@rediffmail.com> wrote in message
news:f7vb54$oqf$1@build.eclipse.org...
> How can i convert a java project into a web project?
>
Re: convert java project to web project [message #197064 is a reply to message #196947] Tue, 24 July 2007 10:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: m_ewiwi.rediffmail.com

Thanks Mr. Wilson
i will try it and tell you what is the results

Best wishes
"John Wilson" <johnwillsons@hotmail.com> wrote in message
news:f8165o$run$1@build.eclipse.org...
> What I'm doing for that is as below:
> 1. Open .project file for the project to be converted to web project.
> 2. Insert the following to natures element.
> <nature>org.eclipse.wst.common.project.facet.core.nature</nature >
> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
> 3. Open the properties for the project and go to the page for Project
> Facets
> 4. Add Java and Dynamic Web Module facets to the project.
> 5. Done.
>
> Cheers.
> "mahmoud" <m_ewiwi@rediffmail.com> wrote in message
> news:f7vb54$oqf$1@build.eclipse.org...
>> How can i convert a java project into a web project?
>>
>
>
Re: convert java project to web project [message #206803 is a reply to message #196947] Tue, 15 January 2008 10:22 Go to previous message
Eclipse UserFriend
Originally posted by: joerg.von.frantzius.artnology.com

Hi,

thanks for that workaround! I allowed myself to post it in related bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168538

Regards,
Jörg

John Wilson schrieb:
> What I'm doing for that is as below:
> 1. Open .project file for the project to be converted to web project.
> 2. Insert the following to natures element.
> <nature>org.eclipse.wst.common.project.facet.core.nature</nature >
> <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature >
> 3. Open the properties for the project and go to the page for Project Facets
> 4. Add Java and Dynamic Web Module facets to the project.
> 5. Done.
>
> Cheers.
> "mahmoud" <m_ewiwi@rediffmail.com> wrote in message
> news:f7vb54$oqf$1@build.eclipse.org...
>
>> How can i convert a java project into a web project?
>>
>>
>
>
>
Previous Topic:Out Of Memory
Next Topic:WST, WST JDK, JST, JST JDK
Goto Forum:
  


Current Time: Fri Apr 19 12:01:55 GMT 2024

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

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

Back to the top