Thanks but I now get errors saying that maven was unable to download the following jars commons-io-20030203.000550.jar commons-net-1.1.0.jar commons-httpclient-2.0.jar commons-lang-2.0.jar commons-logging-1.0.3.jar jsch-0.1.5.jar commons-jelly-20030902.160215.jar (try downloading from http://jakarta.apache.org/commons/jelly/) commons-jelly-tags-velocity-20030303.205659.jar velocity-1.4-dev.jar
When I try and install the maven plugin. If I download those jars manually where do I place them? -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Evans Sent: 20 September 2005 13:38 To: [email protected] Subject: Re: Jetspeed2 Install Daly, JohnG <JohnP.Daly <at> ie.fid-intl.com> writes: > > Hi, > > I am completely new to Jetspeed and portals. I have done some example with > pluto and now I wish to install jetspeed2. I am however unable. I have > installed the windows exe version of Maven and when I go to it's home > directory there is no buld.properties file. How do install jetspeed2. The > instructions on the net are not very clear. > John, refer to: http://portals.apache.org/jetspeed-2/getting-started.html There is a section titled "Example: A minimal custom portal configuration". Copy and paste that content into a file called build.properties. Save that file to your home directory (eg. on Windows, C:\Documents and Settings\john). Customize the properties as needed. You may want to hard-code the tomcat installation directory instead of using ${CATALINA_HOME}/. Refer to the documentation for the other properties. --------------------------------------------------------------------- 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]
