diff options
author | Nick Hudson <nick.hudson@isode.com> | 2013-10-29 16:02:20 (GMT) |
---|---|---|
committer | Nick Hudson <nick.hudson@isode.com> | 2013-10-29 16:26:50 (GMT) |
commit | b2f5e0d7c7409ef78ff83708e9ba068f6f0ad535 (patch) | |
tree | e049bd45e223b9ba19db3ee19a5a1e2b86261e4b /src/com/isode | |
parent | bd9407d3f0ef8a1f94fedc5b68fc1e05c129b562 (diff) | |
download | stroke-b2f5e0d7c7409ef78ff83708e9ba068f6f0ad535.zip stroke-b2f5e0d7c7409ef78ff83708e9ba068f6f0ad535.tar.bz2 |
Enable building of jar file without examples
The example code includes references to Swing, which isn't available
for all environments (e.g. Android) and so this change provides an
alternate build target to allow stroke.jar to be built without
processing the example code.
The original "dist" target was incorrect in the way it was creating
the jar file, because it was creating a standalone MANIFEST.MF file
(which didn't get used for the jar file at all). So that has been
corrected (for the dist-with-examples target).
So if now do
% ant -Dnoexamples=1
Tnen no examples will be built.
If you do
% ant
then the jar file will include examples (as before) and will also have
a manifest that specifies "Main-class" properly.
Note that this change has already been made to the isode repository
and will not need applying there.
Test-information:
Tested building with/without examples. The jar file appears correct in
each case.
Prior to this patch, saying "java -jar stroke.jar" did not work,
because the manifest wasn't being used properly. After this patch, it
does (for the jar file that includes examples).
Change-Id: I68eadc4355cb655dd31e6afec48405a6fe2c057e
Signed-off-by: Nick Hudson <nick.hudson@isode.com>
Diffstat (limited to 'src/com/isode')
0 files changed, 0 insertions, 0 deletions