[seam-commits] Seam SVN: r7783 - branches/Seam_2_0/doc/Seam_Reference_Guide/en.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Mar 31 21:42:12 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-03-31 21:42:12 -0400 (Mon, 31 Mar 2008)
New Revision: 7783
Modified:
branches/Seam_2_0/doc/Seam_Reference_Guide/en/Oc4j.xml
branches/Seam_2_0/doc/Seam_Reference_Guide/en/Weblogic.xml
Log:
Formatting changes for PDF
Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en/Oc4j.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en/Oc4j.xml 2008-04-01 01:41:46 UTC (rev 7782)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en/Oc4j.xml 2008-04-01 01:42:12 UTC (rev 7783)
@@ -529,47 +529,63 @@
setup:
[echo] Welcome to seam-gen :-)
- [input] Enter your Java project workspace (the directory that contains your Seam projects) [C:/Projects] [C:/Projects]
+ [input] Enter your Java project workspace (the directory that contains your
+Seam projects) [C:/Projects] [C:/Projects]
/home/jbalunas/workspace
- [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA] [C:/Program Files/jboss-4.2.2.GA]
+ [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA]
+[C:/Program Files/jboss-4.2.2.GA]
/home/jbalunas/jboss/jboss-4.2.2.GA
[input] Enter the project name [myproject] [myproject]
oc4j_example
[echo] Accepted project name as: oc4j_example
- [input] Select a RichFaces skin (not applicable if using ICEFaces) [blueSky] ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAULT)
+ [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] 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.mydomain.oc4j_example] [com.mydomain.oc4j_example]
+ [input] Enter the Java package name for your session beans [com.mydomain.
+oc4j_example] [com.mydomain.oc4j_example]
org.jboss.seam.tutorial.oc4j.action
- [input] Enter the Java package name for your entity beans [org.jboss.seam.tutorial.oc4j.action] [org.jboss.seam.tutorial.oc4j.action]
+ [input] Enter the Java package name for your entity beans [org.jboss.seam.
+tutorial.oc4j.action] [org.jboss.seam.tutorial.oc4j.action]
org.jboss.seam.tutorial.oc4j.model
- [input] Enter the Java package name for your test cases [org.jboss.seam.tutorial.oc4j.action.test] [org.jboss.seam.tutorial.oc4j.action.test]
+ [input] Enter the Java package name for your test cases [org.jboss.seam.
+tutorial.oc4j.action.test] [org.jboss.seam.tutorial.oc4j.action.test]
org.jboss.seam.tutorial.oc4j.test
- [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle, postgres, mssql, db2, sybase, enterprisedb, h2)
+ [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle,
+ postgres, mssql, db2, sybase, enterprisedb, h2)
mysql
- [input] Enter the Hibernate dialect for your database [org.hibernate.dialect.MySQLDialect] [org.hibernate.dialect.MySQLDialect]
+ [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 [lib/hsqldb.jar] [lib/hsqldb.jar]
+ [input] Enter the filesystem path to the JDBC driver jar [lib/hsqldb.jar]
+[lib/hsqldb.jar]
lib/mysql-connector.jar
- [input] Enter JDBC driver class for your database [com.mysql.jdbc.Driver] [com.mysql.jdbc.Driver]
+ [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 the JDBC URL for your database [jdbc:mysql:///test]
+[jdbc:mysql:///test]
jdbc:mysql:///oc4jexample
[input] Enter database username [sa] [sa]
username
[input] Enter database password [] []
password
- [input] skipping input as property hibernate.default_schema.new has already been set.
+ [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? [n] (y, [n], )
+ [input] Are you working with tables that already exist in the database? [n]
+ (y, [n], )
y
- [input] Do you want to drop and recreate the database tables and data in import.sql each time you deploy? [n] (y, [n], )
+ [input] Do you want to drop and recreate the database tables and data in
+import.sql each time you deploy? [n] (y, [n], )
n
[input] Enter your ICEfaces home directory (leave blank to omit ICEfaces) [] []
-[propertyfile] Creating new property file: /home/jbalunas/workspace/jboss-seam/seam-gen/build.properties
+[propertyfile] Creating new property file:
+/home/jbalunas/workspace/jboss-seam/seam-gen/build.properties
[echo] Installing JDBC driver jar to JBoss server
[copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.2.GA/server/default/lib
[echo] Type 'seam create-project' to create the new project
Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en/Weblogic.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en/Weblogic.xml 2008-04-01 01:41:46 UTC (rev 7782)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en/Weblogic.xml 2008-04-01 01:42:12 UTC (rev 7783)
@@ -865,30 +865,41 @@
setup:
[echo] Welcome to seam-gen :-)
- [input] Enter your Java project workspace (the directory that contains your Seam projects) [C:/Projects] [C:/Projects]
+ [input] Enter your Java project workspace (the directory that contains your
+Seam projects) [C:/Projects] [C:/Projects]
/home/jbalunas/workspace
- [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA] [C:/Program Files/jboss-4.2.2.GA]
+ [input] Enter your JBoss home directory [C:/Program Files/jboss-4.2.2.GA]
+[C:/Program Files/jboss-4.2.2.GA]
/home/jbalunas/jboss/jboss-4.2.2.GA
[input] Enter the project name [myproject] [myproject]
weblogic-example
[echo] Accepted project name as: weblogic_example
- [input] Select a RichFaces skin (not applicable if using ICEFaces) [blueSky] ([blueSky], classic, ruby, wine, deepMarine, emeraldTown, sakura, DEFAULT)
+ [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] Is this project deployed as an EAR (with EJB components) or a WAR
+(with no EJB support) [ear] ([ear], war, )
war
- [input] Enter the Java package name for your session beans [com.mydomain.weblogic_example] [com.mydomain.weblogic_example]
+ [input] Enter the Java package name for your session beans [org.jboss.seam.
+tutorial.weblogic.action] [org.jboss.seam.tutorial.weblogic.action]
org.jboss.seam.tutorial.weblogic.action
- [input] Enter the Java package name for your entity beans [org.jboss.seam.tutorial.weblogic.action] [org.jboss.seam.tutorial.weblogic.action]
+ [input] Enter the Java package name for your entity beans [org.jboss.seam.
+tutorial.weblogic.model] [org.jboss.seam.tutorial.weblogic.model]
org.jboss.seam.tutorial.weblogic.model
- [input] Enter the Java package name for your test cases [org.jboss.seam.tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action.test]
+ [input] Enter the Java package name for your test cases [org.jboss.seam.
+tutorial.weblogic.action.test] [org.jboss.seam.tutorial.weblogic.action.test]
org.jboss.seam.tutorial.weblogic.test
- [input] What kind of database are you using? [hsql] ([hsql], mysql, oracle, postgres, mssql, db2, sybase, enterprisedb, h2)
+ [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 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 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 JDBC driver class for your database [org.hsqldb.jdbcDriver]
+ [org.hsqldb.jdbcDriver]
[input] Enter the JDBC URL for your database [jdbc:hsqldb:.] [jdbc:hsqldb:.]
@@ -900,13 +911,16 @@
[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] 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? [n] (y, [n], )
+ [input] Do you want to drop and recreate the database tables and data in
+import.sql each time you deploy? [n] (y, [n], )
[input] Enter your ICEfaces home directory (leave blank to omit ICEfaces) [] []
-[propertyfile] Creating new property file: /rhdev/projects/jboss-seam/cvs-head/jboss-seam/seam-gen/build.properties
+[propertyfile] Creating new property file:
+/rhdev/projects/jboss-seam/cvs-head/jboss-seam/seam-gen/build.properties
[echo] Installing JDBC driver jar to JBoss server
[copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.2.GA/server/default/lib
[echo] Type 'seam create-project' to create the new project
More information about the seam-commits
mailing list