Re: ant build file size issue

2009-10-06 Thread Jake Bearkley
Thanks Chuck and Kieran. I deleted the lines as suggested and it appears to be all good now. I will upgrade soon, issue is I onlyhave the one Mac development machine and dont want to destroy my environment incase upgrade does not work as expected, so thanks Kieran for the heads up on the new build

Re: ant build file size issue

2009-10-05 Thread Jake Bearkley
an example ./Contents/Library/Frameworks/JavaVM.framework That would be your problem right there. It should NOT be embedding the Java JVM. Check your build file for something that is picking up Java* for embedding perhaps? It looks like it is grabbing this when it gets JavaWebObjects etc.

Re: ant build file size issue

2009-10-05 Thread Kieran Kelleher
What is the contents of the 1) project's .classpath file? ... 2) woproject/ant.frameworks.wo.wosystemroot patternset file -Kieran On Oct 5, 2009, at 7:31 AM, Jake Bearkley wrote: an example ./Contents/Library/Frameworks/JavaVM.framework That would be your problem right there. It should

Re: ant build file size issue

2009-10-05 Thread Jake Bearkley
.classpath (has not changed in months) ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=Sources/ classpathentry kind=con

Re: ant build file size issue

2009-10-05 Thread Kieran Kelleher
Keep discussion on the list please Jake :-) You are on old version of WOLips, so I cannot compare your situation to mine, but basically everything in that ant.frameworks.wo.wosystemroot file is being embedded, and IIRC, I would expect that that file should have contents like this only:

Re: ant build file size issue

2009-10-05 Thread Chuck Hill
On Oct 5, 2009, at 5:35 AM, Jake Bearkley wrote: ./woproject/ant.frameworks.wo.wosystemroot Delete these lines: Library/Frameworks/JavaVM.framework Library/Java/Extensions/AppleScriptEngine.jar Library/Java/Extensions/CoreAudio.jar Library/Java/Extensions/dns_sd.jar

Re: ant build file size issue

2009-10-05 Thread Kieran Kelleher
Hi Jake, If you do upgrade to 3.4.2 and latest WOLips, you will need to create new temporary projects for App and Framework and update/replace your old build.xml from those. HTH, Kieran On Oct 5, 2009, at 1:04 PM, Chuck Hill wrote: On Oct 5, 2009, at 5:35 AM, Jake Bearkley wrote:

Re: ant build file size issue

2009-10-04 Thread Jake Bearkley
Hi All, I am still having these ant build file size issues. I have analysed the resulting dist directories and there appears to be some recursive action happening. 8550+ extra files are being added during the build an example

Re: ant build file size issue

2009-10-04 Thread Chuck Hill
On Oct 4, 2009, at 3:35 AM, Jake Bearkley wrote: Hi All, I am still having these ant build file size issues. I have analysed the resulting dist directories and there appears to be some recursive action happening. 8550+ extra files are being added during the build an example

Re: ant build file size issue

2009-09-23 Thread Mike Schrag
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? untar it and see what's taking up the space? are we adding something to the tar that we didn't before? ms