Building Jetspeed2

2005-01-14 Thread Mike Shoemaker
I've followed the getting started steps listed on the website @ http://portals.apache.org/jetspeed-2/getting-started.html I'm having a problem with the maven allClean allBuild step. During the build I see various messaes stating that various jars failed to download, and once the script stops I

Re: Building Jetspeed2

2005-01-14 Thread Randy Watler
Mike, There is a recent J2 M1 binary release and an installer. Well, I finally got the binary installer for J2 M1 finished, here is a temporary link: http://www.binary-designs.net/downloads.html. The download takes a little time to start but fairly quick once it does. The only requirements are

Re: Building Jetspeed2

2005-01-14 Thread Mike Shoemaker
Interesting. I've rerun the thing probably 5-7 times. Also, haven't noticed my connection being unreliable but I guess could be possible. Thanks for your help! Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Building Jetspeed2

2005-01-14 Thread Hema Menon
Mike, I did build JS2 from CVS successfuly today. Source was checked out today. What is the compile error that maven is reporting? Also delete the .cache files from the maven plugin directory before trying again.( Wiki link http://wiki.apache.org/portals/Jetspeed2/ResolvingPossibleMavenIssues )

About j2M1 installer/build scripts - (was Re: Building Jetspeed2)

2005-01-14 Thread Hema Menon
I thought of using the binary installer for J2 MI, unfortunately it does not have support for my deployment database, Sybase. Same goes for the manual build scripts. Could you consider including a Sybase entry to the build scripts and the installer, in future, perhaps? I could send out the

problem building jetspeed2

2004-11-17 Thread ROBERT GREGORY
Hi, I just checked out Jetspeed2 from CVS - but I'm having trouble building it. Output from Maven as follows : Starting the reactor... BUILD FAILED File.. C:\downloads\cvs\jakarta-jetspeed-2\maven.xml Element... maven:reactor Line.. 103 Column 31 Error parsing project.xml

Problems building Jetspeed2

2004-07-29 Thread Paul Farnan
I just got the latest source code of Jetspeed2 and tried to build it using the command maven allClean allBuild and it is giving me some grief. I had successfully built Jetspeed2 before but then ran into some issue with accessing the manager application under tomcat where it couldn't find the

Re: Problems building Jetspeed2

2004-07-29 Thread Scott T. Weaver
Were all of the Spring Framework jars correctly downloaded by maven? Please check your ${user_home}/.maven/repository/spring/jars directory and make sure that these jars are present: spring-aop-1.0.2.jar spring-context-1.0.2.jar spring-core-1.0.2.jar. If they are there and you are still

RE: Problem building jetspeed2 with Oracle DB

2004-06-11 Thread Richard . Stokoe
I was able to build jetspeed 1.5 with oracle by putting the driver jar in .../webapp/WEB-INF/lib. -Original Message- From: Martin Abrahamsson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 4:20 AM To: [EMAIL PROTECTED] Subject: Problem building jetspeed2 with Oracle DB Hi I'm

Problem building jetspeed2 with Oracle DB

2004-06-08 Thread Martin Abrahamsson
Hi I'm new to jetspeed so there may be an ob obvious answer to my question. I'm having trouble with the build of js2 when i try maven allClean allBuild The error i'm getting is below. I have tried to rename the classes12.zip to .jar and putting it in different places and in the classpath.

Problem building jetspeed2

2004-03-29 Thread zze-MORON François FTRD/DMI/REN
First I'm totally new in jetspeed. I downloaded (cvs) jetspeed2 yesterday and I didn't manage to build it. Here are the messages : C:\Temp\jakarta-jetspeed-2quick_build JETSPEED_HOME: . __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_|

RE: Problem building jetspeed2

2004-03-29 Thread Serge Huber
To: [EMAIL PROTECTED] Subject: Problem building jetspeed2 First I'm totally new in jetspeed. I downloaded (cvs) jetspeed2 yesterday and I didn't manage to build it. Here are the messages : C:\Temp\jakarta-jetspeed-2quick_build JETSPEED_HOME: . __ __ | \/ |__ _Apache__

RE : Problem building jetspeed2

2004-03-29 Thread zze-MORON François FTRD/DMI/REN
building jetspeed2 Hi François, It's a problem with RC2 of Maven. RC2 does not include the Torque plugin like previous versions of Maven have. There was a recent thread on Jetspeed-dev about the same issue and how to solve it; you may want to check there. Basically, you need to download