You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Willem Jiang <wi...@gmail.com> on 2011/06/09 04:12:30 UTC

Re: svn commit: r1133450 - /camel/trunk/components/pom.xml

Hi Christian,

What kind of build error that you meet?
I run the build on my box and check the CI build status on FuseSource, I 
could find anything wrong about it.

BTW, if there is something wrong, it is not a good solution just comment 
it out.

On 6/9/11 12:01 AM, cschneider@apache.org wrote:
> Author: cschneider
> Date: Wed Jun  8 16:01:31 2011
> New Revision: 1133450
>
> URL: http://svn.apache.org/viewvc?rev=1133450&view=rev
> Log:
> Deactivating guice as it causes a build error. Please reactivate again as soon as it works
>
> Modified:
>      camel/trunk/components/pom.xml
>
> Modified: camel/trunk/components/pom.xml
> URL: http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=1133450&r1=1133449&r2=1133450&view=diff
> ==============================================================================
> --- camel/trunk/components/pom.xml (original)
> +++ camel/trunk/components/pom.xml Wed Jun  8 16:01:31 2011
> @@ -74,7 +74,7 @@
>       <module>camel-freemarker</module>
>       <module>camel-ftp</module>
>       <module>camel-gae</module>
> -<module>camel-guice</module>
> +<!--<module>camel-guice</module>-->
>       <module>camel-hawtdb</module>
>       <module>camel-hazelcast</module>
>       <module>camel-hdfs</module>
>
>
>


-- 
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
          http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

AW: svn commit: r1133450 - /camel/trunk/components/pom.xml

Posted by Christian Schneider <cs...@talend.com>.
Hi Willem,

I saw the build error in the Jenkins build:
https://builds.apache.org/user/cschneider/my-views/view/My/job/Camel.trunk.fulltest/319/

Seems to be a problem with the googlecode maven repo. It would be cool if we would not need that repo.

[INFO] ------------------------------------------------------------------------
[INFO] Building Camel :: Guice 2.8-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Deleting /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/components/camel-guice/target
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ camel-guice ---
[INFO] [INFO] Executing tasks
     [echo] Maven version: 2.8-SNAPSHOT
     [echo] OSGi version: 2.8.0.SNAPSHOT
    [mkdir] Created dir: /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/components/camel-guice/target
[INFO] Executed tasks

[INFO] --- maven-antrun-plugin:1.2:run (create-prop) @ camel-guice ---
[INFO] 
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ camel-guice ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ camel-guice ---
Downloading: http://guiceyfruit.googlecode.com/svn/repo/releases/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.pom
Downloading: http://repo1.maven.org/maven2/org/aopalliance/com.springsource.org.aopalliance/1.0.0/com.springsource.org.aopalliance-1.0.0.pom
mojoFailed org.apache.maven.plugins:maven-remote-resources-plugin:1.1(default)
projectFailed org.apache.camel:camel-guice:2.8-SNAPSHOT
[JENKINS] Archiving /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/components/camel-guice/pom.xml to /home/hudson/hudson/jobs/Camel.trunk.fulltest/modules/org.apache.camel$camel-guice/builds/2011-06-08_12-05-58/archive/org.apache.camel/camel-guice/2.8-SNAPSHOT/camel-guice-2.8-SNAPSHOT.pom
[INFO]     



Christian

-----Ursprüngliche Nachricht-----
Von: Willem Jiang [mailto:willem.jiang@gmail.com] 
Gesendet: Donnerstag, 9. Juni 2011 04:13
An: dev@camel.apache.org
Betreff: Re: svn commit: r1133450 - /camel/trunk/components/pom.xml

Hi Christian,

What kind of build error that you meet?
I run the build on my box and check the CI build status on FuseSource, I could find anything wrong about it.

BTW, if there is something wrong, it is not a good solution just comment it out.

On 6/9/11 12:01 AM, cschneider@apache.org wrote:
> Author: cschneider
> Date: Wed Jun  8 16:01:31 2011
> New Revision: 1133450
>
> URL: http://svn.apache.org/viewvc?rev=1133450&view=rev
> Log:
> Deactivating guice as it causes a build error. Please reactivate again 
> as soon as it works
>
> Modified:
>      camel/trunk/components/pom.xml
>
> Modified: camel/trunk/components/pom.xml
> URL: 
> http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=113345
> 0&r1=1133449&r2=1133450&view=diff 
> ======================================================================
> ========
> --- camel/trunk/components/pom.xml (original)
> +++ camel/trunk/components/pom.xml Wed Jun  8 16:01:31 2011
> @@ -74,7 +74,7 @@
>       <module>camel-freemarker</module>
>       <module>camel-ftp</module>
>       <module>camel-gae</module>
> -<module>camel-guice</module>
> +<!--<module>camel-guice</module>-->
>       <module>camel-hawtdb</module>
>       <module>camel-hazelcast</module>
>       <module>camel-hdfs</module>
>
>
>


--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
          http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang