Subversion Repositories DevTools

Rev

Rev 4969 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4969 Rev 5568
Line 2069... Line 2069...
2069
 
2069
 
2070
    #
2070
    #
2071
    #   Documented KLUDGE
2071
    #   Documented KLUDGE
2072
    #   The 'ant-using' mechanism only understands GBE_DPKG
2072
    #   The 'ant-using' mechanism only understands GBE_DPKG
2073
    #   This is not good in a cloud build configuration where GBE_DPKG_REPLICA is the fastest repository
2073
    #   This is not good in a cloud build configuration where GBE_DPKG_REPLICA is the fastest repository
2074
    #   Solution: In an GBE_ABT environment IFF GBE_DPKG_REPLIA exists then set GBE_DPKG
2074
    #   Solution: In an GBE_ABT environment IFF GBE_DPKG_REPLIA exists then set GBE_DPKG and JATS_HOME
2075
    #
2075
    #
2076
    if ($GBE_ABT && $GBE_DPKG_REPLICA)
2076
    if ($GBE_ABT && $GBE_DPKG_REPLICA)
2077
    {
2077
    {
2078
        $ENV{GBE_DPKG_ORIGINAL} = $ENV{GBE_DPKG};
2078
        $ENV{GBE_DPKG_ORIGINAL} = $ENV{GBE_DPKG};
2079
        $ENV{GBE_DPKG} = $ENV{GBE_DPKG_REPLICA};
2079
        $ENV{GBE_DPKG} = $ENV{GBE_DPKG_REPLICA};
-
 
2080
        $ENV{JATS_HOME} = $ENV{GBE_DPKG_REPLICA};
2080
        Message("Setting GBE_DPKG to GBE_DPKG_REPLICA");
2081
        Message("Setting GBE_DPKG to GBE_DPKG_REPLICA");
2081
    }
2082
    }
2082
 
2083
 
2083
    #
2084
    #
2084
    #   Use the ant-launcher to invoke ant directly
2085
    #   Use the ant-launcher to invoke ant directly