>From Ian Maxon <[email protected]>:

Ian Maxon has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21201?usp=email )


Change subject: [NO ISSUE][TEST] Fix PATH for Python invocation from mvn
......................................................................

[NO ISSUE][TEST] Fix PATH for Python invocation from mvn

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
The PATH is set wrong for some invocations of exec-maven-plugin.
It doesn't really seem to cause issues unless certain wheels have
to be built from source (e.g. numpy)

Change-Id: Ic719d4b53ad12bd06f46db1180323ca52c5fa983
---
M asterixdb/asterix-app/pom.xml
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/01/21201/1

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 4cdabe7..afa531e 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -245,7 +245,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -265,7 +265,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -288,7 +288,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -348,7 +348,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -379,7 +379,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21201?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: lumina
Gerrit-Change-Id: Ic719d4b53ad12bd06f46db1180323ca52c5fa983
Gerrit-Change-Number: 21201
Gerrit-PatchSet: 1
Gerrit-Owner: Ian Maxon <[email protected]>

Reply via email to