Bug 47903 - [PATCH] Added target to compile scratchpad examples
Summary: [PATCH] Added target to compile scratchpad examples
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.6-dev
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 47922
  Show dependency tree
 
Reported: 2009-09-25 07:27 UTC by Bruno Girin
Modified: 2009-10-04 03:29 UTC (History)
0 users



Attachments
svn diff output (2.56 KB, text/plain)
2009-09-25 07:27 UTC, Bruno Girin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Girin 2009-09-25 07:27:07 UTC
Created attachment 24311 [details]
svn diff output

Added a compile-scratchpad-examples target to the main build.xml file to enable
compilation of scratchpad examples. The new target is based on the existing
compile-examples target. Added dependency on compile-scratchpad-examples in
compile target.

Attached is a svn diff output created as per the "Contribution to POI" web page
(http://poi.apache.org/getinvolved/index.html).
Comment 1 Yegor Kozlov 2009-10-04 03:29:48 UTC
Applied in r821500

BTW, I'm thinking of merging scratchpad examples with the main ones - I think it's no harm to have all of them in one place. 

Regards,
Yegor