You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Giacomo Pati <gi...@apache.org> on 2007/01/22 15:37:30 UTC

Compiling cocoon-pipeline-api

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi all

Anybody else seeing this when compiling mentioned module with
 	'mvn -e -X clean install'?

[DEBUG] Classpath: 
[/home/giacomo/svn/apache/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/target/classes

/home/giacomo/.m2/repository/org/apache/excalibur/components/xmlutil/excalibur-xmlutil/2.1/excalibur-xmlutil-2.1.jar

/home/giacomo/.m2/repository/org/apache/avalon/framework/avalon-framework-api/4.3/avalon-framework-api-4.3.jar

/home/giacomo/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar

/home/giacomo/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar]


And thus compilation failes with

../cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/caching/CachedResponse.java:[21,34] 
package org.apache.excalibur.source does not exist

Ciao and TIA

- -- 
Giacomo Pati
Otego AG, Switzerland - http://www.otego.com
Orixo, the XML business alliance - http://www.orixo.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.1 (GNU/Linux)

iD8DBQFFtMw0LNdJvZjjVZARAp6xAKCJ6Vb21hxgZ04aI20hdmP3KpCl1gCeJbew
kPnc+L8DUEF78jYSsRjWbV8=
=NFiE
-----END PGP SIGNATURE-----

Re: Compiling cocoon-pipeline-api

Posted by Reinhard Poetz <re...@apache.org>.
Giacomo Pati wrote:
> Interesting, isn't it?

http://jira.codehaus.org/browse/MNG-2709
I added a referer to this thread.

-- 
Reinhard Pötz           Independent Consultant, Trainer & (IT)-Coach 

{Software Engineering, Open Source, Web Applications, Apache Cocoon}

                                        web(log): http://www.poetz.cc
--------------------------------------------------------------------



	
		
___________________________________________________________ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de

Re: Compiling cocoon-pipeline-api

Posted by Giacomo Pati <gi...@apache.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Mon, 22 Jan 2007, Giacomo Pati wrote:

> Date: Mon, 22 Jan 2007 15:37:30 +0100 (CET)
> From: Giacomo Pati <gi...@apache.org>
> Reply-To: dev@cocoon.apache.org
> To: dev@cocoon.apache.org
> Subject: Compiling cocoon-pipeline-api
> 
> --[PinePGP]--------------------------------------------------[begin]--
>
> Hi all
>
> Anybody else seeing this when compiling mentioned module with
> 	 'mvn -e -X clean install'?
>
> [DEBUG] Classpath:
> [/home/giacomo/svn/apache/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/target/classes
>
> /home/giacomo/.m2/repository/org/apache/excalibur/components/xmlutil/excalibur-xmlutil/2.1/excalibur-xmlutil-2.1.jar
>
> /home/giacomo/.m2/repository/org/apache/avalon/framework/avalon-framework-api/4.3/avalon-framework-api-4.3.jar
>
> /home/giacomo/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
>
> /home/giacomo/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar]
>
>
> And thus compilation failes with
>
> ../cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/caching/CachedResponse.java:[21,34]
> package org.apache.excalibur.source does not exist

Replying to myself :-)

Switching back to java 1.5 (from 1.6) made the classpath look like this:

[DEBUG] Classpath: 
[/home/giacomo/svn/apache/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/target/classes

/home/giacomo/svn/apache/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/target/test-classes

/home/giacomo/.m2/repository/org/apache/excalibur/components/xmlutil/excalibur-xmlutil/2.1/excalibur-xmlutil-2.1.jar
  /home/giacomo/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar

/home/giacomo/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar

/home/giacomo/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar

/home/giacomo/.m2/repository/org/apache/avalon/framework/avalon-framework-api/4.3/avalon-framework-api-4.3.jar

/home/giacomo/.m2/repository/org/apache/excalibur/components/sourceresolve/excalibur-sourceresolve/2.1/excalibur-sourceresolve-2.1.jar]


Interesting, isn't it?

Ciao

>
> Ciao and TIA
>
> --
> Giacomo Pati
> Otego AG, Switzerland - http://www.otego.com
> Orixo, the XML business alliance - http://www.orixo.com
> --[PinePGP]-----------------------------------------------------------
> gpg:  Signature made Mon Jan 22 15:37:40 2007 CET using DSA key ID 98E35590
> gpg:  Good signature from "Giacomo Pati <gi...@otego.com>"
> gpg:                  aka "Giacomo Pati <gi...@apache.org>"
> gpg:                  aka "Giacomo Pati <gi...@pati.ch>"
> --[PinePGP]----------------------------------------------------[end]--
>
>

- -- 
Giacomo Pati
Otego AG, Switzerland - http://www.otego.com
Orixo, the XML business alliance - http://www.orixo.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.1 (GNU/Linux)

iD8DBQFFtNSWLNdJvZjjVZARAqcqAJ45vnBgf6cH9Zgra5dj3BPVrcC5sgCfSqa3
X06nhcHcElNy2KrKCK961uQ=
=3RsP
-----END PGP SIGNATURE-----