phreed opened a new pull request #1544:
URL: https://github.com/apache/tinkerpop/pull/1544
There remain three modules whose tests do not pass.
``` <modules>
<module>gremlin-language</module>
<module>gremlin-shaded</module>
<module>gremlin-core</module>
<module>gremlin-annotations</module>
<module>gremlin-test</module>
<module>gremlin-groovy</module>
<module>tinkergraph-gremlin</module>
<!-- <module>gremlin-javascript</module>-->
<module>gremlin-python</module>
<module>gremlin-dotnet</module>
<!-- <module>hadoop-gremlin</module>-->
<!-- <module>spark-gremlin</module>-->
<module>neo4j-gremlin</module>
<module>sparql-gremlin</module>
<module>gremlin-driver</module>
<module>gremlin-console</module>
<module>gremlin-server</module>
<module>gremlin-archetype</module>
<module>gremlin-tools</module>
<module>gremlint</module>
</modules>
```
[INFO] Reactor Summary for Apache TinkerPop 3.6.0-SNAPSHOT:
[INFO]
[INFO] Apache TinkerPop ................................... SUCCESS [ 9.052
s]
[INFO] Apache TinkerPop :: Gremlin Language ............... SUCCESS [ 21.188
s]
[INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [ 2.115
s]
[INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [01:09
min]
[INFO] Apache TinkerPop :: Gremlin Annotations ............ SUCCESS [ 9.824
s]
[INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [ 27.575
s]
[INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [02:48
min]
[INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [03:09
min]
[INFO] Apache TinkerPop :: Gremlin Python ................. SUCCESS [ 0.339
s]
[INFO] Apache TinkerPop :: Gremlin.Net .................... SUCCESS [ 1.644
s]
[INFO] Apache TinkerPop :: Gremlin.Net - Source ........... SUCCESS [ 1.272
s]
[INFO] Apache TinkerPop :: Gremlin.Net - Tests ............ SUCCESS [ 0.300
s]
[INFO] Apache TinkerPop :: Neo4j Gremlin .................. SUCCESS [ 4.169
s]
[INFO] Apache TinkerPop :: SPARQL Gremlin ................. SUCCESS [ 7.930
s]
[INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [ 46.333
s]
[INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [01:32
min]
[INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [ 33.061
s]
[INFO] Apache TinkerPop :: Gremlin Archetype .............. SUCCESS [ 0.240
s]
[INFO] Apache TinkerPop :: Archetype - TinkerGraph ........ SUCCESS [ 6.431
s]
[INFO] Apache TinkerPop :: Archetype - Server ............. SUCCESS [ 13.662
s]
[INFO] Apache TinkerPop :: Archetype - DSL ................ SUCCESS [ 7.316
s]
[INFO] Apache TinkerPop :: Gremlin Tools .................. SUCCESS [ 0.971
s]
[INFO] Apache TinkerPop :: Gremlin Benchmark .............. SUCCESS [ 17.050
s]
[INFO] Apache TinkerPop :: Gremlin Coverage ............... SUCCESS [ 0.814
s]
[INFO] Apache TinkerPop :: Gremlin IO Test ................ SUCCESS [ 42.285
s]
[INFO] Apache TinkerPop :: Gremlint ....................... SUCCESS [ 50.232
s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13:44 min
[INFO] Finished at: 2022-01-11T17:16:13-06:00
[INFO]
------------------------------------------------------------------------
```
Additional site configuration documentation for windows.
Windows 10 does not have standard package management.
I prefer chocolatey https://community.chocolatey.org/ .
* gremlin-javascript:
```powershell
choco install nodejs
npm install npx
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]