You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by szarnyasg <gi...@git.apache.org> on 2016/09/06 06:57:04 UTC

[GitHub] tinkerpop pull request #400: Added JitPack Maven repository to Grape configu...

GitHub user szarnyasg opened a pull request:

    https://github.com/apache/tinkerpop/pull/400

    Added JitPack Maven repository to Grape configuration

    https://issues.apache.org/jira/browse/TINKERPOP-1430

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/szarnyasg/tinkerpop TINKERPOP-1430

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/400.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #400
    
----
commit ebbda705ca5a8853c17159f73b50aa20ecaf4d7c
Author: Gabor Szarnyas <sz...@gmail.com>
Date:   2016-09-06T06:55:53Z

    Added JitPack Maven repository to Grape configuration

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Thanks @szarnyasg 
    
    @dkuppitz how has this worked along the way? is it because we had jbcrypt in our local .m2?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Ok. Didn't notice it mentioned docker and I can't speak to that. However, it is very repeatable on other systems.  Given no other configuration...
    ```
    rm -rf ~/.groovy
    rm -rf ~/.m2
    $ ./bin/gremlin.sh 
    
             \,,,/
             (o o)
    -----oOOo-(3)-oOOo-----
    plugin activated: tinkerpop.server
    plugin activated: tinkerpop.utilities
    plugin activated: tinkerpop.tinkergraph
    gremlin> :install org.apache.tinkerpop neo4j-gremlin 3.2.1
    ==>Error grabbing Grapes -- [unresolved dependency: com.github.jeremyh#jBCrypt;jbcrypt-0.4: not found]
    gremlin> 
    ```


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #400: Added JitPack Maven repository to Grape configu...

Posted by szarnyasg <gi...@git.apache.org>.
Github user szarnyasg closed the pull request at:

    https://github.com/apache/tinkerpop/pull/400


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by dkuppitz <gi...@git.apache.org>.
Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Hmm, good question. I'm not an expert when it comes to dependency management, but it sounds like a reasonable explanation to me. However, from time to time I tend to delete my local .m2 directory, so it's a bit surprising that I never ran into this issue.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Do you also clean your groovy/grapes dir?  artifacts will be copied there from maven. afterwards, it won't reference the maven artifacts unless they are also missing from grapes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by szarnyasg <gi...@git.apache.org>.
Github user szarnyasg commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Closed: not a real issue, refer to the docs in http://tinkerpop.apache.org/docs/current/reference/#gremlin-applications.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by robertdale <gi...@git.apache.org>.
Github user robertdale commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    I would say yes and probably through building the project.  I had to add the repo to my own project pom. That updates my local .m2 repo. Once that has it, grapes can pull from there.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #400: Added JitPack Maven repository to Grape configuration

Posted by dkuppitz <gi...@git.apache.org>.
Github user dkuppitz commented on the issue:

    https://github.com/apache/tinkerpop/pull/400
  
    Rarely. But here's another thing: The Docker build always starts with a clean environment - no .m2, no grapes - and it always worked for me.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---