RE: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread VJ Thinker
Original Message- From: Nikko Gaerlan [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 4:06 AM To: Jetspeed Users List Subject: Re: Help with Building JetSpeed 2.1-dev i got the source fresh from https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk settings.xml done.. when i ty

Re: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread VJ Thinker
Hi, We are using MySQL version 5.0.27 on Linux RHEL 4 Update 4. We edited the default settings.xml file to "enable profile" jetspeed-mysql. Best regards, Vijay Frank Stalherm <[EMAIL PROTECTED]> wrote: Hi Vijay, witch database did you configure? Frank VJ Thinker

Re: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread Frank Stalherm
Hi Vijay, witch database did you configure? Frank VJ Thinker wrote: Hi Frank, Thanks. We were successful in part of Task 3 i.e. downloading the source. Next when we try to compile using 'mvn -e -P tomcat,min' (after making necessary changes in settings.xml), we encounter the follow

RE: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread Luis Colorado
an [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 4:06 AM To: Jetspeed Users List Subject: Re: Help with Building JetSpeed 2.1-dev i got the source fresh from https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk settings.xml done.. when i type 'mvn' here&#

Re: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread Nikko Gaerlan
i got the source fresh from https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk settings.xml done.. when i type 'mvn' here's what i got.. [INFO] - --- [INFO] Building Jetspeed-2 Component Manager [INFO]task-segm

Re: Help with Building JetSpeed 2.1-dev

2007-02-16 Thread VJ Thinker
Hi Frank, Thanks. We were successful in part of Task 3 i.e. downloading the source. Next when we try to compile using 'mvn -e -P tomcat,min' (after making necessary changes in settings.xml), we encounter the following error: ... sql-execute-drivers-path: [INFO]

Re: Help with Building JetSpeed 2.1-dev

2007-02-15 Thread Mikko Wuokko
Hi. The first error you encountered when building, the one when trying to download jetspeed-2-2.1-dev.pom is some kind of weird phenomena that the ant script does not see the other components. This only happens when the local m2 repository (the downloaded dependencies and build ones) is empti

Re: Help with Building JetSpeed 2.1-dev

2007-02-15 Thread Frank Stalherm
Ok, get the source from here: https://svn.apache.org/repos/asf/portals/jetspeed-2/trunk Edit settings.xml from base to fit your environment. Put settings.xml where maven will find it. Start maven. Done. But maven will still download a bunch dependency libraries from the repositories. best of

Re: Help with Building JetSpeed 2.1-dev

2007-02-15 Thread VJ Thinker
Frank, You are the man! All this while we have been thinking that by following the steps we are compiling JetSpeed Portal from source. Sounds like not. The high level steps required for us to download and compile JetSpeed2 Portal within our environment (running on RHEL 4) a

Re: Help with Building JetSpeed 2.1-dev

2007-02-15 Thread Frank Stalherm
Hi, I must admit I did not try building jetexpress. I always build from source. So I rather create the jetspeed jars instead of downloading them. ;-) In this pom bluesunrise is configured as a repository. So simply check the pom and add the repository if it's not there. I had problems buildin