Github user mpollmeier commented on the issue:

    https://github.com/apache/tinkerpop/pull/838
  
    If I run `mvn clean test` I also get heaps of compilation errors, but 
that's the same with master for me. E.g.
    ```
    [ERROR]   symbol:   class JsonGenerator
    [ERROR]   location: class 
org.apache.tinkerpop.gremlin.structure.io.graphson.TraversalSerializersV3d0.TraversalJacksonSerializer
    [ERROR] 
/home/mp/Projects/tinkerpop/tinkerpop3/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/TraversalSerializersV3d0.java:[74,99]
 cannot find symbol
    [ERROR]   symbol:   class SerializerProvider
    [ERROR]   location: class 
org.apache.tinkerpop.gremlin.structure.io.graphson.TraversalSerializersV3d0.TraversalJacksonSerializer
    [ERROR] -> [Help 1]
    ```
    
    Is that the same you're getting @krlohnes?
    If you just run `mvn clean install` as per 
http://tinkerpop.apache.org/docs/current/dev/developer/#building-testing it 
compiles fine (for me) and also runs tests which all pass, but then it stalls 
at `TinkerGraphProcessComputerTest`. 
    
    [Travis](https://travis-ci.org/apache/tinkerpop/builds/366306070) reports 
four failed builds. Two of them time out, no idea what's going on there. The 
other two fail for a missing integration into .net and JS. Not really my cup of 
tea...
    
    Note: I also had to comment out `<revapi.skip>false</revapi.skip>` in 
`gremlin-core/pom.xml`. No idea what that is, but it runs into a NPE for me. 
    
    @robertdale how do you normally run the tests, and how can we fix the 
.net/JS stuff?


---

Reply via email to