You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by rm...@apache.org on 2015/11/13 18:23:32 UTC

[1/2] incubator-trafodion git commit: Fix for TRAFODION-1623

Repository: incubator-trafodion
Updated Branches:
  refs/heads/release1.3 1c4571707 -> 1ea3e834b


Fix for TRAFODION-1623


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/851f2a5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/851f2a5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/851f2a5d

Branch: refs/heads/release1.3
Commit: 851f2a5d8aa72114be94727d19e6021af0609b02
Parents: 1c45717
Author: Roberta Marton <ro...@esgyn.com>
Authored: Fri Nov 13 00:16:46 2015 +0000
Committer: Roberta Marton <ro...@esgyn.com>
Committed: Fri Nov 13 00:16:46 2015 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/851f2a5d/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 7da22f6..e367326 100644
--- a/core/sqf/sqenvcom.sh
+++ b/core/sqf/sqenvcom.sh
@@ -774,13 +774,7 @@ export ANT=ant
 export AR=ar
 export FLEX=flex
 export CXX=g++
-
-# Maven may not yet be in the path. Check and report an error
 export MAVEN=mvn
-if [[ -z "$(which $MAVEN 2> /dev/null)" ]]; then
-  echo " *** ERROR unable to find mvn (MAVEN) in path"
-  echo " *** please include it in your path before attempting your build"
-fi
 
 # Non-standard or newer version tools
 if [ -z $BISON ]; then


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1623] PR 171 Installation fails

Posted by rm...@apache.org.
Merge [TRAFODION-1623] PR 171 Installation fails


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/1ea3e834
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/1ea3e834
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/1ea3e834

Branch: refs/heads/release1.3
Commit: 1ea3e834b6738617164d2a6ed8b090b3ab497946
Parents: 1c45717 851f2a5
Author: Roberta Marton <ro...@esgyn.com>
Authored: Fri Nov 13 16:46:58 2015 +0000
Committer: Roberta Marton <ro...@esgyn.com>
Committed: Fri Nov 13 16:46:58 2015 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------