Jeff Turner wrote: > > I don't know what's going on here.. last week, I was experiencing just what > you're talking about. Tests took >2 mins on an 800mhz Duron. Changing > fork="true" to fork="false" made no difference.
Some of this may be due to virtual memory swapping. JVMs can be pretty heavy handed. > > Now, after having done a clean checkout, unsetting ANT_HOME, and running > './build.sh test', it takes 27 secs. The XSLT bit takes under 2 secs. This is because you probably have Xalan 1.xx in your installed ANT_HOME, but unessting ANT_HOME uses Xalan 2.xx in Avalon. Or it could be the XML parser you are using.... > Btw, the following tests currently fail: > > testSubstituteErrorFile "file:src/test/test.xml" not found. This is known--but since it is in Scratchpad, it is not as high a priority. > testActiveMonitorFailure "File not changed" This is due in part to the fact that you machine is probably too busy for the daemon thread (at min priority) to wake up and send the PropertyChangeEvent message in time. I will add some preferences to ActiveMonitor to be able to set the priority higher. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
