On Monday, November 5, 2012 10:10:37 PM UTC-8, Olek Swirski wrote:
> looks like you may need m2e thing, check here:
> https://www.assembla.com/wiki/show/liftweb/Using_Eclipse_Juno_with_SBT
> On 06/11/12 06:56, vivace wrote:
> > .project:
> > <projectDescription>
> > <name>default-cb3312</name>
> > <buildSpec>
> > <buildCommand>
> > <name>org.scala-ide.sdt.core.scalabuilder</name>
> > </buildCommand>
> > </buildSpec>
> > <natures>
> > <nature>org.scala-ide.sdt.core.scalanature</nature>
> > <nature>org.eclipse.jdt.core.javanature</nature>
> > </natures>
> > </projectDescription>
> > .classpath
> > <classpath>
> > <classpathentry output="target/scala-2.9.2/classes"
> path="src/main/scala"
> > kind="src"></classpathentry>
> > <classpathentry output="target/scala-2.9.2/classes"
> path="src/main/java"
> > kind="src"></classpathentry>
> > <classpathentry output="target/scala-2.9.2/test-classes"
> > path="src/test/scala" kind="src"></classpathentry>
> > <classpathentry output="target/scala-2.9.2/test-classes"
> > path="src/test/java" kind="src"></classpathentry>
> > <classpathentry kind="con"
> > path="org.scala-ide.sdt.launching.SCALA_CONTAINER"></classpathentry>
> > <classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER"
> > kind="con"></classpathentry>
> > <classpathentry path="bin" kind="output"></classpathentry>
> > </classpath>
> > Sorry i am kind of clueless here...it would help me to understand a lot
> > more if i could get this set up. The src/main/scala packages seem to be
> > empty and there are no source files under src->main although there are
> > files on the drive.
> > many many thanks!!
> > On Monday, November 5, 2012 6:32:47 PM UTC-8, nafg wrote:
> >> Can you be more precise than "messed up"?
> >> Also can you show the contents of .classpath and .project?
> >> Although you really should ask on scala-ide-user.
> >> On Mon, Nov 5, 2012 at 5:30 PM, vivace<kna...@gmail.com<javascript:>>wrote:
> >>> OK i am having a heck of a time. I got sbt-eclipse going but after i
> run
> >>> it , and then import the project it seems that the libraries are
> messed up
> >>> and none of the source files show up in the project explorer...
> >>> On Sunday, November 4, 2012 10:21:12 AM UTC-8, vivace wrote:
> >>>> Hi
> >>>> I am super new to all of this but love scala and am intrigued by
> LIFT. I
> >>>> have been looking at the walk through http://simply.liftweb.**
> >>>> net/index-Chapter-2.html#toc-**Chapter-2<
> http://simply.liftweb.net/index-Chapter-2.html#toc-Chapter-2>
> >>>> its great, it makes sense but I am struggling to create a project in
> >>>> eclipse where i can run it. I downloaded the source code but for
> some
> >>>> reason eclipse can not open it as a project. So i thought i would
> start
> >>>> with a different project in eclipse and then add the files but then i
> >>>> realised i really dont understand the structure of how its all laid
> out. Is
> >>>> there a resource for some information about this?
> >>>> thanks!!
> >>> --
> >>> --
> >>> Lift, the simply functional web framework: http://liftweb.net
> >>> Code: http://github.com/lift
> >>> Discussion: http://groups.google.com/group/liftweb
> >>> Stuck? Help us help you:
> >>> https://www.assembla.com/wiki/show/liftweb/Posting_example_code