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 a java project. I don't see how to change this.

Scott Stark
VP Architecture  Technology
JBoss Inc.



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job  
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache  
Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development




--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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:

buildSpec
buildCommand
nameorg.eclipse.jdt.core.javabuilder/name
arguments
/arguments
/buildCommand
/buildSpec

natures
natureorg.eclipse.jdt.core.javanature/nature
/natures

  Heiko

-- 
Heiko W.Rupp  http://www.pilhuhn.de/hwr/ http://mcntp.sf.net/

JBoss Buch: http://www.dpunkt.de/buch/3-89864-318-2.html



signature.asc
Description: Digital signature


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 things for
a java project:

buildSpec
buildCommand
nameorg.eclipse.jdt.core.javabuilder/name
arguments
/arguments
/buildCommand
/buildSpec

natures
natureorg.eclipse.jdt.core.javanature/nature
/natures

  Heiko





--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development