294 Commits

Author SHA1 Message Date
Nicola Ken Barozzi
e54798a810 Removed the xml log, which is no longer generated.
It wasn't used anyway.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352360 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 13:35:37 +00:00
Nicola Ken Barozzi
cb61af26b6 Removed the xml logger use.
It also speeds up build consierably.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352359 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 13:34:38 +00:00
Nicola Ken Barozzi
dd74d11acf fixed -projecthelp usage in build.sh by removing the xml log stuff.
It still puzzles me... I guess I'll dump the xml log alltogether.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352358 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 13:25:58 +00:00
Glen Stampoultzis
d93f2d76dc More documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352357 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 12:58:00 +00:00
Glen Stampoultzis
5f10197de0 Fixed remove bug.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352356 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 12:46:40 +00:00
Glen Stampoultzis
b8457f4fc7 Testcase for HSSFRow removal bug
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352355 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 12:45:57 +00:00
Nicola Ken Barozzi
c95c85e395 Update of the build system.
Gump target works ok.
All docs generate ok.
Jar task is ok.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352354 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 07:30:22 +00:00
Nicola Ken Barozzi
79b292b274 Update of the build system.
Gump target works ok.
All docs generate ok.
Jar task is ok.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352353 13f79535-47bb-0310-9956-ffa450edef68
2002-04-08 07:21:16 +00:00
Said Ryan Ackley
e5f40365c7 Paragraph properties type definition
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352352 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 22:57:36 +00:00
Said Ryan Ackley
45702d2726 Section properties type definition
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352351 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 22:57:12 +00:00
Said Ryan Ackley
8ede045df3 first CVS commit!! Table properties type definition
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352350 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 22:56:30 +00:00
Andrew C. Oliver
294f7b3d5d made it official (deprecation)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352349 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 17:29:33 +00:00
Andrew C. Oliver
69ffb84518 fixed constant for black (glen fixed it in HSSFColorConstants which is deprecated)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352348 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 17:28:27 +00:00
Andrew C. Oliver
073cb739db put jar target on the menu as its the only way to get the jars from the
thing currently


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352347 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 22:08:22 +00:00
Nicola Ken Barozzi
3201dd15ad Finally found out how to load the ant optional tasks without having to
put the jar under ant lib! :-D
Moved the default.properties of ant in a separate jar and removed the
definitions of the optional tasks used by centipede; removed the optional
tasks from ant optional.jar and put the classes in a jar in the relative cent
lib dir.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352346 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 17:43:02 +00:00
Nicola Ken Barozzi
a2f91d5fb1 Fixed compilation for the separate jars, moved the centipede splash task under
the centipede cent and made the gui splash not load if the OS is unix type.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352345 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 17:36:35 +00:00
Nicola Ken Barozzi
186a7f592d Added gui ant program called antidote. Will add it to our build later.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352344 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 14:24:14 +00:00
Nicola Ken Barozzi
669096d5e3 Added library inside cent.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352343 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 13:54:38 +00:00
Nicola Ken Barozzi
c6ad43f3cb Fixed version.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352342 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 13:52:20 +00:00
Nicola Ken Barozzi
b56ba23417 Corrected the files to conform to the new DTD.
tags s1,s2,s3,s4 become simply section.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352341 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 13:36:06 +00:00
Glen Stampoultzis
6f9c4f2057 Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352340 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 10:57:06 +00:00
Nicola Ken Barozzi
9275568280 Adding DTDs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352339 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:44:16 +00:00
Nicola Ken Barozzi
12f6db5ca8 Adding DTDs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352338 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:43:12 +00:00
Nicola Ken Barozzi
65e1d7e908 Make CVS ingnore any log*.* file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352337 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:41:47 +00:00
Nicola Ken Barozzi
c354dd111f Starting to add the new DTD locally so we can start upgrading docs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352336 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:40:36 +00:00
Nicola Ken Barozzi
fc9c4c838c Added jdepend cent.
There are problems with classpath, so I've but the jar in the antipede lib dir :-(


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352335 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:35:38 +00:00
Nicola Ken Barozzi
718e237e17 Fixed scratchpad,contributions and examples classes dir (they were all defaulting
to the same dir and packages were all the same).
Added a metrics dir in the build docs dir.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352334 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:12:03 +00:00
Nicola Ken Barozzi
9da98fa844 Added build.number as a non-cvs file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352333 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:10:19 +00:00
Nicola Ken Barozzi
748fcde74b Removing build number as it seems to be causing conflicts.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352332 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 09:09:46 +00:00
Glen Stampoultzis
4e21181db0 Another FAQ.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352331 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 07:19:58 +00:00
Glen Stampoultzis
7f367885c3 Some more limitations
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352330 13f79535-47bb-0310-9956-ffa450edef68
2002-04-06 07:19:12 +00:00
Nicola Ken Barozzi
0e83152724 Updated centipede.jar: now javadocs generate ok and now the unit test fails if it doesn't succede.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352329 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 16:33:39 +00:00
Glen Stampoultzis
c0937eed05 Minor edits.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352328 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 14:03:01 +00:00
Glen Stampoultzis
273f326617 Some minor changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352327 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 14:02:18 +00:00
Glen Stampoultzis
576338af73 New section
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352326 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 14:02:04 +00:00
Glen Stampoultzis
d6a1793015 Limitations? What limitations?
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352325 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 14:01:53 +00:00
Nicola Ken Barozzi
9b841604b1 Forrest cent: fixed nested images resolving in documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352324 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 13:32:16 +00:00
Glen Stampoultzis
d2b6d42194 I wasn't really ready to commit these but since the others got commited by ant we now have broken links so this fixed that.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352323 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 12:54:46 +00:00
Glen Stampoultzis
fa4483f05f Fixed classpath issue for docs build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352322 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 09:19:44 +00:00
Nicola Ken Barozzi
d971ae551c Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352321 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 14:43:45 +00:00
Nicola Ken Barozzi
e9fbe2355c Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352320 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 08:14:38 +00:00
Nicola Ken Barozzi
85d0a2e5fe Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352319 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 08:05:47 +00:00
Nicola Ken Barozzi
8bc39a756a Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352318 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 07:37:21 +00:00
Nicola Ken Barozzi
47af6c648e Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352317 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 07:22:47 +00:00
Nicola Ken Barozzi
de79b921ad Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352316 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 07:04:57 +00:00
Nicola Ken Barozzi
390a496ee1 Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352315 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 22:31:45 +00:00
Nicola Ken Barozzi
58fbe42855 Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352314 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 18:20:20 +00:00
Nicola Ken Barozzi
179bb88f2e Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352313 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 17:51:49 +00:00
Nicola Ken Barozzi
61bd170147 Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352312 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 17:06:10 +00:00
Nicola Ken Barozzi
9037a392e4 New version of the index. [for Andy: this is not April Fool's]
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352311 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 15:16:20 +00:00