sciabarra / AgileSites

Agile development framework for Oracle WebCenter Sites
Apache License 2.0
13 stars 8 forks source link

Can't not using eclipse import projects. missing .project file. #8

Closed hanrw closed 11 years ago

hanrw commented 11 years ago

With tutorial "Importing the project in eclipse" on http://www.agilesites.org/tutorial/NewSite.html can't not import project

sciabarra commented 11 years ago

You need to generate the eclipse project executing the "eclipse" command in the shell. Then the importable projects are in the folder app and api (also core but you can skip this). Version 1.0.0a requires Scala-Ide, for the upcoming version (1.0 branch not yet released) all the scala code is removed and you can use any Eclipse with plain Java.

hanrw commented 11 years ago

It works. i'm using the branch 1.0 now. thanks