Github user okuc commented on the pull request:

    
https://github.com/apache/incubator-tinkerpop/pull/265#issuecomment-200885766
  
    I mean, I use the following command, always build unsuccessful:
    
    `mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests`
    
    
    errors:
    
    ```
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project gremlin-server: Compilation failure: Compilation failure:
    [ERROR] 
/D:/MyGit/incubator-tinkerpop/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java:[27,19]
 程序包org.mindrot不存在
    [ERROR] 
/D:/MyGit/incubator-tinkerpop/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/SimpleAuthenticator.java:[141,14]
 找不到符号
    [ERROR] 符号:   变量 BCrypt
    [ERROR] 位置: 类 
org.apache.tinkerpop.gremlin.server.auth.SimpleAuthenticator
    [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/MojoFailureException
    ```
    
    Is this project not compiled in win10?  or
    I still have not configured the environment variables?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to