Re: [Aimmath-developers] AIM and Maple 9 not good news
Brought to you by:
gustav_delius,
npstrick
From: Greg G. <gr...@ma...> - 2003-07-29 18:10:52
|
On Mon, 28 Jul 2003, Jon Breitenbucher wrote: > Greg, > > Thanks for the files. I made the changes. Now I am getting some strange > messages when I run the AutoConf.mpl under the latest develop_2_1. The > configuration and processing of Servlet all go fine and Make.mpl starts > and runs. However, when Make gets to Package.mpl, I get a "Reading > Package.mpl...Error, (in pread) too many files simultaneously open for > reading done." A second run of AutoConf.mpl does not give the error. > Any thoughts? Is there some circular dependence? ... one file invoking the read of another, that reads another etc. that reads the original file in the cycle. Maybe wahtever happened is embedded in an if-block and on the 2nd run, something that was written out on the first run through (there are a few places where it is checked whether a certain file exists) prevents that if-block from being entered. > There also seems to be something wrong with the HTML markup. On the > Zone page I don't get the explanations of the options but messages like > "#Explanation of security level" and "#Explanation of admin email" These messages are defined in WEB-INF/maple/locales/en.mpl. Perhaps this file is not readable for some reason or was not read during the Make process ... it is read from I18n.mpl. > These messages are showing up on other pages as well. I've diffed all > of the files with a previous version and don't see anything related to > these messages that has changed. > > Lastly, the new question files are not working for me. I can compile > the questions but when I Try a question I get Are these problems coming up under Mac OS X, with the LaTeX -> aim/LaTeX changes ... or are they also coming up under Windows? Regards, Greg |