You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/02/20 14:27:09 UTC

incubator-tinkerpop git commit: Gremlin Server doesn't behave properly when running from source this way.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 780f3ce4a -> 101ace9d3


Gremlin Server doesn't behave properly when running from source this way.

Perhaps something to correct in the future.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/101ace9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/101ace9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/101ace9d

Branch: refs/heads/master
Commit: 101ace9d376542fe00e0a92c7dffdab1f85f7fc3
Parents: 780f3ce
Author: Stephen Mallette <sp...@apache.org>
Authored: Fri Feb 20 08:26:41 2015 -0500
Committer: Stephen Mallette <sp...@apache.org>
Committed: Fri Feb 20 08:26:41 2015 -0500

----------------------------------------------------------------------
 bin/gremlin-server.sh                 | 22 ----------------------
 gremlin-server/bin/gremlin-server.bat | 30 ------------------------------
 gremlin-server/bin/gremlin-server.sh  | 21 ---------------------
 3 files changed, 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/101ace9d/bin/gremlin-server.sh
----------------------------------------------------------------------
diff --git a/bin/gremlin-server.sh b/bin/gremlin-server.sh
deleted file mode 100755
index ad24926..0000000
--- a/bin/gremlin-server.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-(cd `dirname $0`/../gremlin-server/ && bin/gremlin-server.sh $@)

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/101ace9d/gremlin-server/bin/gremlin-server.bat
----------------------------------------------------------------------
diff --git a/gremlin-server/bin/gremlin-server.bat b/gremlin-server/bin/gremlin-server.bat
deleted file mode 100644
index 362b8a7..0000000
--- a/gremlin-server/bin/gremlin-server.bat
+++ /dev/null
@@ -1,30 +0,0 @@
-:: Licensed to the Apache Software Foundation (ASF) under one
-:: or more contributor license agreements.  See the NOTICE file
-:: distributed with this work for additional information
-:: regarding copyright ownership.  The ASF licenses this file
-:: to you under the Apache License, Version 2.0 (the
-:: "License"); you may not use this file except in compliance
-:: with the License.  You may obtain a copy of the License at
-::
-::   http://www.apache.org/licenses/LICENSE-2.0
-::
-:: Unless required by applicable law or agreed to in writing,
-:: software distributed under the License is distributed on an
-:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-:: KIND, either express or implied.  See the License for the
-:: specific language governing permissions and limitations
-:: under the License.
-
-:: Windows launcher script for Rexster
-@echo off
-
-cd %CD%\..\target\
-
-set TARGET=
-
-for /f "tokens=*" %%a in ('dir /b /ad') do (
-if exist "%%a\bin\gremlin-server.bat" set TARGET=%%a
-)
-
-cd %TARGET%\bin\
-call gremlin-server.bat %*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/101ace9d/gremlin-server/bin/gremlin-server.sh
----------------------------------------------------------------------
diff --git a/gremlin-server/bin/gremlin-server.sh b/gremlin-server/bin/gremlin-server.sh
deleted file mode 100755
index 6ed68e7..0000000
--- a/gremlin-server/bin/gremlin-server.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-(cd `dirname $0`/../target/gremlin-server-*-standalone/ && bin/gremlin-server.sh $@)