I get the following when setting up (ant init step) the TDK....
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/turbine-schema.sql
[sql] Failed to execute: drop table TURBINE_PERMISSION
[sql] java.sql.SQLException: ERROR: Relation 'turbine_permission'
does not exist
[sql] Failed to execute: drop table TURBINE_ROLE
[sql] java.sql.SQLException: ERROR: Relation 'turbine_role' does
not exist
[sql] Failed to execute: drop table TURBINE_GROUP
[sql] java.sql.SQLException: ERROR: Relation 'turbine_group' does
not exist
[sql] Failed to execute: drop table TURBINE_ROLE_PERMISSION
[sql] java.sql.SQLException: ERROR: Relation
'turbine_role_permission' does not exist
[sql] Failed to execute: drop table TURBINE_USER
[sql] java.sql.SQLException: ERROR: Relation 'turbine_user' does
not exist
[sql] Failed to execute: drop table TURBINE_USER_GROUP_ROLE
[sql] java.sql.SQLException: ERROR: Relation
'turbine_user_group_role' does not exist
[sql] Failed to execute: drop table TURBINE_SCHEDULED_JOB
[sql] java.sql.SQLException: ERROR: Relation
'turbine_scheduled_job' does not exist
[sql] 12 of 19 SQL statements executed successfully
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/turbine-security.sql
[sql] 6 of 6 SQL statements executed successfully
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/id-table-schema.sql
[sql] Failed to execute: drop sequence ID_TABLE_ID_TABLE_ID_seq
[sql] java.sql.SQLException: ERROR: Relation
'id_table_id_table_id_seq' does not exist
[sql] Failed to execute: drop table ID_TABLE
[sql] java.sql.SQLException: ERROR: Relation 'id_table' does not
exist
[sql] 1 of 3 SQL statements executed successfully
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/turbine-id-table-init.sql
[sql] 8 of 8 SQL statements executed successfully
init-tasks:
project-sql:
[echo] +------------------------------------------+
[echo] | |
[echo] | Generating SQL for YOUR Turbine project! |
[echo] | Woo hoo! |
[echo] | |
[echo] +------------------------------------------+
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/report.newapp.sql.generation
init-tasks:
project-id-table-init-sql:
[echo] +------------------------------------------+
[echo] | |
[echo] | Generating PROJECT initialization SQL |
[echo] | for ID Broker system! |
[echo] | |
[echo] +------------------------------------------+
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/newapp-id-table-init.sql
project-insert-sql:
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/newapp-schema.sql
[sql] Failed to execute: drop sequence RDF_RDF_ID_seq
[sql] java.sql.SQLException: ERROR: Relation 'rdf_rdf_id_seq'
does not exist
[sql] Failed to execute: drop table RDF
[sql] java.sql.SQLException: ERROR: Relation 'rdf' does not exist
[sql] 1 of 3 SQL statements executed successfully
insert-sql-file:
[sql] Executing file:
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/sql/newapp-id-table-init.sql
[sql] 2 of 2 SQL statements executed successfully
init-tasks:
project-om:
[echo] +------------------------------------------+
[echo] | |
[echo] | Generating Peer-based Object Model for |
[echo] | YOUR Turbine project! Woo hoo! |
[echo] | |
[echo] +------------------------------------------+
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/java/report.newapp.om.generation
update-tr-props:
[copy] Copying 1 file to /home/edwardam/java/tdk/webapps/newapp/WEB-INF/conf
[move] Moving 1 files to /home/edwardam/java/tdk/webapps/newapp/WEB-INF/conf
compile:
[javac] Compiling 25 source files to
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/classes
[javac]
/home/edwardam/java/tdk/webapps/newapp/WEB-INF/src/java/org/apache/turbine/flux/modules/actions/FluxAction.java:99:
warning: getValue(java.lang.String) in javax.servlet.http.HttpSession has been
deprecated
[javac] data.getSession().getValue(AccessControlList.SESSION_KEY);
[javac] ^
[javac] 1 warning
BUILD SUCCESSFUL
Total time: 43 seconds
Can anyone help?
--
Edward Muller
Director of Information Services
LearningPatterns.com Inc.
Direct: 212-487-9064 x 115
Fax: 212-202-3822
Email: [EMAIL PROTECTED]
http://www.learningpatterns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]