aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* licensing as per http://www.apache.org/dev/apply-license.htmlAvik Sengupta2005-05-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353695 13f79535-47bb-0310-9956-ffa450edef68
* build tweaksAvik Sengupta2005-05-191-3/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353687 13f79535-47bb-0310-9956-ffa450edef68
* Last-minute fixRainer Klute2005-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353684 13f79535-47bb-0310-9956-ffa450edef68
* - Improved the build process' with respect to its dependencies on JUnit, ↵Rainer Klute2005-05-161-230/+294
| | | | | | | | | | | | | JDepend and an XSLT processor. - Included DDF in the generated javadoc API documentation. - Excluded the obsolete HDF from the generated javadoc API documentation. - Included the CLASSPATH environment variable in the javadoc classpath so that references to third-party packages can be resolved. - Removed all explicit references to Xalan and changed the HSSF record generator to use any XSLT processor. However, that stuff seems to be very much out of date: The XSL stylesheet won't compile even after an obvious fix. Thus my modifications are untested but that stuff won't work anyway. I doubt it is important. - Did some beautifications on the build.xml file. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353683 13f79535-47bb-0310-9956-ffa450edef68
* tweaksAvik Sengupta2005-05-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353667 13f79535-47bb-0310-9956-ffa450edef68
* unfixed testcases, so you know what to fix :)Avik Sengupta2005-05-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353666 13f79535-47bb-0310-9956-ffa450edef68
* Added image support for POI. See the quick guide for details. Sponsored ↵Glen Stampoultzis2005-05-011-6/+6
| | | | | | through superlink software. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
* tests refactoringAvik Sengupta2005-04-211-2/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353644 13f79535-47bb-0310-9956-ffa450edef68
* - Compiling POI now includes the example classes.Rainer Klute2005-01-251-44/+87
| | | | | | | | | | - Javadoc now includes the example classes. - Added usage instructions to the POI Browser documentation. - Added references to the examples and the contributed software to the POI overview. - Added a missing import to an HPSF example class. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353626 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the copyright notice in the API documentation accordingRainer Klute2005-01-201-3/+7
| | | | | | | | to Brian Behlendorf's <brian@collab.net> posting on legal-discuss@apache.org. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353624 13f79535-47bb-0310-9956-ffa450edef68
* - Fixed a bug that prevented generating the JUnit test results report.Rainer Klute2005-01-031-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353623 13f79535-47bb-0310-9956-ffa450edef68
* - Performs checks for JDepend, JUnit and Xalan *before* doing long-running ↵Rainer Klute2005-01-011-65/+123
| | | | | | | | | | | | | | tasks. - Included HWPS in the generated API documentation. - Updated the copyright year to 2005. - Target "reports" completely split into subtargets. - Target "cvschangelog" is a main target now. - Issue warning if CVS_RSH is not set. - Minor build and documentation enhancements git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353621 13f79535-47bb-0310-9956-ffa450edef68
* Fixed small mistake in build.xmlGlen Stampoultzis2005-01-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353618 13f79535-47bb-0310-9956-ffa450edef68
* - Before running the "test" or "reports" target Ant now checks whether JUnit ↵Rainer Klute2004-12-311-93/+144
| | | | | | | | | | and JDepend are available, i.e. included in the classpath. - Started to modularize the "reports" target into independend subtargets in order to make it possible to run "ant jdepend", "ant javadocs" etc. individually. - Fixed the "jdepend" task so that it runs with JDepend 3.9. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353617 13f79535-47bb-0310-9956-ffa450edef68
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-3/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
* Some tests were checkin to the wrong source treeGlen Stampoultzis2004-04-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353550 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to the branch. Lots left to do. Boolean records aren't ↵Glen Stampoultzis2004-04-181-0/+4
| | | | | | supported at all. Empty spreadsheets have issues but this is a start on getting things healthy again. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353549 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Some of the later tweaks ported to the head.Glen Stampoultzis2004-04-091-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353543 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-091-2/+23
| | | | | | I'm really really wanting to move to subversion. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up of a few things in the build.Glen Stampoultzis2003-10-221-8/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353406 13f79535-47bb-0310-9956-ffa450edef68
* Make use of unique "poi-skin" so that we can highlight the ApacheCon US on ↵tetsuya2003-10-131-6/+0
| | | | | | the left-side navi git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353390 13f79535-47bb-0310-9956-ffa450edef68
* Added Link to Apachecon2003 (http://apachecon.com/2003/US/)tetsuya2003-09-231-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353368 13f79535-47bb-0310-9956-ffa450edef68
* Ant DTD added plus reference to it in the build.xml. Now it is possible to ↵Rainer Klute2003-09-041-0/+41
| | | | | | | | | edit build.xml with an DTD-aware XML editor (like Emacs with PSGML). New target "javadocs". It is just a copy of the fragment from the "reports" target. This can surely by improved. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353338 13f79535-47bb-0310-9956-ffa450edef68
* 21863, Paul KrauseAvik Sengupta2003-08-231-58/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353312 13f79535-47bb-0310-9956-ffa450edef68
* version to 2.1 for 3.0 seriesAndrew C. Oliver2003-08-041-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353288 13f79535-47bb-0310-9956-ffa450edef68
* Forrest URL added.Rainer Klute2003-08-021-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353283 13f79535-47bb-0310-9956-ffa450edef68
* Descriptions amended/fixed.Rainer Klute2003-07-261-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353248 13f79535-47bb-0310-9956-ffa450edef68
* build should be fixedSaid Ryan Ackley2003-07-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353215 13f79535-47bb-0310-9956-ffa450edef68
* Site build was failing if tests fails. Should be okay now.Glen Stampoultzis2003-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353213 13f79535-47bb-0310-9956-ffa450edef68
* Actually... just remembered. Can't do anything that requires forrest since ↵Glen Stampoultzis2003-07-141-1/+1
| | | | | | gump doesn't know about forrest. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353211 13f79535-47bb-0310-9956-ffa450edef68
* Synced with the branch and made gump run a full dist.Glen Stampoultzis2003-07-141-40/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353210 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to bin distributionsGlen Stampoultzis2003-05-171-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353102 13f79535-47bb-0310-9956-ffa450edef68
* Added gump targetGlen Stampoultzis2003-05-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353094 13f79535-47bb-0310-9956-ffa450edef68
* Added how to run build documentationGlen Stampoultzis2003-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
* bringing back the ability to run one test at a timeAvik Sengupta2003-05-041-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353080 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some small build problems and rigged the failing HDF tests not to run.Glen Stampoultzis2003-04-291-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353068 13f79535-47bb-0310-9956-ffa450edef68
* Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases ↵Glen Stampoultzis2003-04-241-471/+546
| | | | | | are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
* better diagnostics when running single testsAvik Sengupta2002-07-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352817 13f79535-47bb-0310-9956-ffa450edef68
* First HPSF test cases added.Rainer Klute2002-07-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352805 13f79535-47bb-0310-9956-ffa450edef68
* renamed suckyviewer sheetviewer and upped the version number a littleAndrew C. Oliver2002-07-211-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352800 13f79535-47bb-0310-9956-ffa450edef68
* Reworked Gump descriptor and build.Nicola Ken Barozzi2002-07-201-8/+2
| | | | | | | Let's see what happens ;-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352794 13f79535-47bb-0310-9956-ffa450edef68
* Added Sucky Viewer for viewing XLS files with HSSFAndrew C. Oliver2002-06-221-2/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352712 13f79535-47bb-0310-9956-ffa450edef68
* added the ability to run tests one at a timeAvik Sengupta2002-05-291-0/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352657 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest version of cents.Nicola Ken Barozzi2002-04-281-60/+23
| | | | | | | | | | Most notably: - added automagic cent that uses all available cents on common targets automagically - corrected forrest problems in rendering faqs, todos and changes (icons too) - corrected dist target git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352545 13f79535-47bb-0310-9956-ffa450edef68
* Made dist target "work"Andrew C. Oliver2002-04-271-2/+3
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352496 13f79535-47bb-0310-9956-ffa450edef68
* Adding a new failsafe-test target to the cent.Nicola Ken Barozzi2002-04-251-4/+18
| | | | | | | | Making the site target use that, so that failing tests don't stop the site build but can be showed on the test results pages. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352485 13f79535-47bb-0310-9956-ffa450edef68
* Now umldoclet creates javadocs with uml link on top.Nicola Ken Barozzi2002-04-251-1/+1
| | | | | | | | Changed build.xml to reflect the change. Minor update in centipede.cent. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352484 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest dev version of Centipede whivh uses the newly committedNicola Ken Barozzi2002-04-221-1/+3
| | | | | | | xmlproperty task in Ant :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
* Changed order of dependency in the dist, so that tests are run after site ↵Nicola Ken Barozzi2002-04-181-1/+1
| | | | | | generation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68