HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Importing Simal for development via simal.psf #419

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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. 

Original issue reported on code.google.com by toor.sat...@gmail.com on 14 Oct 2011 at 5:09

GoogleCodeExporter commented 9 years ago
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

Original comment by sander.v...@gmail.com on 16 Oct 2011 at 7:17

GoogleCodeExporter commented 9 years ago
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. 

Original comment by toor.sat...@gmail.com on 16 Oct 2011 at 11:15