Re: Jetspeed 1.6 and Plugin

2004-10-21 Thread Henry Isidro
try the tutorials...http://portals.apache.org/jetspeed-1/tutorial/


On Wed, 20 Oct 2004 17:19:00 +0200, Daniel Pardo [EMAIL PROTECTED] wrote:
 After read the documentation about plugin and search in the mail list, i
 cant begin a new portal with the plugin.
 I think that is necessary a document more detailed!
 
  I did:
 
 mkdir MyPortal
 cd MyPortal
 maven jetpeed:genapp
 
 (previously I copy project.properties and project.xml in MyPortal directory
 and I configure this two files.)
 
 After execute maven jetspeed:deploy in the tomcat I see
 
 $jnavigation.setTemplate($config.getString(topnav.vm))
 
 and in the other side
 
 There has been an Error!
 Reason:
 org.apache.turbine.services.InstantiationException: Failed to
 instantiate service Registry
 
 Get/Post Data:
 template = ShowError.vm
 
 Stacktrace:
   java.lang.NoClassDefFoundError: javax/jms/MessageListener
 
 So, somebody could tell me the first steps for start working with
 jetspeed???
 
 Thanks a lot,
 Daniel Pardo
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
Henry Isidro
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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



Re: Maven Downloading

2004-08-23 Thread Henry Isidro
If the dependencies (jar files) jetspeed needs are in your local repository,
then Maven won't download them anymore except for SNAPSHOTs. If you don't
want Maven to download the snapshots as well, then use the -o option.

ie. maven -o clean war


- Original Message - 
From: Raghdan Rabah [EMAIL PROTECTED]
To: Jetspeed Users List [EMAIL PROTECTED]
Sent: Monday, August 23, 2004 8:05 AM
Subject: Maven Downloading


 Hello,

 While building jetspeed, Maven is to download some *.jar files from
Internet.
 I have these *.jar files on my harddisk stored.
 So, how to avoid this download or make Maven take the *.jar files from the
 local harddisk.

 Regards


 -
 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]