From: wayne <wa...@ny...> - 2001-04-12 08:30:27
|
> From: me <jo...@pl...> > To: pro...@li... > Subject: Re: [proxyTools-users] What am I doing wrong? > > On Wed, Apr 11, 2001 at 04:16:14PM -0000, wayne wrote: > > > [joe@plaguesplace localProxy2]$ ./localProxy2.pl -f localProxyUser0.xml > ^^^^^^^^^^^^^^^^^^^^^^ > > > > > It keeps using the UAE file no matter what I tell it. [...] > [Did you read what I wrote? I am assuming you are being obstinate because it > is me.] :-) Sorry Joe! I get used to answering the same question from the list, I went into autmatic pilot mode. The -f option works on windows (at least for me). I haven't been able to test on (li|u)n(i|u)x systems yet. I didn't realise how much trouble it was to get the XML stuff installed there - just assumed it would be simple. I just tried again to install it in Cygwin, and hit a new problem to do with their dllwrap tool - <groan>. I see the problem; it's the code to detect that the program was double-clicked for a windows user. It seems the same conditions apply in linux. Fixed now - thanks. You could comment that code right out, or wait for my sourceforge cvs access to return. If you want to fix it (or remove the code, or comment it out), the 'fixed lines are near line 1280: my $doubleClicked = (($^O =~ /MSWin/) and ((!$ENV{'PROMPT'} or ($ENV{'CMDLINE'} and ($ENV{'CMDLINE'} eq 'WIN'))) and !$options{'g'})); It would probably be easiest to just remove them in your case. > joe -wayne |