New issue 419 by toor.sat...@gmail.com: Importing Simal for development via
simal.psf
http://code.google.com/p/simal/issues/detail?id=419
Hi
I work with ANDS and recently took overseeing the work Steve was doing on
Simal. I'm trying to import Simal into Eclipe following the steps specified
under 'Develop Simal' section. I have everything properly setup i.e.
Eclipse JEE, JDK, Subclipe, MVN and all the necessary prerequisites
required before importing Simal's source code.
When i try to import the project via File->Import->Team->Team Project
Set->Next i get the following error:
An internal error occurred during: "Importing project set...".
Path for project must have only one segment.
Any help would be greatly appreciated.
Comment #1 on issue 419 by sander.v...@gmail.com: Importing Simal for
development via simal.psf
http://code.google.com/p/simal/issues/detail?id=419
Which version of Eclipse are you using?
The simal.psf only contains references to the projects in SVN, so if it's
not working you can manually check out these as separate projects.
From the simal.psf [1] file you can see that these are the projects:
http://simal.googlecode.com/svn/wiki
http://simal.googlecode.com/svn/trunk/uk.ac.osswatch.simal.core
http://simal.googlecode.com/svn/trunk/uk.ac.osswatch.simal.web
http://simal.googlecode.com/svn/trunk/uk.ac.osswatch.simal.rest
http://simal.googlecode.com/svn/trunk/widget
Hope this helps. Please let me know how you get on and if you have any
other problems.
[1]
http://code.google.com/p/simal/source/browse/wiki/DevelopSimal.attach/simal.psf
I figured what the problem was. I tried to checkout the source code
manually but using "http://simal.googlecode.com/svn/trunk/" URL. When i
tried to individually import the links in simal.psf today, the last URL:
http://simal.googlecode.com/svn/trunk/widget is broken. This is why i psf
import failed. So i removed it from simal.psf file and it's working fine
now.