Cannot compile tutorial

2003-09-11 Thread Xianfeng Yuan
Hi, I cannot compile tutorial. I got error like this: [javac] G:\jetspeed\jetspeed-1.4-b4\src\java\org\apache\jetspeed\test\TestBa sicSanity.java:190: cannot resolve symbol [javac] symbol : method assertNull (java.lang.String,org.apache.jetspeed.om .security.Group) [javac] location: class

Re: Can not compile Tutorial

2003-09-11 Thread Xianfeng Yuan
Thank you very much. I got junit.jar. But I still can not compile Tutorial, it give me another error like "cannot resolve symbol, assertNotNull" or "assertTrue" Can anybody help me? Thanks Stephen - Original Message - From: "David Sean Taylor" <[EMAIL PROTECTED]> To: "Jetspeed Users List"

Re: Database browser portlet customize issue

2003-09-11 Thread David Sean Taylor
On Thursday, September 11, 2003, at 02:53 PM, Josh Holding wrote: I have been having an issue with customizing the 'DatabaseBrowserTest' portlet and wondered if anyone has any ideas on a resolution or if it is a bug. As-is, it works fine for me, however, when I try to specify a new class for th

Re: Changing directory name of "jetspeed" to "portal" ?

2003-09-11 Thread David Sean Taylor
On Thursday, September 11, 2003, at 12:33 PM, Dalton-1, Michael wrote: I am attempting to change the default name of the "jetspeed" directory to something more generic such as "portal". I am having problems using Tomcat 4.x. In other words, I want http:// somedomainname.gov/portal/index.jsp

Database browser portlet customize issue

2003-09-11 Thread Josh Holding
I have been having an issue with customizing the 'DatabaseBrowserTest' portlet and wondered if anyone has any ideas on a resolution or if it is a bug. As-is, it works fine for me, however, when I try to specify a new class for the 'action' parameter I am unable to customize it as a user. Essential

Changing directory name of "jetspeed" to "portal" ?

2003-09-11 Thread Dalton-1, Michael
I am attempting to change the default name of the "jetspeed" directory to something more generic such as "portal". I am having problems using Tomcat 4.x. In other words, I want http:// somedomainname.gov/portal/index.jsp instead of http:// somedomainname.gov/jetspeed/index.jsp I have modified

RE: Allow update of psml by admin and group administration

2003-09-11 Thread Josh Holding
Howdy, So far, I have not figured out the group administration like you have talked about. I was able to get the admin to edit the user's psml files via the security settings on either the psml or the registry (wherever the constraint was). I had to modify and created a security reference

Re: Can not compile Tutorial

2003-09-11 Thread David Sean Taylor
On Thursday, September 11, 2003, at 11:00 AM, Xianfeng Yuan wrote: Hi, I am now to jetspeed. I install jetspeed. It works fine. I am trying tutorial, but I can not compile them, I can not find those files: import junit.framework.Test; import junit.framework.TestSuite; import junit.framework.Test

Re: Can not compile Tutorial

2003-09-11 Thread Jacob Kjome
Place the latest junit.jar in ANT_HOME/lib. Download from... http://www.junit.org/ Jake At 02:00 PM 9/11/2003 -0400, you wrote: Hi, I am now to jetspeed. I install jetspeed. It works fine. I am trying tutorial, but I can not compile them, I can not find those files: import junit.framework.Test; i

Can not compile Tutorial

2003-09-11 Thread Xianfeng Yuan
Hi, I am now to jetspeed. I install jetspeed. It works fine. I am trying tutorial, but I can not compile them, I can not find those files: import junit.framework.Test; import junit.framework.TestSuite; import junit.framework.TestCase; Beside, does anyone know some books about jetspeed? The only

RE: Allow update of psml by admin and group administration

2003-09-11 Thread Gregory Joseph
Hi Josh & list, Did you find out how to do what you wanted, or any workaround? I'm looking into the same issues, especially your 2nd one: I need to create groups with some default portlets and layouts, and then I'd like the users to use the psml i define for their group(s). >From what I see, each