[Dart] Sweeping Dart changes
Blezek, Daniel J (CRD)
blezek at crd.ge.com
Tue, 22 Jan 2002 14:45:27 -0500
Brad,
This is true. One thought that Jim and I had was to supply a autoconf style configuration for
Dart, that would look up path's and such to configure Dart. Do you have any suggestions for
non-CMake projects? One possibility was to use tcl to find these things, as it would be relatively
cross platform, but then we end up duplicating much of what CMake has done.
-dan
> -----Original Message-----
> From: Brad King [mailto:brad.king at kitware.com]
> Sent: Tuesday, January 22, 2002 1:42 PM
> To: 'dart at public.kitware.com'
> Subject: Re: [Dart] Sweeping Dart changes
>
>
> > - Dart installation defaults are stored in
> > DartRoot/Source/Client/DartDefaults.conf, as backup for
> non-specified
> > Dart options
> The new config format looks nice. One thought that has
> crossed my mind is
> this:
>
> CMakeCommand: at CMAKE_COMMAND at
> MakeCommand: at MAKECOMMAND at
> CVSCommand: at CVSCOMMAND at
> TclshCommand: at TCL_TCLSH at
> JavaCommand: at JAVACOMMAND at
> ScpCommand: at SCPCOMMAND at
> GunzipCommand: at GUNZIPCOMMAND at
> CompressionCommand: at COMPRESSIONCOMMAND at
> CompressionType: at COMPRESSIONCOMMAND at
>
> For non-CMake uses of Dart, these values are a pain to
> specify. In the
> past, I've included logic in the config file to find these
> values. Now
> that the config file isn't sourced, this won't work. Almost
> all of the
> time appropriate defaults can be found by inspecting the
> system path or
> even by just invoking the programs without the full path. Is this
> available already, or can it be added?
>
> -Brad
>
> _______________________________________________
> Dart mailing list
> Dart at public.kitware.com
> http://public.kitware.com/mailman/listinfo/dart
>