[JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Scott M Stark
Can I change the type of a project in eclipse? I currently have a simple project that should be a java project. I don't see how to change this. Scott Stark VP Architecture Technology JBoss Inc.

Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Max Rydahl Andersen
No. Best way I know: Delete project in eclipse (without deleting the resources - eclipse will ask you) Remove the .project file Create new java project and point the existing location. /max Can I change the type of a project in eclipse? I currently have a simple project that should be

Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Heiko W. Rupp
On Thu, May 04, 2006 at 01:16:45PM -0500, Scott M Stark wrote: Can I change the type of a project in eclipse? I currently have a simple project that should be a java project. I don't see how to change this. Edit the .project file by hand adding the necessary things for a java project:

Re: [JBoss-dev] How do I change a projec type in eclipse?

2006-05-04 Thread Max Rydahl Andersen
that is also an option ;) /max On Thu, May 04, 2006 at 01:16:45PM -0500, Scott M Stark wrote: Can I change the type of a project in eclipse? I currently have a simple project that should be a java project. I don't see how to change this. Edit the .project file by hand adding the necessary