[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-13 Thread normanb
This doesn't work on Windows 2000, the command To build the tables, go to nukes-2.0/core and type: 'build ddl' fails with BUILD FAILED file:D:/portal/nukes-2.0/core/build.xml:236: Schema text failed: An association from the table jbp_group_membership refers to an unmapped class: org.jboss.nukes

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-08 Thread logicfish
Thank you for this information. I now have the accounts working on my local. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857879#3857879 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857879

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-07 Thread [EMAIL PROTECTED]
Keep in mind, there was a bug associated with this http://jira.jboss.com/jira/browse/JBPORTAL-90 I changed the /core/build ddl to add semicolons as line-terminators. Was dying on my wintel mysql box. I just checked it in to cvs. View the original post :

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-07 Thread [EMAIL PROTECTED]
It actually depends on the version of MySQL some versions don't like the ';'. That is no fun... It is better with ';' though as most support it i guess. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857748#3857748 Reply to the post :

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-06 Thread [EMAIL PROTECTED]
Login should not work yet. Thomas is almost done with the user/group portlet that will make this happen. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857586#3857586 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857586

[JBoss-dev] [JBoss Portal Development] - Re: How do I create the tables?

2004-12-06 Thread [EMAIL PROTECTED]
Actually it works ;) All the features are not there yet though. I am writing the doc but have very few time for it (any help is welcome is someone goes through the installation process and wanna share let me know) To build the tables, go to nukes-2.0/core and type: 'build ddl' It will create a