0 Replies Latest reply on Jul 24, 2007 11:52 AM by richard_lavoie

    Using Seam with eclipse

    richard_lavoie

      Hi there,

      I am a newbie and I would like to use seam with eclipse.
      I checked it out and adopted my build.property file.

      When I try to build I get the error below. I think I have to install maven-plugin. I only find org.maven.ide.eclipse_0.0.10.jar and installed it under plugins in eclipse. I changes the pom.xml file as:

      <plugin>
      <!--<groupId>org.apache.maven.plugins</groupId>-->
       <groupId>org.maven.ide.eclipse</groupId>
       <artifactId>maven-compiler-plugin</artifactId>
       <configuration>
       <source>1.5</source>
       <target>1.5</target>
       </configuration>
      </plugin>
      


      refreshed, but I still become the same error below.

      thanks a lot

      Richy


      Building JBoss Seam
      [java] [INFO] task-segment: [package]
      [java] [INFO] ----------------------------------------------------------------------------
      [java] [INFO] ------------------------------------------------------------------------
      [java] [ERROR] BUILD ERROR
      [java] [INFO] ------------------------------------------------------------------------
      [java] [INFO] The plugin 'org.apache.maven.plugins:maven-site-plugin' does not exist or no valid version could be found
      [java] [INFO] ------------------------------------------------------------------------
      [java] [INFO] For more information, run Maven with the -e switch
      [java] [INFO] ------------------------------------------------------------------------
      [java] [INFO] Total time: 1 second
      [java] [INFO] Finished at: Tue Jul 24 17:44:44 CEST 2007
      [java] [INFO] Final Memory: 1M/3M
      [java] [INFO] ------------------------------------------------------------------------
      [java] Java Result: 1

      BUILD FAILED
      D:\Programme\seam-workspace\jboss-seam\build.xml:621: Warning: Could not find file D:\Programme\seam-workspace\jboss-seam\ui\target\jboss-seam-ui.jar to copy.