Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Roo 1.1.0.RELEASE Problem

  1. #11

    Default

    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.

  2. #12
    Join Date
    Dec 2010
    Posts
    6

    Default

    No I didn't.

    is this repo: https://src.springframework.org/svn/...urf-roo-addon/ right?

    I'll try tomorrow morning.

  3. #13

    Default

    Try the trunk. We will get everything into next release.

    Yong

  4. #14
    Join Date
    Dec 2010
    Posts
    6

    Default

    Tks Yong.

    Got some problems with maven dependencies...here:

    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
    why this dependency is not being resolved? (I'm a Maven Newbie)

    best regards
    Last edited by la00; Dec 10th, 2010 at 06:58 AM.

  5. #15
    Join Date
    Dec 2010
    Posts
    2

    Default

    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

  6. #16
    Join Date
    Jan 2011
    Posts
    13

    Default

    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

  7. #17
    Join Date
    Jan 2011
    Posts
    13

    Default

    Quote Originally Posted by yqu View Post
    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.
    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
    Code:
    mvn install
    , but get the following error:


    Code:
    [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.
    any ideas? thanks in advance

  8. #18
    Join Date
    Jan 2011
    Posts
    13

    Default

    Quote Originally Posted by yqu View Post
    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.
    Hi yqu, thanks for the help. I was able to chechout and build from DEV_MAVEN3, but I'm not sure how to install that as an update site. I'm running STS 2.5.2 Any help here appreciated.
    thanks, gene

  9. #19

    Default

    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

  10. #20
    Join Date
    Dec 2010
    Posts
    2

    Default

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •