Gregor, >> i wonder that too. imho worth bringing up on the dev list.
I will do that! >> presumably it runs inside the same VM as eclipse, and you can add these >> options to your eclipse startup parameters. >> i use eclipse.exe -Xmx1024m -Xms512m , for instance. I remember having seen an option to run it in a separate VM (which might be better for speed and memory usage) but I cannot find that right now. The other question would be if I want to tamper with the endorsed libs for the VM that Eclipse runs in?!? Well, giving it a try cannot hurt ... Well, thinking again, this would mean that my Eclise would become dependent on something inside its workspace in order to run. Not a very clean approach either ... Mybe I should bring this up on the platform-ant-dev list at the Eclipse platform project! Regards, Torsten > Torsten Schlabach wrote: > > > 1. External tasks. The Cocoon build process starts with building some > Ant > > tasks (one of them being XPatch) that get used immediately during the > very > > same run of Ant. I actually wonder why that is and why those tasks are > not > > readily compiled to .class files inside the tools branch of the Cocoon > > tarball. (@all: if this is by design: let me know. If this is by chance > it > > might be worth debating.) > > i wonder that too. imho worth bringing up on the dev list. > > > 2. Endorsed libs. And this is where the story ends: The build.bat / > ant.bat > > scripts set the libs/endorsed tree inside the Cocoon tarball as > > -Djava.endorsed.dirs=lib\endorsed. I have not yet found a way of doing > that > > in the Eclipse internal Ant. Correct me if I am wrong, but this is a VM > > option, not an Ant property, is it? So can I change the VM settings for > the > > VM that is used to run the internal Ant in Eclipse? > > presumably it runs inside the same VM as eclipse, and you can add these > options to your eclipse startup parameters. > > i use eclipse.exe -Xmx1024m -Xms512m , for instance. > > -gregor > > -- > Gregor J. Rothfuss > COO, Wyona Content Management Solutions http://wyona.com > Apache Lenya http://lenya.apache.org > [EMAIL PROTECTED] [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
