public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* sourcenav munges my preferences!
@ 2001-03-23  7:34 D-Man
  2001-03-23  8:42 ` Chad Bryant
  2001-03-23 12:55 ` Ian Roxborough
  0 siblings, 2 replies; 5+ messages in thread
From: D-Man @ 2001-03-23  7:34 UTC (permalink / raw)
  To: sourcenav

In the preferences dialog I want the build command to be:

sourcenav-ant.bat VSS/LegacyIntegrator buildFull

but snav insists on changing it to 

sourcenav-ant.bat VSS\LegacyIntegrator buildFull


I took a look at the source, in multimake.tcl line 215 is :

@@set $this-makecommand [file nativename $sn_options(both,make-command)]


Apparently SNav is trying to be smart by converting paths to the
native format.  The problem is I don't want that.  It won't work with
a '\'.  (The build command invokes bash, which runs a shell script
that runs ant (a make replacement for java) and the shell script needs
the / because the \L turns into L and the resulting path DNE).  

I changed the line to :

@@set $this-makecommand $sn_options(both,make-command)

and the build window now appears correctly.  However, if I open the
preferences dialog again, it has munged the command.


What can I hack to remove this "feature" and get the string exactly as
I entered?

Thanks,
-D

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-03-23 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-23  7:34 sourcenav munges my preferences! D-Man
2001-03-23  8:42 ` Chad Bryant
2001-03-23 12:22   ` Unsubscribing.... " Ian Roxborough
2001-03-23 16:04   ` Mo DeJong
2001-03-23 12:55 ` Ian Roxborough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).