3 Replies Latest reply on Jun 19, 2008 8:26 PM by jbalunas.jbalunas.jboss.org

    jboss-seam-2.0.3.CR1 setup failure

    j1.jonathan.m.clarke.dsl.pipex.com

      Hi,


      I tried to perform 'seam setup' using the latest release, straight after downloading it, and got the build failure shown at the bottom. Can anyone help, please?


      
      Buildfile: C:\Seam\jboss-seam-2.0.3.CR1\seam-gen\build.xml
      
      
      init:
      
      
      setup:
      
           [echo] Welcome to seam-gen :-)
      
          [input] Enter your Java project workspace (the directory that contains your Seam projects) [C:/Subversion/Eclipse/Seam] [C:/Subversion/Eclipse/Seam]
      
          [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA] [C:/Program Files/jboss-4.2.2.GA]
      
          [input] Enter the project name [MyTest] [MyTest]
      
           [echo] Accepted project name as: MyTest
      
          [input] Do you want to use ICEFaces instead of RichFaces [y] ([y], n)
      
          [input] By default, seam-gen will download the recommended ICEFaces. If you want to use a specific version of ICEFaces, enter the path to icefaces here [] []
      
          [input] skipping input as property richfaces.skin.new has already been set.
      
          [input] Is this project deployed as an EAR (with EJB components) or a WAR (with no EJB support) [ear] ([ear], war)
      
          [input] Enter the Java package name for your session beans [com.mytest.sessionbeans] [com.mytest.sessionbeans]
      
          [input] Enter the Java package name for your entity beans [com.mytest.entitybeans] [com.mytest.entitybeans]
      
          [input] Enter the Java package name for your test cases [com.mytest.testcases] [com.mytest.testcases]
      
          [input] What kind of database are you using? [mysql] (hsql, [mysql], oracle, postgres, mssql, db2, sybase, enterprisedb, h2)
      
          [input] Enter the Hibernate dialect for your database [org.hibernate.dialect.MySQLDialect] [org.hibernate.dialect.MySQLDialect]
      
          [input] Enter the filesystem path to the JDBC driver jar [C:\Program Files\mysql-connector-java-5.0.8] [C:\Program Files\mysql-connector-java-5.0.8]
      
          [input] Enter JDBC driver class for your database [com.mysql.jdbc.Driver] [com.mysql.jdbc.Driver]
      
          [input] Enter the JDBC URL for your database [jdbc:mysql:///test] [jdbc:mysql:///test]
      
          [input] Enter database username [sa] [sa]
      
          [input] Enter database password [] []
      
          [input] skipping input as property hibernate.default_schema.new has already been set.
      
          [input] Enter the database catalog name (it is OK to leave this blank) [] []
      
          [input] Are you working with tables that already exist in the database? [y] ([y], n)
      
          [input] Do you want to drop and recreate the database tables and data in import.sql each time you deploy? [y] ([y], n)
      
         [delete] Deleting: C:\Seam\jboss-seam-2.0.3.CR1\seam-gen\build.properties
      
      [propertyfile] Creating new property file: C:\Seam\jboss-seam-2.0.3.CR1\seam-gen\build.properties
      
           [echo] Installing JDBC driver jar to JBoss server
      
      
      BUILD FAILED
      
      C:\Seam\jboss-seam-2.0.3.CR1\seam-gen\build.xml:469: Use a resource collection to copy directories.
      
      
      Total time: 5 seconds