You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/01/17 18:04:13 UTC

DO NOT REPLY [Bug 46554] New: [PATCH] Build poi-examples.jar along with the other .jar files

https://issues.apache.org/bugzilla/show_bug.cgi?id=46554

           Summary: [PATCH] Build poi-examples.jar along with the other .jar
                    files
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: POI Overall
        AssignedTo: dev@poi.apache.org
        ReportedBy: georger_br@yahoo.com.br


Created an attachment (id=23139)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23139)
Build poi-examples.jar along with the other .jar files

Hi,
When building the latest POI from SVN (20090107), I noticed that

ant compile

will compile the classes in the build/examples-classes directory, but

ant jar

will NOT build poi-examples-3.5-beta5-20090117.jar in the build/dist directory.

This was an issue to me, because I wanted to run
org.apache.poi.hssf.eventusermodel.examples.XLS2CSVmra from the command line. I
modified build.xml and built the jar myself.

I have attached a patch that fixes this issue. Regards,

Georger


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 46554] [PATCH] Build poi-examples.jar along with the other .jar files

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46554


Nick Burch <ni...@torchbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Nick Burch <ni...@torchbox.com>  2009-05-17 11:39:19 PST ---
The example jar isn't built by default, as most people wouldn't want it, since
they'll be editing the examples for their needs

I've added a new target, jar-examples, which will build a jar of the examples.
In the event that you don't need to change any of the examples, and just want
to run with them, then please use this :)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org