tonykwok / leonardosketch

Automatically exported from code.google.com/p/leonardosketch
0 stars 0 forks source link

Leonardo JAR contains Junit #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Josh,
The Leonardo one click jar (and perhaps all other builds too) contains the 
whole Junit framework.
I think this is not needed to run the application and can be removed from the 
built jar file. This would reduce the size of the download.

Just a hint.

Have fun,
 - Rossi

Original issue reported on code.google.com by rosstaus...@googlemail.com on 26 Nov 2010 at 9:52

GoogleCodeExporter commented 9 years ago
Had a look at the ant file.
It comes from <zipgroupfileset dir="${amino.core.dir}" includes="**/*.jar" />
in the build-onejar taget. This would need an excludes to filter out the junit 
jar.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 26 Nov 2010 at 9:57

GoogleCodeExporter commented 9 years ago
Thanks for catching that. I've fixed it.

Original comment by joshmari...@gmail.com on 8 Dec 2010 at 11:03