For all surf eclipse plugins, you can try the DEV_MAVEN3 branch. It will require maven 3 but it gives us a clean way for eclipse related dependencies. The final build result is a local eclipse update site which will can install to STS 2.5.1.
For all surf eclipse plugins, you can try the DEV_MAVEN3 branch. It will require maven 3 but it gives us a clean way for eclipse related dependencies. The final build result is a local eclipse update site which will can install to STS 2.5.1.
No I didn't.
is this repo: https://src.springframework.org/svn/...urf-roo-addon/ right?
I'll try tomorrow morning.
Try the trunk. We will get everything into next release.
Yong
Tks Yong.
Got some problems with maven dependencies...here:
why this dependency is not being resolved? (I'm a Maven Newbie)Code:1) org.springframework.extensions.surf:spring-surf-parent:pom:1.0.0.CI-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.springframework.extensions.surf:spring-surf-parent:pom:1.0.0.CI-SNAPSHOT from the specified remote repositories: spring-roo-repository (http://spring-roo-repository.springsource.org/release, releases=true, snapshots=true), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) @ org.springframework.extensions.surf:spring-surf-roo-addon:1.0.0.CI-SNAPSHOT, C:\sts_workplace\spring-surf-roo-addon\pom.xml for project org.springframework.extensions.surf:spring-surf-roo-addon:1.0.0.CI-SNAPSHOT at C:\sts_workplace\spring-surf-roo-addon\pom.xml
best regards
Last edited by la00; Dec 10th, 2010 at 06:58 AM.
Is there a working Surf version out yet or a fix?
I tried to compile it from trunk, but can't get it to work.
kazimir
Hi, has anyone gotten this working? If so, is there a walkthru/tut that you could throw up here? Have experienced the same problems, not really sure even where to start with the maven3 branch.
TIA
Hi, I'm trying this route, please help as I was unsuccessful. Following this guide, http://www.springsurf.org/sites/1.0....velopment.html, I checked out from branches/DEV_MAVEN3. from the command prompt (I'm on Mac OS X btw), i run, but get the following error:Code:mvn install
any ideas? thanks in advanceCode:[INFO] Building Maven Default Project [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one.
Hi, Gene
Once you get everything built, you should have a local update site under
DEV_MAVEN3/trunk/spring-surf-devtools/spring-surf-eclipse-extensions/spring-surf-update-site/target/site
and you can open STS 2.5 and create a local update site and point it to that directory.
Yong
Hmm... I build the normal trunk successfully.
But i dont have this update site you're talking about.
Can anyone help me?
EDIT: Ok, got the Site... now Freemarker 1.1.0 is missing....any idea?
EDIT: Installed Freemarker... but where is the Roo addon now?
Last edited by kazimir; Jan 25th, 2011 at 11:33 AM.