octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mingw Octave-3.4.3 binaries for testing on windows


From: PhilipNienhuis
Subject: Re: Mingw Octave-3.4.3 binaries for testing on windows
Date: Tue, 25 Oct 2011 13:54:27 -0700 (PDT)

nitnit wrote:
> 
> 
> PhilipNienhuis wrote:
>> 
>> 
>> - chk_spreadsheet-support is easier, but you'd still have to check if the
>> java package is loaded (!), then infer the directory where the jar files
>> reside during startup of Octave, process this into some string, and feed
>> that string to chk_spreadsheet_support. It's doable, but perhaps too
>> involved.
>> 
>> - You can also have a look at how it is done in the 3.2.4 MinGW binary.
>> Benjamin also put the jars in /lib, and used PKG_ADD to add them to the
>> javaclasspath; have a look in 
>> /libexec/octave/packages/java-1.2.7 
>> to see how he did it.
>> 
>> 
> 
> Benjamin has put all the jars in the bin subdir and it looks OK to me 
> since I have put there other dlls which are required for other OF
> packages.
> 
> Regarding classpath.txt, I can use Benjamin's solution but it requires a
> change in java pkg in order to support the io pkg. It looks more logical
> to me to implement similar lines or alternative chk_spreadsheet_support
> calls as an PKG_ADD of the io pkg.
> 
> This way maintenance of those pkgs will be much more independent.
> 
> What do you think ?
> 

Looks good. 
In fact, this is what I originally had in mind for chk_spreadsheet_support,
before I added problem analysis stuff.

Philip

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Mingw-Octave-3-4-3-binaries-for-testing-on-windows-tp3928387p3938231.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]