Re: Java 7 on OS X Snow Leopard

2010-07-20 Thread Peter Schuller
> For example here's what hg log reports in my hotspot dir: [new stuff] Did you 'hg fupdate' after 'hg fpull'? If not, your working copy will still be out of date even if hg log shows you modern history. -- / Peter Schuller

Re: Java 7 on OS X Snow Leopard

2010-07-20 Thread Peter Schuller
you did a fresh 'fclone'. I was suspecting you had fclone:ed bolloed by fpull:s without fupdate. (I personally don't know anything about the LoadC; I was just jumping in in case this could explain an out-of-date tree.) -- / Peter Schuller

Re: jaxp failure

2010-09-12 Thread Peter Schuller
> HINT: Try setting drops.dir to indicate where the bundles can be > found, or try setting the ant property allow.downloads=true to > download the bundle from the URL. > e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory Pass "ALLOW_DOWNLOADS=true" to gmake. -- / Peter Schuller