Re: How/Where can I get jetspeed jars

2004-04-09 Thread david
 I am using Eclipse 2.1.2.

 I just checked out as a new project the jakarta-jetspeed source from the
 CVS. However it seems that the lib directory is now empty. In the past
 this
 directory had all the needed jars.

 Is there a list of the jars I need or a simple way to get them all? I've
 hunted on the web and searched the mailing list with no luck.

 Thanks

 Bob


We have dropped the Ant build and now you must build Jetspeed with Maven.
As you probably already know, Maven keeps its own repository of dependency
jars.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PSML inheritance functionality (dev)

2004-04-09 Thread Raphaël Luta
[EMAIL PROTECTED] wrote:
Hi,

I am serving the client Salutaris AG and have developed the 
Enterprise-Information-Portal http://www.salutaris.com 
http://www.salutaris.com/ in jetspeed 1.4.
The Salutaris AG decided to give the open source community access to an 
important development (user inheritance in jetspeed - see ZIP 
file-Download).

Apart from that I have a question concerning jetspeed development.

FYI, since this is a pure Jetspeed related mail, you shoudl probably
consider using jetspeed-user mailing list rather than [EMAIL PROTECTED]
[I'm redirecting this thread to jetspeed-user@ ]

1. development:

please have a look at our algorithm of PSML user inheritance 
functionality between turbine's PSML and those of other users 
(description: check readme.txt). We think this algorithm could be 
helpful to many jetspeed  projects: Download from:

http://www.satzmedia.de/code/user_inheritance_with_jetspeed.zip

I've just checked it out: it seems pretty interesting the code is
not functional enough yet to be included directly in Jetspeed CVS
(we'd need at least to make it work as a general feature of PSML
without any hard-coded reference).
I've not thoroughly read the code yet but I have a few questions
on how you deal with the following issues:
- can you inherit from any page of the turbine user or is it
  restricted to the default page ?
- how do you reconcile the layout parameters during inheritance ?
  Let's imagine I have a 3 columns layout with an inherited portlet
  in my top left (0,0) position. I move it to the (0,2) position and
  add a new portlet at (0,0). What will happen next time inheritance
  is processed ?
- same question as above but this time if I've customized the
  parameters of the inherited portlet ? [As an sidenote, you probably
  want to name all your parameters with a leading '_' so that they
  don't appear in the default portlet parameter customization screen.]
2. question: any experiences with servers not being accessible?

does anyone have experiences with processes which lead to the server not 
being accessible via http and are connected with a jetspeed-installation 
(jetspeed 1.4) on linux-server SuSe linux 8.1 with apache 1.3 and tomcat 
5.0.16?

Can you be more explicit on the issues you have exactly ?

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Jetspeed Documetation

2004-04-09 Thread Massimiliano Dessi
The page with the complete list of articles (html and  pdf):

http://www.jugsardegna.org/vqwiki/jsp/Wiki?Articoli


- Original Message -
From: Carlos Roberto Yaconi Hitschfeld [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Thursday, April 08, 2004 5:22 PM
Subject: RE: Jetspeed Documetation


Excellent, thank you very much!!

Atte,
Carlos Yaconi Hitschfeld
e-mail: [EMAIL PROTECTED]
Teléfono: 637-6480


-Mensaje original-
De: Massimiliano Dessi [mailto:[EMAIL PROTECTED]
Enviado el: Jueves, 08 de Abril de 2004 10:51
Para: Jetspeed Users List
Asunto: Re: Jetspeed Documetation


http://www.bluesunrise.com/jetspeed-docs/
http://jugs.diee.unica.it/vqwiki/jsp/Wiki?PortletJava1En
http://jugs.diee.unica.it/vqwiki/jsp/Wiki?PortletJava2En


- Original Message -
From: Carlos Roberto Yaconi Hitschfeld [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Thursday, April 08, 2004 4:40 PM
Subject: Jetspeed Documetation


Hi.
Does anyone know where can I find documentation or tutorials about jetspeed?

I'm reading the jetspeed's website tutorial, but I'm still with a lot of
questions.

Thank you!


CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this information
is strictly prohibited and sanctioned by law. If you received this messagge in
error, please reply us this same message and delete this message and all
attachments. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this information
is strictly prohibited and sanctioned by law. If you received this messagge in
error, please reply us this same message and delete this message and all
attachments. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How/Where can I get jetspeed jars

2004-04-09 Thread Bob Fleischman
Thanks.

I was wondering about that. I know ant is integrated with Eclipse. 

Are there instructions for building with Maven?

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:06 AM
To: Jetspeed Users List
Subject: Re: How/Where can I get jetspeed jars


 I am using Eclipse 2.1.2.

 I just checked out as a new project the jakarta-jetspeed source from the
 CVS. However it seems that the lib directory is now empty. In the past
 this
 directory had all the needed jars.

 Is there a list of the jars I need or a simple way to get them all? I've
 hunted on the web and searched the mailing list with no luck.

 Thanks

 Bob


We have dropped the Ant build and now you must build Jetspeed with Maven.
As you probably already know, Maven keeps its own repository of dependency
jars.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Jetspeed 1.5 : Add media types

2004-04-09 Thread zze-MORON François FTRD/DMI/REN
I saw that it was possible in admin mode to add media types. I'd like to add XHTMLMP 
(WAP 2.0).
Does anyone know how to do it ?

François


Portlet controls?

2004-04-09 Thread Sturtz, Andrew
Can anyone tell me where the portlet controls such as print, maximize,
and minimize are defined.  What file actually builds the portlet title
bars?  Any help would be appreciated.
Thanks,
Andrew Sturtz
CBE Technologies


RE: How/Where can I get jetspeed jars

2004-04-09 Thread Jeremy Ford
Just type maven war to build the war.

Jeremy Ford
[EMAIL PROTECTED]

From: Bob Fleischman [EMAIL PROTECTED]
Reply-To: Jetspeed Users List [EMAIL PROTECTED]
To: 'Jetspeed Users List' [EMAIL PROTECTED]
Subject: RE: How/Where can I get jetspeed jars
Date: Fri, 9 Apr 2004 06:41:49 -0400
Thanks.

I was wondering about that. I know ant is integrated with Eclipse.

Are there instructions for building with Maven?

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:06 AM
To: Jetspeed Users List
Subject: Re: How/Where can I get jetspeed jars
 I am using Eclipse 2.1.2.

 I just checked out as a new project the jakarta-jetspeed source from the
 CVS. However it seems that the lib directory is now empty. In the past
 this
 directory had all the needed jars.

 Is there a list of the jars I need or a simple way to get them all? I've
 hunted on the web and searched the mailing list with no luck.

 Thanks

 Bob

We have dropped the Ant build and now you must build Jetspeed with Maven.
As you probably already know, Maven keeps its own repository of dependency
jars.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: How/Where can I get jetspeed jars

2004-04-09 Thread Bob Fleischman
Can you do that from inside Eclipse?  Can you integrate Maven with Eclipse
the way Ant is??

I've looked on the web, however the answers I've been getting are less than
enlightening.

-Original Message-
From: Jeremy Ford [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 1:45 PM
To: [EMAIL PROTECTED]
Subject: RE: How/Where can I get jetspeed jars

Just type maven war to build the war.


Jeremy Ford
[EMAIL PROTECTED]


From: Bob Fleischman [EMAIL PROTECTED]
Reply-To: Jetspeed Users List [EMAIL PROTECTED]
To: 'Jetspeed Users List' [EMAIL PROTECTED]
Subject: RE: How/Where can I get jetspeed jars
Date: Fri, 9 Apr 2004 06:41:49 -0400

Thanks.

I was wondering about that. I know ant is integrated with Eclipse.

Are there instructions for building with Maven?

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 09, 2004 2:06 AM
To: Jetspeed Users List
Subject: Re: How/Where can I get jetspeed jars


  I am using Eclipse 2.1.2.
 
  I just checked out as a new project the jakarta-jetspeed source from the
  CVS. However it seems that the lib directory is now empty. In the past
  this
  directory had all the needed jars.
 
  Is there a list of the jars I need or a simple way to get them all? I've
  hunted on the web and searched the mailing list with no luck.
 
  Thanks
 
  Bob
 

We have dropped the Ant build and now you must build Jetspeed with Maven.
As you probably already know, Maven keeps its own repository of dependency
jars.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_
Is your PC infected? Get a FREE online computer virus scan from McAfeeR 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How/Where can I get jetspeed jars

2004-04-09 Thread Mark Orciuch
If you have Maven installed, you can just run 'maven eclipse'. It will
generate the Eclipse project files.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com



 -Original Message-
 From: Bob Fleischman [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 1:37 PM
 To: 'Jetspeed Users List'; [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars


 Can you do that from inside Eclipse?  Can you integrate Maven with Eclipse
 the way Ant is??

 I've looked on the web, however the answers I've been getting are
 less than
 enlightening.

 -Original Message-
 From: Jeremy Ford [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 1:45 PM
 To: [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars

 Just type maven war to build the war.


 Jeremy Ford
 [EMAIL PROTECTED]


 From: Bob Fleischman [EMAIL PROTECTED]
 Reply-To: Jetspeed Users List [EMAIL PROTECTED]
 To: 'Jetspeed Users List' [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars
 Date: Fri, 9 Apr 2004 06:41:49 -0400
 
 Thanks.
 
 I was wondering about that. I know ant is integrated with Eclipse.
 
 Are there instructions for building with Maven?
 
 Bob
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 2:06 AM
 To: Jetspeed Users List
 Subject: Re: How/Where can I get jetspeed jars
 
 
   I am using Eclipse 2.1.2.
  
   I just checked out as a new project the jakarta-jetspeed
 source from the
   CVS. However it seems that the lib directory is now empty. In the past
   this
   directory had all the needed jars.
  
   Is there a list of the jars I need or a simple way to get
 them all? I've
   hunted on the web and searched the mailing list with no luck.
  
   Thanks
  
   Bob
  
 
 We have dropped the Ant build and now you must build Jetspeed with Maven.
 As you probably already know, Maven keeps its own repository of
 dependency
 jars.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

 _
 Is your PC infected? Get a FREE online computer virus scan from McAfeeR
 Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How/Where can I get jetspeed jars

2004-04-09 Thread Bob Fleischman
Does that give me a right click 'Run Maven' menu command link the 'Run Ant'
command?

I've got Maven working from the command line. I just wanted to be able to
fire it off from inside Eclipse.

Also, is there a doc which explains the Maven Jetspeed specific goals?

Thanks

Bob

Ps. I didn't think I needed to use 'maven eclipse' if I checked Jetspeed out
directly from the CVS.

-Original Message-
From: Mark Orciuch [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 09, 2004 3:13 PM
To: Jetspeed Users List
Subject: RE: How/Where can I get jetspeed jars

If you have Maven installed, you can just run 'maven eclipse'. It will
generate the Eclipse project files.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com



 -Original Message-
 From: Bob Fleischman [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 1:37 PM
 To: 'Jetspeed Users List'; [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars


 Can you do that from inside Eclipse?  Can you integrate Maven with Eclipse
 the way Ant is??

 I've looked on the web, however the answers I've been getting are
 less than
 enlightening.

 -Original Message-
 From: Jeremy Ford [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 1:45 PM
 To: [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars

 Just type maven war to build the war.


 Jeremy Ford
 [EMAIL PROTECTED]


 From: Bob Fleischman [EMAIL PROTECTED]
 Reply-To: Jetspeed Users List [EMAIL PROTECTED]
 To: 'Jetspeed Users List' [EMAIL PROTECTED]
 Subject: RE: How/Where can I get jetspeed jars
 Date: Fri, 9 Apr 2004 06:41:49 -0400
 
 Thanks.
 
 I was wondering about that. I know ant is integrated with Eclipse.
 
 Are there instructions for building with Maven?
 
 Bob
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, April 09, 2004 2:06 AM
 To: Jetspeed Users List
 Subject: Re: How/Where can I get jetspeed jars
 
 
   I am using Eclipse 2.1.2.
  
   I just checked out as a new project the jakarta-jetspeed
 source from the
   CVS. However it seems that the lib directory is now empty. In the past
   this
   directory had all the needed jars.
  
   Is there a list of the jars I need or a simple way to get
 them all? I've
   hunted on the web and searched the mailing list with no luck.
  
   Thanks
  
   Bob
  
 
 We have dropped the Ant build and now you must build Jetspeed with Maven.
 As you probably already know, Maven keeps its own repository of
 dependency
 jars.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

 _
 Is your PC infected? Get a FREE online computer virus scan from McAfeeR
 Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Best Portal Authentication approach?

2004-04-09 Thread Diego Martin Sabaris
We have to develop a portal from scratch in 15 days. I need some help on
the authentication stuff.
Basically, User will be authenticated invoking some java classes already
built so I've started to code a new PortalAuthentication implementation.
The issue is we don't want to use any of jetspeed services according
portlet visibility based on roles profile, capabilities defined in the
DB...
We just need to present a page for the anonymous user and then switch to
a generic portal page once users login in. Also, users won't have any
personalization capability.

Now I get a user to be authenticated but I receive a Profile not found
error...
What is the best approach to develop a simple portal(a single anonymous
page and one for authenticated users) which just authenticates against a
java library?

Thanks in advance.
Diego









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]