Bug 47903

Summary: [PATCH] Added target to compile scratchpad examples
Product: POI Reporter: Bruno Girin <brunogirin>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.6-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 47922    
Attachments: svn diff output

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