Eric Baldeschwieler wrote:
down the road, maybe we should change the build so that examples are not distributed by default, but are instead built as standalone jars. Does this make sense?

Examples are already in separate jar files. The problem (if any) is that we sync too much stuff to the slaves. For simplicity, we sync the full tree, excluding only svn files. We could exclude more things to make the sync faster, or explicitly specify the set of things to be sync'd. We do not need to sync any example code.

In any case, I think this code more naturally belongs in src/contrib, where each module has its own build.xml, rather than src/examples.

Doug

Reply via email to