Syntax error in gwtupload-0.5.6.jar due to missing dependency to 
appengine-api-1.0-sdk (?)
------------------------------------------------------------------------------------------

                 Key: HUPA-67
                 URL: https://issues.apache.org/jira/browse/HUPA-67
             Project: JAMES Hupa
          Issue Type: Bug
          Components: server
    Affects Versions: 0.1
         Environment: Windows xp
            Reporter: Johnny Sørensen
            Assignee: Norman Maurer


== Solution == (see attached patch: add-appengine-api-1.0-sdk.patch)
Add dependency to /pom.xml:
            <dependency>
                <groupId>com.google.appengine</groupId>
                <artifactId>appengine-api-1.0-sdk</artifactId>
                <version>1.2.0</version>
            </dependency>
and, to /server/pom.xml:
            <dependency>
                <groupId>com.google.appengine</groupId>
                <artifactId>appengine-api-1.0-sdk</artifactId>
            </dependency>

== Problem ==
I run: mvn install
And got these errors:
------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[29,18]
 package javax.cache does not exist

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[30,18]
 package javax.cache does not exist

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[35,48]
 package com.google.appengine.api.memcache.stdimpl does not exist

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[122,10]
 cannot find symbol
symbol  : class Cache
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[122,24]
 cannot find symbol
symbol  : variable CacheManager
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[140,10]
 cannot find symbol
symbol  : class Cache
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[140,24]
 cannot find symbol
symbol  : variable CacheManager
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[191,10]
 cannot find symbol
symbol  : class Cache
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[192,16]
 cannot find symbol
symbol: variable GCacheFactory
            put(GCacheFactory.EXPIRATION_DELTA, 3600); 

C:\java\.m2\repository\gwtupload\gwtupload\0.5.6\gwtupload-0.5.6.jar(gwtupload/server/appengine/MemCacheFileItemFactory.java):[191,24]
 cannot find symbol
symbol  : variable CacheManager
location: class 
gwtupload.server.appengine.MemCacheFileItemFactory.CacheableFileItem

----------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to