[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

problem with checking out project into an eclipse workspace

From: <aloys.oberthuer_at_gmx.net>
Date: 2005-02-25 15:18:37 CET

I am not sure I understand how to check out a project from a Subversion repository into
Eclipse using Subclipse.

The setup is as follows:
Created a Subversion repository,
created /branches, /tags and /trunk folders,
shared a project "SubclipseTest" from Eclipse resulting in the following repository layout

/branches
/trunk/SubclipseTest/src/... (my Java code)
/tags

If I now have another Eclipse workspace, connect to the repository, choose
/trunk/SubclipseTest I can
1) checkout as a Java project, which leads to the problem that it is not reconized I set up the
project originally with /src and /bin folders and now the /src folder is seen as part of the Java
package hierarchy. I.e. my application now is in src.test.subclipse and class files are
compiled to the same folder.

2) checkout as..., Java project, give the project the same "SubclipseTest" name and choose
"create separate source and output folders" I get the correct project structure but:
- Eclipse does not show a .classpath file and does not build the new project
- Project/Build project menu entries are disabled
- on trying to add a JAR to the classpath, change the jdk... I see the following:
  - now src is seen as part of the package hierarchy as above, I get thus src.test.subclipse
and class files are compiled to the same folder

Need to do something else, right?
Thanks, Aloys
        
        
Received on Sat Feb 26 01:18:37 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.