Hi Charles, On Thu, Apr 10, 2008 at 6:48 AM, Charles Bacon <[EMAIL PROTECTED]> wrote: > Wow. Past me already fixed the "time consuming" part of this problem in > comment 8 in bug 3774:
Brilliant! Except I changed the line "done < badmap" below to "done < missingtypes", there was no badmap file created and missingtypes was the output from the previous step, that did the trick - no icky java exception from globus-credential-delegate now. > #remove all lines that reference uninstalled classes > while read badmap; do > grep -v $badmap client-config.temp > client2 > mv client2 client-config.temp > done < badmap; Cheers, -Blair -- In science one tries to tell people, in such a way as to be understood by everyone, something that no one ever knew before. But in poetry, it's the exact opposite. - Paul Dirac
