reset password
Author Message
kknaur
Posts: 540
Posted 14:31 Oct 05, 2010 |

I am having trouble getting my zip file to be under 500kb.  Right now I have managed to get it to 622 kb by excluding:

all .jar files
all .class files
all files under /web/javascript/ckeditor
all files under /build
all files under /.svn
 

Is there something I am forgetting to exclude or is 622 kb close enough for the full credit?


Can you exclude files in the /db folder or the /.settings folder?

Last edited by kknaur at 14:33 Oct 05, 2010.
cysun
Posts: 2935
Posted 14:41 Oct 05, 2010 |
kknaur wrote:

I am having trouble getting my zip file to be under 500kb.  Right now I have managed to get it to 622 kb by excluding:

all .jar files
all .class files
all files under /web/javascript/ckeditor
all files under /build
all files under /.svn
 

Is there something I am forgetting to exclude or is 622 kb close enough for the full credit?


Can you exclude files in the /db folder or the /.settings folder?

622KB is perfectly fine. The 500K number is outdated after we added wiki and some other stuff. I'll update the homework description. And thanks for letting me know.

victormejia
Posts: 40
Posted 12:04 Oct 06, 2010 |

I have added the zip task, but once I save it says it builds successfully but I don't see any zip file.  I remember in class I have to specifically call that task. How do I do that in eclipse?

cysun
Posts: 2935
Posted 12:28 Oct 06, 2010 |
victormejia wrote:

I have added the zip task, but once I save it says it builds successfully but I don't see any zip file.  I remember in class I have to specifically call that task. How do I do that in eclipse?

Read the lecture notes, or watch the lecture video.