This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Question about UnicodeData.txt data file


Tom,

Is there anyway in the configure file to set the relative path to <.>
instead of the absolute path?

I know in the config.java file srcdir can be changed but is there
a way to set this during configuration?

Pat

-----Original Message-----
From: Tom Tromey [mailto:tromey@redhat.com]
Sent: Thursday, November 07, 2002 10:53 AM
To: Patrick Ellis
Subject: Re: Question about UnicodeData.txt data file


>>>>> "Patrick" == Patrick Ellis <Patrick.Ellis@sas.com> writes:

Please CC the list.  Sometimes I neglect email that gets sorted into
the `private' mailbox.

Patrick> So if we have JDK 1.4.1 on Linux, Windows and VMS, are you
Patrick> saying that we still must compile on all three hosts rather
Patrick> than compile once and run "everywhere"?  It seems that Mauve
Patrick> hardcodes the full pathname of the .txt and .data files based
Patrick> on the platform I've compiled (e.g.,
Patrick> /users/id/mauve/.../.../UnicodeData.txt).  And obviously the
Patrick> pathnames on all three systems are constructed very
Patrick> differently.

Out of the box, Mauve does what it does.  You can always write your
own test harness; we did that for libgcj testing.  You could subclass
SimpleTestHarness and rewrite getResourceStream or getSourceDirectory
to do whatever you like.  Or you can rewrite config.java and recompile
it on each platform.  If you come up with a generically useful patch,
send it to the list.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]