Code Monkey home page Code Monkey logo

gaeshiro's Introduction

gaeshiro's People

Contributors

cilogi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gaeshiro's Issues

Required libs list

Please give the full list of required jars. And for better use - put them for downloading on github.

Build failure out of the box

I just cloned and run the mvn gae:run command and here is the result. I also run mvn gae:unpack but it didn't help.

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building gaeshiro 0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-gae-plugin:0.9.2:run (default-cli) @ gaeshiro >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ gaeshiro ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 23 resources
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.0:compile (default-compile) @ gaeshiro ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- fmpp-maven-plugin:1.0:generate (FMPP) @ gaeshiro ---
- Executing: index.ftl
- Executing: login-help.ftl
[INFO] Done
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ gaeshiro ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.0:testCompile (default-testCompile) @ gaeshiro ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ gaeshiro ---
[INFO] Surefire report directory: /Users/scaevola/git/github/gaeshiro/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.cilogi.shiro.gae.TestDatastoreRealm
Mai 18, 2013 2:21:57 AM com.google.appengine.api.datastore.dev.LocalDatastoreService init
INFO: Local Datastore initialized: 
    Type: Master/Slave
    Storage: In-memory
02:21:58,170 INFO  [org.apache.shiro.config.ReflectionBuilder] - An instance with name 'iniRealm' already exists.  Redefining this object as a new instance of type org.apache.shiro.realm.text.IniRealm
02:21:58,239 INFO  [org.apache.shiro.config.IniSecurityManagerFactory] - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
Mai 18, 2013 2:21:58 AM com.cilogi.shiro.gae.DatastoreRealm doGetAuthenticationInfo
INFO: Finding authentication info for tim in DB
Mai 18, 2013 2:21:58 AM com.cilogi.shiro.gae.DatastoreRealm doGetAuthenticationInfo
INFO: Found tim in DB
02:21:58,268 INFO  [org.apache.shiro.session.mgt.AbstractValidatingSessionManager] - Enabling session validation scheduler...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec
Running com.cilogi.shiro.gae.TestMemcache
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.cilogi.shiro.gae.TestUserDAO
Mai 18, 2013 2:21:58 AM com.google.appengine.api.datastore.dev.LocalDatastoreService init
INFO: Local Datastore initialized: 
    Type: Master/Slave
    Storage: In-memory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.cilogi.shiro.service.TestURL
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ gaeshiro ---
[INFO] Packaging webapp
[INFO] Assembling webapp [gaeshiro] in [/Users/scaevola/git/github/gaeshiro/target/gaeshiro-0.1]
[INFO] Processing war project
[INFO] Copying webapp resources [/Users/scaevola/git/github/gaeshiro/src/main/web]
[INFO] Building jar: /Users/scaevola/git/github/gaeshiro/target/gaeshiro-0.1/WEB-INF/lib/gaeshiro-0.1.jar
[INFO] Webapp assembled in [406 msecs]
[INFO] Building war: /Users/scaevola/git/github/gaeshiro/target/gaeshiro-0.1.war
[INFO] 
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ gaeshiro >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ gaeshiro <<<
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ gaeshiro ---
[INFO] Building jar: /Users/scaevola/git/github/gaeshiro/target/gaeshiro-0.1-sources.jar
[INFO] 
[INFO] <<< maven-gae-plugin:0.9.2:run (default-cli) @ gaeshiro <<<
[INFO] 
[INFO] --- maven-gae-plugin:0.9.2:run (default-cli) @ gaeshiro ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.506s
[INFO] Finished at: Sat May 18 04:22:01 CEST 2013
[INFO] Final Memory: 14M/320M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.kindleit:maven-gae-plugin:0.9.2:run (default-cli) on project gaeshiro: ${gae.home} is not a directory: ${gae.home} is not a directory:
[ERROR] Please set the sdkDir configuration in your pom.xml to a valid directory. Make sure you have correctly extracted the app engine sdk.
[ERROR] 
[ERROR] You may simply run the gae:unpack goal to unpack the GAE SDK into your local maven repository.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.