Developer Machine Setup documentation inconsistencies | Anthony Corbett | 2017-09-15 13:42 | |||||||||||||||||||||||||||
Status: Closed | |||||||||||||||||||||||||||||
In "Set Up a Development Machine" the labkey environment variable is called "LABKEY_HOME" and on the "Notes on Seeing up a Mac for Labkey Development" the labkey environment variable is called "LABKEY_ROOT". In addition, there are multiple places in both of these wiki pages for what should be added to PATH. Set Up a Development Machine says <LABKEY_HOME>\build\deploy\bin Notes on Seeing up a Mac for Labkey Development says two different things: PATH = <labkey-root>/external/ant/bin:<labkey-root>/external/osx/bin:<your-normal-path> vs export PATH=$LABKEY_ROOT/external/ant/bin:$LABKEY_ROOT/build/deploy/bin:$PATH So my question is what is actually needed on the PATH??? 1. Is external/ant/bin needed? According to the Mac Notes it is, but that isn't on the main set up anymore with the move to gradle. 2. On my Mac it seems to me that build/deploy/bin contains the exact same things as external/osx/bin. I checked this via: diff <(ls -1 $LABKEY_HOME/build/deploy/bin) <(ls -1 $LABKEY_HOME/external/osx/bin) So does that mean I only need one or the other? If so which is best? Thanks, Anthony |
|||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||