Skip to content

Instantly share code, notes, and snippets.

@sanity
Created August 18, 2010 17:57
Show Gist options
  • Save sanity/535631 to your computer and use it in GitHub Desktop.
Save sanity/535631 to your computer and use it in GitHub Desktop.
uprizer-net-engine master $ mvn compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building uprizer-net-engine
[INFO] task-segment: [compile]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/ian/workspace/uprizer-net-engine/src/main/resources
[INFO] snapshot com.uprizer:sensearray:3.1-SNAPSHOT: checking for updates from morphia
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 17 source files to /Users/ian/workspace/uprizer-net-engine/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):17: package com.thoughtworks.proxy.factory does not exist
import com.thoughtworks.proxy.factory.CglibProxyFactory;
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):18: package com.thoughtworks.proxy.toys.delegate does not exist
import com.thoughtworks.proxy.toys.delegate.DelegationMode;
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):19: package com.thoughtworks.proxy.toys.dispatch does not exist
import com.thoughtworks.proxy.toys.dispatch.Dispatching;
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):20: package com.thoughtworks.proxy.toys.hotswap does not exist
import com.thoughtworks.proxy.toys.hotswap.HotSwappingInvoker;
^
could not parse error message: com/google/code/morphia/mapping/lazy/proxy/AbstractReference.java(com/google/code/morphia/mapping/lazy/proxy:AbstractReference.java):11: package com.thoughtworks.proxy.kit does not exist
import com.thoughtworks.proxy.kit.ObjectReference;
^
could not parse error message: com/google/code/morphia/mapping/lazy/proxy/AbstractReference.java(com/google/code/morphia/mapping/lazy/proxy:AbstractReference.java):18: cannot find symbol
symbol: class ObjectReference
public abstract class AbstractReference implements Serializable, ObjectReference, ProxiedReference {
^
/Users/ian/workspace/uprizer-net-engine/src/main/java/net/uprizer/engine/events/EventTracker.java:[21,3] cannot find symbol
symbol : class EventTrackerTest
location: class net.uprizer.engine.events.EventTracker
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):35: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):35: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):40: cannot find symbol
symbol : class HotSwappingInvoker
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T backend = (T) new HotSwappingInvoker(new Class[] { targetClass, Serializable.class }, factory,
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):41: cannot find symbol
symbol : variable DelegationMode
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
objectReference, DelegationMode.SIGNATURE).proxy();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):44: cannot find symbol
symbol : variable Dispatching
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T proxy = Dispatching.proxy(targetClass,
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):55: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):55: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):60: cannot find symbol
symbol : class HotSwappingInvoker
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T backend = (T) new HotSwappingInvoker(new Class[] { targetClass, Serializable.class }, factory,
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):61: cannot find symbol
symbol : variable DelegationMode
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
objectReference, DelegationMode.SIGNATURE).proxy();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):62: cannot find symbol
symbol : variable Dispatching
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T proxy = (T) Dispatching.proxy(targetClass,
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):73: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):73: cannot find symbol
symbol : class CglibProxyFactory
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
CglibProxyFactory factory = new CglibProxyFactory();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):78: cannot find symbol
symbol : class HotSwappingInvoker
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T backend = (T) new HotSwappingInvoker(new Class[] { targetClass, Serializable.class }, factory,
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):79: cannot find symbol
symbol : variable DelegationMode
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
objectReference, DelegationMode.SIGNATURE).proxy();
^
could not parse error message: com/google/code/morphia/mapping/lazy/CGLibLazyProxyFactory.java(com/google/code/morphia/mapping/lazy:CGLibLazyProxyFactory.java):80: cannot find symbol
symbol : variable Dispatching
location: class com.google.code.morphia.mapping.lazy.CGLibLazyProxyFactory
T proxy = (T) Dispatching.proxy(targetClass,
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment