[JBoss-dev] [Design of JBoss Portal] - Portal 2.0 build failure

2005-03-01 Thread dshen
I checked out the portal code (jboss-portal-2.0) tonight. Everything looks good. By following the procedure inside the user manual, I tried to build the portal (jboss-portal-2.0/build/sh build.sh) and got the following compiling errors. Looks like the classpath is not set correctly inside the bu

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 build failure

2005-03-01 Thread dshen
The forum is working fine now. I took a short cut before and used setup.ddl and setup.sql from the binary distribution. I ran the build.sh ddl and reran the setup.ddl and setup.sql. It is working well now. Still have question about the "?page=" and "?_id=". View the original post : http://w

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 build failure

2005-03-02 Thread dshen
"mholzner" wrote : are you sure you got the right stuff from cvs ? | | use: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-portal-2.0 To make 100% sure, I am trying it again by copy and paste your command. I defined and used a CVSROOT env variable before. Let's see what will

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 build failure

2005-03-02 Thread dshen
This time, it works. Build succeeds. Still can not find jregex.jar though. I thought code in format is using it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868409#3868409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 build failure

2005-03-02 Thread dshen
Thanks. Deployed core and forums successfully. The user manual needs to update on two things: 1. jboss-remoting.jar needs to be copied from all/deploy/lib to default/deply/lib as well (besides jgroups.jar and jboss-cache.jar). 2. changes need to be made on portal-ds.xml if you copy it from cor

[JBoss-dev] [Design of JBoss Portal] - Problem to create/access a new portal page

2005-03-02 Thread dshen
I am just trying to add a new page with the jboss portal built-in Default portlet. Here's what I did: 1. edit the core/src/resources/portal-core-war/WEB-INF/default-portal.xml and add the following page definition: | helloworld | | DefaultPortletWindow |

[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-02 Thread dshen
Talk to myself again :) I am able to build and run a helloworld portlet by including portlet-api-lib.jar in the war file. Once I have more time, I'd like to write a simple tutorial to show others how to build a portlet on JBoss portal. It should be very helpful for new developers. Good job, g

[JBoss-dev] [Design of JBoss Portal] - Forums portlet

2005-03-02 Thread dshen
I am trying to learn how to build a basic basic helloworld portlet myself. Try to use the forums portlet as a template. Have some confusion here. Based on the user manual, the reason that forums portlet is sperated out from the core is that it is intended to be deployed seperately (without the c

[JBoss-dev] [Design of JBoss Portal] - build is broken

2005-03-20 Thread dshen
Did a cvs update and can not build portal anymore. Missing a dbunit jar file? [depend] Deleted 0 out of date files in 0 seconds | [javac] Compiling 165 source files to C:\java\jboss\jboss-portal-2.0\core\o | tput\classes | [execmodules] C:\java\jboss\jboss-portal-2.0\core\src\main\o

[JBoss-dev] [Design of JBoss Portal] - Re: build is broken

2005-03-21 Thread dshen
It is good to know. Build succeeds. thanks! Derek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871046#3871046 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871046 --