google-code-export / twig-persist

Automatically exported from code.google.com/p/twig-persist
1 stars 1 forks source link

unable to build #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hg clone https://twig-persist.googlecode.com/hg/ twig-persist
2. mvn package
3. fail.

What is the expected output? What do you see instead?

Downloading:
http://mvn.twig-persist.googlecode.com/hg/com/google/appengine/appengine-testing
/1.3.4/appengine-testing-1.3.4.jar
[INFO] Unable to find resource
'com.google.appengine:appengine-testing:jar:1.3.4' in repository twig
(http://mvn.twig-persist.googlecode.com/hg)
Downloading:
http://google-maven-repository.googlecode.com/svn/repository/com/google/appengin
e/appengine-testing/1.3.4/appengine-testing-1.3.4.jar
[INFO] Unable to find resource
'com.google.appengine:appengine-testing:jar:1.3.4' in repository
google-maven-repository
(http://google-maven-repository.googlecode.com/svn/repository)
Downloading:
http://repo1.maven.org/maven2/com/google/appengine/appengine-testing/1.3.4/appen
gine-testing-1.3.4.jar
[INFO] Unable to find resource
'com.google.appengine:appengine-testing:jar:1.3.4' in repository central
(http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) com.google.appengine:appengine-testing:jar:1.3.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=com.google.appengine
-DartifactId=appengine-testing -Dversion=1.3.4 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there: 
      mvn deploy:deploy-file -DgroupId=com.google.appengine
-DartifactId=appengine-testing -Dversion=1.3.4 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
    1) com.vercer.engine.persist:twig-persist:jar:1.0.2
    2) com.google.appengine:appengine-testing:jar:1.3.4

----------
1 required artifact is missing.

for artifact: 
  com.vercer.engine.persist:twig-persist:jar:1.0.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  twig (http://mvn.twig-persist.googlecode.com/hg),
  google-maven-repository
(http://google-maven-repository.googlecode.com/svn/repository)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 minutes 38 seconds
[INFO] Finished at: Wed Jun 02 13:47:48 CEST 2010
[INFO] Final Memory: 25M/119M
[INFO] ------------------------------------------------------------------------

What version of the product are you using? On what operating system?
 the latest from the repository.

Please provide any additional information below.

Original issue reported on code.google.com by gzsom...@gmail.com on 2 Jun 2010 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by jdpatterson on 6 Jun 2010 at 8:03

GoogleCodeExporter commented 9 years ago
Something is still missing :(

$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - com.vercer.engine.persist:twig-persist:jar:1.0.2
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/
maven-install-plugin-2.3.pom

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3/
maven-install-plugin-2.3.jar

[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory: /home/zsombor/java/twig-persist/src/shared added.
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, 
i.e.
build is platform dependent!
[INFO] skip non existing resourceDirectory
/home/zsombor/java/twig-persist/src/main/resources
Downloading:
http://mvn.twig-persist.googlecode.com/hg/com/google/appengine/appengine-testing
/1.3.4/appengine-testing-1.3.4.pom

[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 11 source files to 
/home/zsombor/java/twig-persist/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/RemoteData
storeProxyDelegate.java:[16,45]
package com.google.appengine.tools.development does not exist

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[5,45]
package com.google.appengine.tools.development does not exist

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[6,45]
package com.google.appengine.tools.development does not exist

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[7,45]
package com.google.appengine.tools.development does not exist

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[9,84]
cannot find symbol
symbol: class ApiProxyLocal
public abstract class DelegatingApiProxyLocal extends DelegatingApiProxy 
implements
ApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/RemoteData
storeProxyDelegate.java:[25,37]
cannot find symbol
symbol  : class ApiProxyLocal
location: class com.vercer.engine.proxy.RemoteDatastoreProxyDelegate

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[11,35]
cannot find symbol
symbol  : class ApiProxyLocal
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[17,8]
cannot find symbol
symbol  : class ApiProxyLocal
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[23,8]
cannot find symbol
symbol  : class Clock
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[29,8]
cannot find symbol
symbol  : class LocalRpcService
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[35,22]
cannot find symbol
symbol  : class Clock
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[19,10]
cannot find symbol
symbol  : class ApiProxyLocal
location: class com.vercer.engine.proxy.DelegatingApiProxyLocal

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[22,1]
method does not override or implement a method from a supertype

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[28,1]
method does not override or implement a method from a supertype

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[34,1]
method does not override or implement a method from a supertype

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[40,1]
method does not override or implement a method from a supertype

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[46,1]
method does not override or implement a method from a supertype

/home/zsombor/java/twig-persist/src/main/java/com/vercer/engine/proxy/Delegating
ApiProxyLocal.java:[52,1]
method does not override or implement a method from a supertype

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12 seconds
[INFO] Finished at: Mon Jun 07 16:46:44 CEST 2010
[INFO] Final Memory: 25M/220M
[INFO] ------------------------------------------------------------------------

Original comment by gzsom...@gmail.com on 7 Jun 2010 at 2:49

GoogleCodeExporter commented 9 years ago
Ah shit sorry that was a compile error.  I have removed the code that caused 
that and put it in another project so it should build fine now.

Original comment by jdpatterson on 8 Jun 2010 at 3:26