Results 1 to 3 of 3

Thread: Spring Roo Revision417. build error

  1. #1
    Join Date
    Jun 2008
    Location
    seoul, korea
    Posts
    6

    Default Spring Roo Revision417. build error

    - Test PC : Window Vista, JDK 1.6
    - Action : svn checkout and, ~\spring-roo\trunk>mvn clean install site assembly:assembly
    - Error message
    Code:
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Spring Roo - Addon - Web MVC JSP View
    [INFO]    task-segment: [clean, install, site]
    [INFO] ------------------------------------------------------------------------
    [INFO] [clean:clean]
    [INFO] Deleting directory D:\JAVA_PROJECT\ROO\spring-roo\trunk\addon-web-mvc-jsp\target
    [INFO] [buildnumber:create {execution: default}]
    [INFO] Checking for local modifications: skipped.
    [INFO] Updating project files from SCM: skipped.
    [INFO] Executing: cmd.exe /X /C "svn --non-interactive info"
    [INFO] Working directory: D:\JAVA_PROJECT\ROO\spring-roo\trunk\addon-web-mvc-jsp
    [INFO] Storing buildNumber: 417 at timestamp: 1257935315168
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:compile]
    [INFO] Compiling 7 source files to D:\JAVA_PROJECT\ROO\spring-roo\trunk\addon-web-mvc-jsp\target\classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Compilation failure
    D:\JAVA_PROJECT\ROO\spring-roo\trunk\addon-web-mvc-jsp\src\main\java\org\springframework\roo\addon\mvc\jsp\JspDocumentHe
    lper.java:[37,17] cannot find symbol
    symbol  : class DevPollSelectorProvider
    location: package sun.nio.ch
    is it bug?
    please help me ㅜ.ㅜ

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    Yes, sorry, my bad . Eclipse autocompletion worked too well for me there. I have fixed it in trunk and your build error should be gone by now.

    Cheers,
    Stefan

  3. #3
    Join Date
    Jun 2008
    Location
    seoul, korea
    Posts
    6

    Smile

    Thankyou Stefan! ^-^*

Tags for this Thread

Posting Permissions

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