On Apr 9, 2008, at 7:04 PM, Blair Bethwaite wrote:
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.

Well, we wouldn't want to make it *too* easy. Glad it worked for you! I talked to Alain today, and he'll be incorporating something like this automatically for future VDT installs.


Charles

#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


Reply via email to