You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/05/28 03:11:45 UTC

Build failed in Hudson: Shindig » Apache Shindig Sample SPI and API Implementations #1574

See <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/1574/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Sample SPI and API Implementations
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target> (included: [**], excluded: [])
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/> (included: [create.sql, derby.log, drop.sql], excluded: [])
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/java'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/resources'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/resources'> for tasks ... 
[TASKS] Found 0.
[INFO] [enforcer:enforce {execution: enforce-java}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] [TASKS] Skipping maven reporter: there is already a result available.Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [compiler:compile]
[INFO] Compiling 44 source files to <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target/classes>

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] cannot find symbol
symbol  : class ManyToOne
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

[ERROR] <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] cannot find symbol
symbol  : class JoinColumn
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/pom.xml> to /export/home/hudson/hudson/jobs/Shindig/modules/org.apache.shindig$shindig-samples/builds/2010-05-28_01-06-21/archive/org.apache.shindig/shindig-samples/2.0.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] cannot find symbol
symbol  : class ManyToOne
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] cannot find symbol
symbol  : class JoinColumn
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 58 seconds
[INFO] Finished at: Fri May 28 01:11:35 UTC 2010
[INFO] Final Memory: 60M/253M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


Hudson build is back to normal : Shindig » Apache Shindig Sample SPI and API Implementations #1576

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/1576/changes>



Re: Build failed in Hudson: Shindig » Apache Shindig Sample SPI and API Implementations #1575

Posted by Henry Saputra <he...@gmail.com>.
Something wrong with coderview so I cant create entry to fix build issue =(

Here is the diff:

Index:
java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java
===================================================================
---
java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java
(revision
948924)
+++
java/samples/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java
(working
copy)
@@ -17,6 +17,9 @@
  */
 package org.apache.shindig.social.opensocial.jpa;

+import static javax.persistence.CascadeType.MERGE;
+import static javax.persistence.CascadeType.PERSIST;
+import static javax.persistence.CascadeType.REFRESH;
 import static javax.persistence.GenerationType.IDENTITY;

 import org.apache.shindig.social.opensocial.jpa.api.DbObject;
@@ -29,7 +32,9 @@
 import javax.persistence.Entity;
 import javax.persistence.GeneratedValue;
 import javax.persistence.Id;
+import javax.persistence.JoinColumn;
 import javax.persistence.ManyToMany;
+import javax.persistence.ManyToOne;
 import javax.persistence.PostLoad;
 import javax.persistence.PrePersist;
 import javax.persistence.Table;

I am also attaching as file

- Henry

On Thu, May 27, 2010 at 6:21 PM, Apache Hudson Server <
hudson@hudson.zones.apache.org> wrote:

> See <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/1575/
> >
>
> ------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Apache Shindig Sample SPI and API Implementations
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting file set: <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target>
> (included: [**], excluded: [])
> [INFO] Deleting file set: <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/>
> (included: [create.sql, derby.log, drop.sql], excluded: [])
> [TASKS] Scanning folder '<
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java'>
> for tasks ...
> [TASKS] Found 0.
> [TASKS] Scanning folder '<
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/java'>
> for tasks ...
> [TASKS] Found 0.
> [TASKS] Scanning folder '<
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/resources'>
> for tasks ...
> [TASKS] Found 0.
> [TASKS] Scanning folder '<
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/resources'>
> for tasks ...
> [TASKS] Found 0.
> [INFO] [enforcer:enforce {execution: enforce-java}]
> [TASKS] Skipping maven reporter: there is already a result available.
> [INFO] [remote-resources:process {execution: default}]
> [TASKS] Skipping maven reporter: there is already a result available.[INFO]
> [resources:resources]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] Copying 3 resources
>
> [TASKS] Skipping maven reporter: there is already a result available.[INFO]
> [compiler:compile]
> [INFO] Compiling 44 source files to <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target/classes
> >
>
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3]
> cannot find symbol
> symbol  : class ManyToOne
> location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb
>
> [ERROR] <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3]
> cannot find symbol
> symbol  : class JoinColumn
> location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb
>
> [INFO] 2 errors
> [INFO] -------------------------------------------------------------
> [TASKS] Skipping maven reporter: there is already a result available.
> [HUDSON] Archiving <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/pom.xml>
> to
> /export/home/hudson/hudson/jobs/Shindig/modules/org.apache.shindig$shindig-samples/builds/2010-05-28_01-16-18/archive/org.apache.shindig/shindig-samples/2.0.0-SNAPSHOT/pom.xml
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3]
> cannot find symbol
> symbol  : class ManyToOne
> location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb
>
> <
> http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3]
> cannot find symbol
> symbol  : class JoinColumn
> location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 4 minutes 44 seconds
> [INFO] Finished at: Fri May 28 01:21:16 UTC 2010
> [INFO] Final Memory: 59M/253M
> [INFO]
> ------------------------------------------------------------------------
> Waiting for Hudson to finish collecting data
>
>

Build failed in Hudson: Shindig » Apache Shindig Sample SPI and API Implementations #1575

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/1575/>

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shindig Sample SPI and API Implementations
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target> (included: [**], excluded: [])
[INFO] Deleting file set: <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/> (included: [create.sql, derby.log, drop.sql], excluded: [])
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/java'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/resources'> for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder '<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/test/resources'> for tasks ... 
[TASKS] Found 0.
[INFO] [enforcer:enforce {execution: enforce-java}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [remote-resources:process {execution: default}]
[TASKS] Skipping maven reporter: there is already a result available.[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources

[TASKS] Skipping maven reporter: there is already a result available.[INFO] [compiler:compile]
[INFO] Compiling 44 source files to <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/target/classes>

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] cannot find symbol
symbol  : class ManyToOne
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

[ERROR] <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] cannot find symbol
symbol  : class JoinColumn
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/pom.xml> to /export/home/hudson/hudson/jobs/Shindig/modules/org.apache.shindig$shindig-samples/builds/2010-05-28_01-16-18/archive/org.apache.shindig/shindig-samples/2.0.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[190,3] cannot find symbol
symbol  : class ManyToOne
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb

<http://hudson.zones.apache.org/hudson/job/Shindig/org.apache.shindig$shindig-samples/ws/src/main/java/org/apache/shindig/social/opensocial/jpa/MediaItemDb.java>:[191,3] cannot find symbol
symbol  : class JoinColumn
location: class org.apache.shindig.social.opensocial.jpa.MediaItemDb


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 44 seconds
[INFO] Finished at: Fri May 28 01:21:16 UTC 2010
[INFO] Final Memory: 59M/253M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data