Eclipse 3.3.2 / WOLips 3.3.5304 / WebObjects 5.3 / Leopard 10.5.8
I am trying to build a project using ant embedding the 5.3 frameworks to deploy on 5.4.
I can build and run the project fine within eclipse.
Yesterday I started getting java heap space issue while trying to build the war file. Thanks to Chuck I now use ANT_OPS. I specify ANT_OPS in the VM variables on the JRE settings page and the project build successfully, BUT my build process which zips up the dist directory now creates a 300Mb tar file instead of a 40Mb tar file.
Can anyone suggest why the significant change?
I am sure the huge dist directory issue occurred before the ANT_OPS change. Perhaps this was the cause of the java heap space errors.
I possibly did a automatic software update since my last deploy, which may have included a java update but not 100% sure.
I reverted my project to last week and rebuilt and the dist directory is still huge, so I am sure it is nothing I have explicitly done/coded.
I obviously have cleaned the project, my java currentJDK points to 1.5
anyone have any suggestions?
Thanks in advance
Bearko