bash>./seam setup Buildfile: build.xml init: setup: [echo] Welcome to seam-gen :-) [input] Enter your Java project workspace (the directory that contains your Seam projects) [/Users/peter/Development/seam] [/Users/peter/Development/seam] [input] Enter your JBoss home directory [/Users/peter/JavaApplications/jboss/] [/Users/peter/JavaApplications/jboss/] [input] Enter the project name [brs] [brs] breg [echo] Accepted project name as: breg [input] Select a RichFaces skin (not applicable if using ICEFaces) [blueSky] ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, default) [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.finalist.brs.domain] [com.finalist.brs.domain] com.finalist.breg.domain [input] Enter the Java package name for your entity beans [com.finalist.brs.domain.entities] [com.finalist.brs.domain.entities] com.finalist.breg.domain.entities [input] Enter the Java package name for your test cases [com.finalist.brs.test] [com.finalist.brs.test] com.finalist.breg.domain.tests [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle, postgres, mssql, db2, sybase, enterprisedb, h2) [input] Enter the Hibernate dialect for your database [org.hibernate.dialect.HSQLDialect] [org.hibernate.dialect.HSQLDialect] [input] Enter the filesystem path to the JDBC driver jar [lib/hsqldb.jar] [lib/hsqldb.jar] [input] Enter JDBC driver class for your database [org.hsqldb.jdbcDriver] [org.hsqldb.jdbcDriver] [input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:hsqldb:.] [input] Enter database username [sa] [sa] [input] Enter database password [] [] [input] Enter the database schema name (it is OK to leave this blank) [] [] [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? [n] (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, ) [input] Enter your ICEfaces home directory (leave blank to omit ICEfaces) [] [] [delete] Deleting: /Users/peter/JavaApplications/jboss-seam-2.0.0.CR2/seam-gen/build.properties [propertyfile] Creating new property file: /Users/peter/JavaApplications/jboss-seam-2.0.0.CR2/seam-gen/build.properties [echo] Installing JDBC driver jar to JBoss server [echo] Type 'seam create-project' to create the new project BUILD SUCCESSFUL Total time: 1 minute 5 seconds