Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Reconverting an existing web project to a Dynamic
Reconverting an existing web project to a Dynamic [message #876785] Fri, 25 May 2012 09:26
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
My objective is to launch my app by using the J2EE Preview.

I have created a dummy Dynamic Web project, and copied the required natures and settings.

I create a new J2EE Preview server, and I see the dummy project but not my project.
Crying or Very Sad

Questions:
1) What is the best way of launching for debugging and testing a web app?. I think is hte J2EE preview server

The Run-Jetty-run plug-in (an alternative) is failing.

2) Why my project isn't shown in the list of "resources" to add to the project. My project is Maven based.

Here is my .project:
<projectDescription>
	<name>webIma</name>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.validation.validationbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.common.project.facet.core.builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.m2e.core.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
	</natures>
</projectDescription>


I have tried many approaches: remove the project and add it again in the workspace, restarting Eclipse, .....

Thanks in advance for any help.
Previous Topic:JSDT question - how can I recognize an optional function parameter ?
Next Topic:importing/exporting servers
Goto Forum:
  


Current Time: Thu Apr 25 06:21:24 GMT 2024

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

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

Back to the top