Hi,

So is there a way I can get the CVS version up and running on my machine. If I do not have to deploy jetspeed 2, do I need to copy any of its jar files to jahia before starting up.

Jinesh

>From: Serge Huber <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: JetSpeed Build Error
>Date: Fri, 25 Jun 2004 12:13:52 +0200
>
>
>Hi Janesh,
>
>Please realize that the current CVS HEAD is a *developer's* CVS. It
>is mostly a shared repository for current development. It will be
>broken from time to time.
>
>I just updated the README because you shouldn't deploy Jetspeed 2
>after building it. Also with the latest J2 commits, Jahia will not
>work because I haven't yet updated the Jetspeed configuration files
>in Jahia. This is a recurring problem, as Jetspeed goes through a
>LOT of refactoring (often multiple times a week !), and I have to
>constantly keep track of the changes. In order to be able to get
>some work done, I usually don't update Jetspeed 2 every day,
>otherwise I really would do only that.
>
>What we are looking at, once things stabilize on Jetspeed 2, is
>provide our own repository with Jetspeed JARs that we would know to
>work. This way you wouldn't need to compile Jetspeed anymore and
>things would be simpler.
>
>I probably won't have time to update J2 this week though, because
>I'm in the middle of some important refactorings.
>
>Regards,
>   Serge Huber.
>
>At 16:46 24.06.2004, you wrote:
>
>>Hi,
>>
>>I have built and deployed jetspeed 2 and jahia on the tomcat. but I
>>get the following error when I start tomcat. I am not able to goto
>>the URL or jetspped nor jahia. Please help.
>>
>>INFO: Installing web application at context path /jahia from URL
>>file:C:/Tomcat/
>>webapps/jahia
>>JNDI System Property flag null
>>log4j:ERROR Could not find value for key log4j.appender.STRUTS
>>log4j:ERROR Could not instantiate appender named "STRUTS".
>>cn=org.nanocontainer.script.groovy.GroovyContainerBuilder
>>[]
>>[]
>>java.lang.NullPointerException
>>         at
>>org.picocontainer.defaults.ConstructorComponentAdapter.getMostSatisfi
>>ableDependencyTypes(ConstructorComponentAdapter.java:59)
>>         at
>>org.picocontainer.defaults.InstantiatingComponentAdapter.getMostSatis
>>ifableDependencyAdapters(InstantiatingComponentAdapter.java:76)
>>
>>Jinesh
>> >From: Serge Huber <[EMAIL PROTECTED]>
>> >Reply-To: <[EMAIL PROTECTED]>
>> >To: <[EMAIL PROTECTED]>
>> >Subject: Re: JetSpeed Build Error
>> >Date: Wed, 23 Jun 2004 11:23:25 +0200
>> >
>> >
>> >Hi Janesh,
>> >
>> >This is strange, it's as if the maven.src.dir didn't have the
>> >correct value. It shouldn't be copying the jetspeed.properties
>>from
>> >C:\WEB-INF\conf\jetspeed.properties to copy. but from :
>> >/C:/eclipse/workspace/jakarta-jetspeed-2/portal/target/jetspeed/WEB-INF/c
>>onf/jetspeed.properties
>> >
>> >There might be some kind of environment variable that's causing
>>the
>> >problem. I can't reproduce your problem here so there must be
>> >something interfering in the build on your system. You might also
>> >want to ask on the jetspeed user mailing list as this is not
>> >specific to Jahia.
>> >
>> >Regards,
>> >   Serge Huber.
>> >
>> >At 20:48 22.06.2004, you wrote:
>> >>Hi,
>> >>
>> >>I am trying to build the source code for jahia for which I have
>>to
>> >>build the source code for jetspeed. I am unable to build
>>hetspeed.
>> >>Could some one tell me what am I doing wrong. Thank you in
>>advance.
>> >>
>> >>  I am using the following command as suggested earlier which
>> >>avaoids the tests:
>> >>maven -Dmaven.test.skip=true allBuild
>> >>
>> >>But I am getting the following error:
>> >>
>> >>BUILD FAILED
>> >>File...... file:/C:/eclipse/workspace/jakarta-jetspeed-2/
>> >>Element... maven:reactor
>> >>Line...... 253
>> >>Column.... 40
>> >>Unable to obtain goal [war:webapp] --
>> >>file:/C:/eclipse/workspace/jakarta-jetspee
>> >>d-2/portal/:544:151: <copy> Warning: Could not find file
>> >>C:\WEB-INF\conf\jetspee
>> >>d.properties to copy.
>> >>Total time: 1 minutes 36 seconds.
>> >>
>> >>My build.properties file looks as below:
>> >>
>> >># jetspeed required properties
>> >>org.apache.jetspeed.server.home = c:/Tomcat
>> >>org.apache.jetspeed.catalina.version.major = 4
>> >>org.apache.jetspeed.server.shared =
>> >>${org.apache.jetspeed.server.home}/shared/lib
>> >>org.apache.jetspeed.deploy.war.dir =
>> >>${org.apache.jetspeed.server.home}/webapps
>> >>org.apache.jetspeed.services.autodeployment.user = j2deployer
>> >>org.apache.jetspeed.services.autodeployment.password =
>>j2deployer
>> >>
>> >>maven.repo.remote=http://www.bluesunrise.com/maven,http://www.ibiblio.or
>>g/maven
>> >>
>> >>
>> >>
>> >>#
>> >>-------------------------------------------------------------------------
>> >>
>> >># configure MySQL Test DB
>> >>
>> >>#
>> >>-------------------------------------------------------------------------
>> >>
>> >>org.apache.jetspeed.test.database.default.name=mysql
>> >>org.apache.jetspeed.test.database.url = "">
>> >>jdbc:mysql://localhost/j2test
>> >>org.apache.jetspeed.test.database.driver = com.mysql.jdbc.Driver
>> >>org.apache.jetspeed.test.database.user = jetspeed2
>> >>org.apache.jetspeed.test.database.password =
>> >>
>> >>#
>> >>-------------------------------------------------------------------------
>> >>
>> >># configure MySQL Production DB
>> >>
>> >>#
>> >>-------------------------------------------------------------------------
>> >>
>> >>org.apache.jetspeed.production.database.default.name=mysql
>> >>org.apache.jetspeed.production.database.url = "">
>> >>jdbc:mysql://localhost/j2
>> >>org.apache.jetspeed.production.database.driver =
>> >>com.mysql.jdbc.Driver
>> >>org.apache.jetspeed.production.database.user = jetspeed2
>> >>org.apache.jetspeed.production.database.password =
>> >>
>> >># My SQL Driver Path Example, test and production
>> >>
>> >>org.apache.jetspeed.test.jdbc.drivers.path=c:/mysql-connector-java-3.0.8
>>-stable-bin.jar
>> >>org.apache.jetspeed.production.jdbc.drivers.path=c:/mysql-connector-java
>>-3.0.8-stable-bin.jar
>> >>
>> >>#p6.home=c:/eclipse/workspace/jakarta-jetspeed-2
>> >
>> >- -- --- -----=[ serge.huber at jahia dot com ]=---- --- -- -
>> >Jahia : A collaborative source CMS and Portal Server
>> >www.jahia.org Community and product web site
>> >www.jahia.com Commercial services company
>
>- -- --- -----=[ serge.huber at jahia dot com ]=---- --- -- -
>Jahia : A collaborative source CMS and Portal Server
>www.jahia.org Community and product web site
>www.jahia.com Commercial services company
>
>