cvs commit: jakarta-poi build.xml

2002-04-06 Thread acoliver

acoliver02/04/06 14:08:22

  Modified:.build.xml
  Log:
  put jar target on the menu as its the only way to get the jars from the
  thing currently
  
  Revision  ChangesPath
  1.10  +2 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 6 Apr 2002 17:36:35 -   1.9
  +++ build.xml 6 Apr 2002 22:08:22 -   1.10
  @@ -116,6 +116,7 @@
 
  
   

  +
   
   

  @@ -414,7 +415,7 @@
 
 
 
  
 
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-08 Thread nicolaken

nicolaken02/04/08 06:45:07

  Modified:.build.xml
  Log:
  Added testtargets task that checks all targets indipendently (cleans in between).
  It builds succesfully here.
  Also changed gump target to run testtargets and then testmodule.
  
  Revision  ChangesPath
  1.12  +37 -45jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 8 Apr 2002 07:19:40 -   1.11
  +++ build.xml 8 Apr 2002 13:45:07 -   1.12
  @@ -1,5 +1,5 @@
   
  -
  +
   
  
  @@ -278,7 +278,7 @@
 
 
 
  -  
   
   
  @@ -297,7 +297,7 @@
 
 
 
  -  
   
   
  @@ -362,41 +362,7 @@
sourcepath="${xlayout.build.java.dir}"
destdir="${xlayout.build.documentation.metrics.dir}"
failonerror="true">
  -
  -
  +   
 

   
  @@ -429,29 +395,55 @@
  
   
 
  -  
  +  
 
 
 
  +
  +  
  +  
  +  
  +  
  +  
  
  -   
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +  
  +  
 
 
 
 
 
  +   depends="testmodule"
  +   description="Target used by Gump">
  
  -
  +  
  +  
  +  
  +  
  +  
  +  
 
 
 
 
 
  
 
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-09 Thread nicolaken

nicolaken02/04/09 04:14:48

  Modified:.build.xml
  Log:
  Added site target.
  It generates the docs, javadocs, test results and metrics.
  
  Revision  ChangesPath
  1.15  +15 -0 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 8 Apr 2002 19:12:29 -   1.14
  +++ build.xml 9 Apr 2002 11:14:48 -   1.15
  @@ -353,6 +353,21 @@
  
   
 
  +  
  +  
  +  
  +  
  +
  +  
  +  
  +  
  +  
  +  
  + 
  +   
  +  
  +  
 
 
 
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-09 Thread nicolaken

nicolaken02/04/09 07:18:40

  Modified:.build.xml
  Log:
  Fixed dist build bug seen by Andy.
  
  Revision  ChangesPath
  1.16  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 9 Apr 2002 11:14:48 -   1.15
  +++ build.xml 9 Apr 2002 14:18:39 -   1.16
  @@ -250,7 +250,7 @@
 
 
   
  -  
  
   **
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-09 Thread nicolaken

nicolaken02/04/09 11:35:41

  Modified:.build.xml
  Log:
  Updated interactive target descriptions.
  
  Revision  ChangesPath
  1.17  +3 -3  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 9 Apr 2002 14:18:39 -   1.16
  +++ build.xml 9 Apr 2002 18:35:41 -   1.17
  @@ -117,12 +117,12 @@
   

   
  -
  -
  +
  +

  
   
  -
  +
  
   
   
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-18 Thread nicolaken

nicolaken02/04/18 02:45:20

  Modified:.build.xml
  Log:
  Reverting a change to the interactive target that shouldn't have been committed.
  
  Revision  ChangesPath
  1.22  +28 -7 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 18 Apr 2002 08:56:02 -  1.21
  +++ build.xml 18 Apr 2002 09:45:20 -  1.22
  @@ -34,21 +34,42 @@
 
 

   
  + 
  +--
   
  +  ${xgump.module.project.name} 
${xgump.module.project.version.major}.${xgump.module.project.version.minor}   [${YEAR}]
   
  -
  -   
  -   
  -   
  -
  +--
  + Using ${ant.version}
  + Build file ${ant.file}
  +--   
  + These are the most common build targets.   
  + You can also invoke them directly; see build.xml for more info. 
  + Builds will be in /build directory, distributions in /dist.
  +
  + all -- creates the jars and the site  
  + compile -- compiles the source code  
  + test - performs the jUnit tests   
  + jar -- create the jar files
  + docs - generates the html docs - clean not needed
  + javadocs - generates the API documentation   
  + site - generates the html site (docs+reports)
  + clean  cleans the build directory
  + dist - creates src and bin distributions
  + scratchpad --- build-run scratchpad code   
  + contrib -- build-run contributed code
  + generate-records - generate excel records
  + generate-types --- generate word types
  +
  +
  +
  +Please select a target 
   
   
   
  
  
   

  -  
  - 
   
   
 
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-18 Thread nicolaken

nicolaken02/04/18 08:41:48

  Modified:.build.xml
  Log:
  Removed the jar-cent target (not for poi, it's for krysalis-centipede);
  added javasrc to the javadocs execution and moved checkstyle under metrics target.
  
  Revision  ChangesPath
  1.23  +8 -41 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml 18 Apr 2002 09:45:20 -  1.22
  +++ build.xml 18 Apr 2002 15:41:48 -  1.23
  @@ -207,8 +207,7 @@
 
   
  - 
  -
  + 
  
  
   
  @@ -232,6 +231,11 @@
  
   

  +
  +   
  +   
  +
  +
 
   
 
  @@ -277,36 +281,14 @@
  
  
   
  -
  -   
  -
  -  
  -  
  -  
  -  
  -  
  -
  -
  -   
  -   
  -
  -
  -   
  -
  -  
  -  
  -  
  -  
  -  
   
   
  
  
   
  -
  +
  
  -
  +
 
 
 
  @@ -395,21 +377,6 @@
  depends="-init, jar, site"
  description="Generate all"/>
 
  -  
  -  
  -  
  -  
  -  
  -  
  -
  -
  -   
  -   
  -
  -
  -   
  -
 
 
 
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-18 Thread nicolaken

nicolaken02/04/18 11:12:26

  Modified:.build.xml
  Log:
  Changed order of dependency in the dist, so that tests are run after site generation.
  
  Revision  ChangesPath
  1.24  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 18 Apr 2002 15:41:48 -  1.23
  +++ build.xml 18 Apr 2002 18:12:26 -  1.24
  @@ -175,7 +175,7 @@
 
 
   
  -  
   
   
  
  
  



cvs commit: jakarta-poi build.xml

2002-04-27 Thread acoliver

acoliver02/04/27 06:24:54

  Modified:.build.xml
  Log:
  Made dist target "work"
  
  Revision  ChangesPath
  1.28  +3 -2  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 25 Apr 2002 23:43:01 -  1.27
  +++ build.xml 27 Apr 2002 13:24:54 -  1.28
  @@ -176,8 +176,9 @@
 
 
 
  -
  -  
  +
  +  
   
   
  
  
  



cvs commit: jakarta-poi build.xml

2002-05-29 Thread avik

avik02/05/29 07:37:37

  Modified:.build.xml
  Log:
  added the ability to run tests one at a time
  
  Revision  ChangesPath
  1.30  +103 -0jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 28 Apr 2002 21:42:06 -  1.29
  +++ build.xml 29 May 2002 14:37:37 -  1.30
  @@ -373,5 +373,108 @@
 -->  
   
   &import-antipede;
  +
  +
  +
  +
  +
  +
  +  
  +  
  +  
  +   
  +   
  +   
  +
  +
  +  
  +  
  +
  +  
  +   
  +   
  +
  + 
  +   
  +   
  +
  +
  +   
  +   
  +  
  +  
  +
  +
  +  
  +  
  +  
  +  
  +
  +
  +  
  +   
  +  
  +  
  +
  +
  +  
  +   
  +   
  +  
  +  
  +  
  +  
  +
  +  
  +
  +
  +
  +
  +
  +  
  +
  +
  + 
  + 
  +
  +
  + 
  + 
  +
  +
  +   
  +   
  + 
  + 
  +   
  +   
  +   
  +   
  + 
  + 
  +   
  +
  +   
  +   
  + 
  + 
  +   
  +
  +
  +  
  +
  +  
  +
  + 
  + 
 
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-poi build.xml

2002-07-29 Thread avik

avik2002/07/29 06:46:59

  Modified:.build.xml
  Log:
  better diagnostics when running single tests
  
  Revision  ChangesPath
  1.35  +2 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml 22 Jul 2002 08:25:18 -  1.34
  +++ build.xml 29 Jul 2002 13:46:59 -  1.35
  @@ -384,8 +384,9 @@
 description="--> runs the single unit test defined in the testcase property">
 
 
  -
  +
 
  +   
  
  mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-poi build.xml

2003-05-30 Thread avik
avik2003/05/30 06:43:41

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  documented xalan
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.41.2.1  +1 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.41.2.1
  diff -u -r1.41 -r1.41.2.1
  --- build.xml 17 May 2003 05:43:08 -  1.41
  +++ build.xml 30 May 2003 13:43:41 -  1.41.2.1
  @@ -15,6 +15,7 @@
   junit(3.8+) http://www.ibiblio.org/maven/junit/jars/
   xerces  http://www.ibiblio.org/maven/xerces/jars/
   jdepend http://www.ibiblio.org/maven/jdepend/jars/
  +xalan   http://www.ibiblio.org/maven/xalan/jars/
   
   The ant jar "optional.jar" should also be available otherwise the
   build will fail.
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-06-02 Thread avik
avik2003/06/02 01:03:30

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Added ability to debug testcases using jpda, also refactored a bit
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.41.2.2  +27 -13jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.1
  retrieving revision 1.41.2.2
  diff -u -r1.41.2.1 -r1.41.2.2
  --- build.xml 30 May 2003 13:43:41 -  1.41.2.1
  +++ build.xml 2 Jun 2003 08:03:30 -   1.41.2.2
  @@ -215,15 +215,16 @@
   
   
   
  -
  -
  -
  + 
   
   
   
   
  -
  + 
  +
  +
  +
   
   
   
  @@ -239,20 +240,33 @@
   
   
   
  -
  - 
  - 
  -
  -
  -
  -
  -
  +
  + 
  +

   
   
   


  +
  +
  +
  + 
  + 
  + 
  + 
  + 
  + 
  +
  +
  + 
  + 
  +
  +
  +
  + 
  + 
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-14 Thread glens
glens   2003/07/14 05:11:12

  Modified:.build.xml
  Log:
  Synced with the branch and made gump run a full dist.
  
  Revision  ChangesPath
  1.42  +62 -40jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml 17 May 2003 05:43:08 -  1.41
  +++ build.xml 14 Jul 2003 12:11:12 -  1.42
  @@ -6,7 +6,7 @@
   Glen Stampoultzis   glens at apache.org
   
   
  -This build was tested with and 1.5.3 although it will probably work with
  +This build was tested with ant 1.5.3 although it will probably work with
   other versions.  The following jar files should be installed
   into the ant lib directory:
   
  @@ -15,6 +15,7 @@
   junit(3.8+) http://www.ibiblio.org/maven/junit/jars/
   xerces  http://www.ibiblio.org/maven/xerces/jars/
   jdepend http://www.ibiblio.org/maven/jdepend/jars/
  +xalan   http://www.ibiblio.org/maven/xalan/jars/
   
   The ant jar "optional.jar" should also be available otherwise the
   build will fail.
  @@ -82,7 +83,7 @@
   
   
   
  -
  +
   
   
   
  @@ -141,14 +142,17 @@
   
   
   
  -
  -
  -
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  @@ -214,15 +218,16 @@
   
   
   
  +
  +
  +
  +
  +
  +
   
   
  -
  -
  -
  -
  -
  -
  +
   
   
   
  @@ -238,20 +243,33 @@
   
   
   
  -
  - 
  - 
  -
  -
  -
  -
  -
  - 
  +
  +
  +
  +
   
   
   
  - 
  - 
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  @@ -386,6 +404,18 @@
   
   
   
  +
  +
  +
  +
  +
  +
  +http://cvs.apache.org/viewcvs/"/>
  +
  +
  +
   
   
  @@ -425,15 +455,7 @@
   out="${jdepend.report.out.dir}/index.html"
   style="jdepend.xsl"/>
   
  -
  -
  -
  -
  -
  -http://cvs.apache.org/viewcvs/"/>
  -
  +
   
   
   
  -
  -
  -
  +
  +
  +
   
   
   
  @@ -570,6 +592,6 @@
   
   
   
  -
  +
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-14 Thread glens
glens   2003/07/14 05:14:18

  Modified:.build.xml
  Log:
  Actually... just remembered.  Can't do anything that requires forrest since gump 
doesn't know about forrest.
  
  Revision  ChangesPath
  1.43  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.xml 14 Jul 2003 12:11:12 -  1.42
  +++ build.xml 14 Jul 2003 12:14:18 -  1.43
  @@ -592,6 +592,6 @@
   
   
   
  -
  +
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-15 Thread glens
glens   2003/07/15 04:23:19

  Modified:.build.xml
  Log:
  Site build was failing if tests fails.  Should be okay now.
  
  Revision  ChangesPath
  1.44  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 14 Jul 2003 12:14:18 -  1.43
  +++ build.xml 15 Jul 2003 11:23:18 -  1.44
  @@ -419,7 +419,7 @@
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-16 Thread sackley
sackley 2003/07/16 19:43:26

  Modified:.build.xml
  Log:
  build should be fixed
  
  Revision  ChangesPath
  1.45  +1 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 15 Jul 2003 11:23:18 -  1.44
  +++ build.xml 17 Jul 2003 02:43:26 -  1.45
  @@ -295,6 +295,7 @@
   
   
   
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-22 Thread acoliver
acoliver2003/07/22 18:28:26

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  make rel 2 branch run tests under gump
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.41.2.4  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.3
  retrieving revision 1.41.2.4
  diff -u -r1.41.2.3 -r1.41.2.4
  --- build.xml 13 Jul 2003 13:16:32 -  1.41.2.3
  +++ build.xml 23 Jul 2003 01:28:26 -  1.41.2.4
  @@ -592,6 +592,6 @@
   
   
   
  -
  +
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-26 Thread klute
klute   2003/07/26 00:31:42

  Modified:.build.xml
  Log:
  Descriptions amended/fixed.
  
  Revision  ChangesPath
  1.46  +6 -5  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 17 Jul 2003 02:43:26 -  1.45
  +++ build.xml 26 Jul 2003 07:31:42 -  1.46
  @@ -156,7 +156,8 @@
   
   
   
  -
  +
   
   
   
  @@ -209,7 +210,7 @@
   
   
   
  +description="Tests main, contrib and scratchpad"/>
   
   
   
  @@ -500,7 +501,7 @@
   
   
   
  +description="Generates records">
   
   
   
  @@ -521,7 +522,7 @@
   
   
   
  +description="Generates types">
   
   
   
  @@ -539,7 +540,7 @@
   
   
   
  +description="Generates the documentation and reports"/>
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-07-28 Thread acoliver
acoliver2003/07/28 11:45:15

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  this is the pre3 release...
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.41.2.5  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.4
  retrieving revision 1.41.2.5
  diff -u -r1.41.2.4 -r1.41.2.5
  --- build.xml 23 Jul 2003 01:28:26 -  1.41.2.4
  +++ build.xml 28 Jul 2003 18:45:14 -  1.41.2.5
  @@ -83,7 +83,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-08-02 Thread klute
klute   2003/08/02 12:48:57

  Modified:.build.xml
  Log:
  Forrest URL added.
  
  Revision  ChangesPath
  1.47  +4 -5  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 26 Jul 2003 07:31:42 -  1.46
  +++ build.xml 2 Aug 2003 19:48:57 -   1.47
  @@ -354,11 +354,10 @@
   
   
   
  -
  -Please install apache forrest and set the
  -FORREST_HOME environment variable.
  -
  -
  +Please install Apache Forrest (see
  +;) and set the
  +FORREST_HOME environment variable!
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2003-08-02 Thread klute
klute   2003/08/02 12:49:17

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Forrest URL added.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.41.2.6  +4 -5  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.5
  retrieving revision 1.41.2.6
  diff -u -r1.41.2.5 -r1.41.2.6
  --- build.xml 28 Jul 2003 18:45:14 -  1.41.2.5
  +++ build.xml 2 Aug 2003 19:49:16 -   1.41.2.6
  @@ -352,11 +352,10 @@
   
   
   
  -
  -Please install apache forrest and set the
  -FORREST_HOME environment variable.
  -
  -
  +Please install Apache Forrest (see
  +;) and set the
  +FORREST_HOME environment variable!
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2003-08-04 Thread acoliver
acoliver2003/08/04 06:58:48

  Modified:.build.xml
  Log:
  version to 2.1 for 3.0 series
  
  Revision  ChangesPath
  1.48  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml 2 Aug 2003 19:48:57 -   1.47
  +++ build.xml 4 Aug 2003 13:58:48 -   1.48
  @@ -83,7 +83,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2003-08-23 Thread avik
avik2003/08/23 12:07:41

  Modified:.build.xml
  Log:
  21863, Paul Krause
  
  Revision  ChangesPath
  1.49  +62 -58jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 4 Aug 2003 13:58:48 -   1.48
  +++ build.xml 23 Aug 2003 19:07:41 -  1.49
  @@ -40,48 +40,48 @@
   http://www.ibiblio.org/maven"/>
   
   
  -
  -
  +
  +
   
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
   
  -
  +
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
  -
  +
   
  -
  +
   
  -
  -
  +
  +
   
  -
  -
  -
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  @@ -229,8 +229,8 @@
   
   
  -
  -
  +
  +
   
   
   
  @@ -247,8 +247,8 @@
   
   
   
  -
  -
  +
  +
   
   
   
  @@ -261,8 +261,8 @@
   
   
   
  -
  -
  +
  +
   
   
   
  @@ -285,7 +285,7 @@
   
   
   
  -
  +
   
   
   
  @@ -293,10 +293,11 @@
   
   
   
  -
  -
  -
  -
  +
  +
  +
  +
  +
   
   
   
  @@ -321,7 +322,7 @@
   
   
   
  -
  +
   
   
   
  @@ -329,8 +330,9 @@
   
   
   
  -
  -
  +
  +
  +
   
   
   
  @@ -383,7 +385,7 @@
   
   
   
  -
  +
   
   
   Broken links:
  @@ -502,10 +504,10 @@
   
   
  -
  -
  -
  -
  +
  +
  +
  +
   
   
   
  @@ -524,10 +526,10 @@
   description="Generates types">
   
   
  -
  -
  -
  -
  +
  +
  +
  +
   
   
   
  @@ -590,6 +592,8 @@
   Distribution located in build/dist
   
   
  +
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-09-23 Thread tetsuya
tetsuya 2003/09/23 09:00:45

  Modified:.build.xml
  Log:
  Added Link to Apachecon2003 (http://apachecon.com/2003/US/)
  
  Revision  ChangesPath
  1.51  +6 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 4 Sep 2003 19:52:11 -   1.50
  +++ build.xml 23 Sep 2003 16:00:45 -  1.51
  @@ -389,6 +389,12 @@
   
   
   
  +http://apachecon.com/2003/US/index.html">";>
  +  
  +  
  +
  +
  +
   Broken links:
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-10-13 Thread tetsuya
tetsuya 2003/10/13 02:45:14

  Modified:.build.xml
  Log:
  Make use of unique "poi-skin" so that we can highlight the ApacheCon US on the 
left-side navi
  
  Revision  ChangesPath
  1.52  +0 -6  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml 23 Sep 2003 16:00:45 -  1.51
  +++ build.xml 13 Oct 2003 09:45:14 -  1.52
  @@ -389,12 +389,6 @@
   
   
   
  -http://apachecon.com/2003/US/index.html">";>
  -  
  -  
  -
  -
  -
   Broken links:
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-10-22 Thread glens
glens   2003/10/22 16:16:34

  Modified:.build.xml
  Log:
  Tidy up of a few things in the build.
  
  Revision  ChangesPath
  1.53  +34 -8 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml 13 Oct 2003 09:45:14 -  1.52
  +++ build.xml 22 Oct 2003 23:16:34 -  1.53
  @@ -22,7 +22,7 @@
   build will fail.
   
   To build the documentation you will need to install forrest and set
  -the FORREST_HOME environment variable.
  +the FORREST_HOME environment variable.  Forrest 0.5.1 required.
   
   
   TO BE COMPLETED:
  @@ -30,7 +30,7 @@
   Convert book.xml files to a sitemap.
   
-->
  -
  +
   
   
   The POI project Ant build.
  @@ -110,6 +110,31 @@
   
   
   
  +
  +
  +Main targets:
  +
  + compile   Compiles the POI classes
  + test  Tests main, contrib and scratchpad
  + jar   Creates jar files for distribution
  + docs  Builds the POI website
  + fetch-jarsFetches needed JAR files from the Internet
  + generate-records  Generates HSSF records
  + generate-typesGenerates word types
  + javadocs  Generate javadocs
  + single-test   Runs a single test case specified with 
  +   -Dtestcase=classname
  + debug-testRuns a single test case specified with 
  +   -Dtestcase=classname with remote debug 
  +   options turned on.
  + reports   Creates junit,jdepend and javadoc reports
  + site  Generates the documentation and reports
  + dist  Creates the entire distribution into build/dist
  + clean-distCleans the build directory then creates a 
  +   distribution
  +
  +
  +
   
   
   
  @@ -167,7 +192,8 @@
   
   
   
  -
  +
   
   
   
  @@ -245,7 +271,7 @@
   
   
   
  -
  +
   
   
   
  @@ -256,7 +282,7 @@
   
   
   
  -
  +
   
   
   
  @@ -500,7 +526,7 @@
   
   
   
  -  
  +  
   
   
   
  +description="Generates HSSF records">
   
   
   
  @@ -564,7 +590,7 @@
   
   
   
  +description="Generates word types">
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2003-11-02 Thread glens
glens   2003/11/02 03:20:31

  Modified:src/documentation/content/xdocs/poifs Tag: REL_2_BRANCH
fileformat.xml
   src/documentation/content/xdocs/trans/de Tag: REL_2_BRANCH
book.xml
   src/documentation/content/xdocs/trans/es Tag: REL_2_BRANCH
book.xml
   src/documentation/content/xdocs Tag: REL_2_BRANCH book.xml
site.xml status.xml
   src/documentation Tag: REL_2_BRANCH skinconf.xml
   .Tag: REL_2_BRANCH build.xml
  Removed: src/documentation/content/xdocs/trans/es Tag: REL_2_BRANCH
changes.xml
   src/documentation/content/xdocs Tag: REL_2_BRANCH
changes.xml
  Log:
  Some fixes to make forrest happy and the change log.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.2.2.1   +0 -0  jakarta-poi/src/documentation/content/xdocs/poifs/fileformat.xml
  
  Index: fileformat.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/poifs/fileformat.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  
  
  
  No   revision
  No   revision
  1.2.2.1   +1 -1  jakarta-poi/src/documentation/content/xdocs/trans/de/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/de/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- book.xml  24 Apr 2003 00:53:31 -  1.2
  +++ book.xml  2 Nov 2003 11:20:30 -   1.2.2.1
  @@ -8,7 +8,7 @@
   
 
   
  -
  +
   
   
   
  
  
  
  No   revision
  No   revision
  1.2.2.1   +1 -1  jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- book.xml  24 Apr 2003 00:53:31 -  1.2
  +++ book.xml  2 Nov 2003 11:20:31 -   1.2.2.1
  @@ -9,7 +9,7 @@
 
   
   
  - 
  +

   
   http://jakarta.apache.org/site/mail.html"/>
  
  
  
  No   revision
  No   revision
  1.4.2.1   +1 -1  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- book.xml  18 May 2003 01:50:28 -  1.4
  +++ book.xml  2 Nov 2003 11:20:31 -   1.4.2.1
  @@ -9,7 +9,7 @@
   
   
   
  -
  +
   
   
   http://jakarta.apache.org/site/mail.html"/>
  
  
  
  1.4.2.1   +3 -1  jakarta-poi/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- site.xml  18 May 2003 01:50:28 -  1.4
  +++ site.xml  2 Nov 2003 11:20:31 -   1.4.2.1
  @@ -16,6 +16,7 @@
   
   http://apache.org/forrest/linkmap/1.0";>
   
  +
   
   http://xml.apache.org/";>
   
  @@ -31,7 +32,8 @@
   
   
   
  - http://jakarta.apache.org/builds/jakarta-poi/"/>
  +http://jakarta.apache.org/builds/jakarta-poi/"/>
  +
   
   
   
  
  
  
  1.2.2.2   +160 -117  jakarta-poi/src/documentation/content/xdocs/status.xml
  
  Index: status.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/status.xml,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- status.xml13 Jul 2003 13:16:32 -  1.2.2.1
  +++ status.xml2 Nov 2003 11:20:31 -   1.2.2.2
  @@ -1,183 +1,226 @@
   
   
  -
  +
   
   
   
   
   
   
  -
  -
  -
  -Things To Do for POI
  -
  -
  -
  -Finish HDF
  -
  -
  -Finish Charts
  -
  -
  -Finish Formulas.
  -
  -
  -
  -
  -
  -Expose functionality in low level records in higher level API

cvs commit: jakarta-poi build.xml

2004-01-26 Thread glens
glens   2004/01/26 03:06:51

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Version bumped up to 2.0
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.41.2.8  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.7
  retrieving revision 1.41.2.8
  diff -u -r1.41.2.7 -r1.41.2.8
  --- build.xml 2 Nov 2003 11:20:31 -   1.41.2.7
  +++ build.xml 26 Jan 2004 11:06:51 -  1.41.2.8
  @@ -83,7 +83,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-02-10 Thread glens
glens   2004/02/10 14:13:38

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Build changes
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.41.2.9  +54 -3 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.8
  retrieving revision 1.41.2.9
  diff -u -r1.41.2.8 -r1.41.2.9
  --- build.xml 26 Jan 2004 11:06:51 -  1.41.2.8
  +++ build.xml 10 Feb 2004 22:13:38 -  1.41.2.9
  @@ -71,7 +71,12 @@
   
   
   
  +
  +
  +
  +
   
  +
   
   
   
  @@ -89,6 +94,7 @@
   
   
   
  +
   
   
   
  @@ -101,6 +107,8 @@
   
   
   
  +
  +
   
   
   
  @@ -149,6 +157,8 @@
   
   

  + 
  + 

   

  @@ -162,6 +172,8 @@
   
   
   
  +
  +
   
   
   
  @@ -170,6 +182,9 @@
   
   
   
  +
  +
  +
   
   
   
  @@ -540,9 +555,45 @@
   description="generate the documentation and reports"/>
   
   
  -
  -
  -
  +
  +
  +
  +
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +
  +
  +
  +
  +
  +
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +
  +
  +
  +
  +
  +
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-02-14 Thread glens
glens   2004/02/14 21:57:48

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Turned on headless for tests
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.41.2.10 +5 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.9
  retrieving revision 1.41.2.10
  diff -u -r1.41.2.9 -r1.41.2.10
  --- build.xml 10 Feb 2004 22:13:38 -  1.41.2.9
  +++ build.xml 15 Feb 2004 05:57:48 -  1.41.2.10
  @@ -245,6 +245,7 @@
   
   
   
  +
   
   
   
  @@ -263,6 +264,7 @@
   

   
  +
   
   

  @@ -274,6 +276,7 @@



  +


   
  @@ -310,6 +313,7 @@
   
   
   
  +
   
   
   
  @@ -344,6 +348,7 @@
   
   
   
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-03-03 Thread glens
glens   2004/03/03 02:55:08

  Modified:.Tag: REL_2_BRANCH build.xml
  Log:
  Updated build number
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.41.2.12 +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.11
  retrieving revision 1.41.2.12
  diff -u -r1.41.2.11 -r1.41.2.12
  --- build.xml 28 Feb 2004 12:55:54 -  1.41.2.11
  +++ build.xml 3 Mar 2004 10:55:08 -   1.41.2.12
  @@ -89,7 +89,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-03-21 Thread glens
glens   2004/03/21 14:38:55

  Modified:src/java/org/apache/poi/hssf/usermodel Tag: REL_2_BRANCH
EscherGraphics.java
   .Tag: REL_2_BRANCH build.xml
  Log:
  Fixed some drawString positioning problems with EscherGraphics.java
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.1.2.3   +3 -3  
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/Attic/EscherGraphics.java
  
  Index: EscherGraphics.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/Attic/EscherGraphics.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- EscherGraphics.java   22 Feb 2004 11:54:52 -  1.1.2.2
  +++ EscherGraphics.java   21 Mar 2004 22:38:54 -  1.1.2.3
  @@ -269,9 +269,9 @@
   excelFont = new Font( font.getName(), font.getStyle(), (int) ( 
font.getSize() / verticalPixelsPerPoint ));
   }
   FontDetails d = StaticFontMetrics.getFontDetails( excelFont );
  -int width = (int) ( (d.getStringWidth( str ) * 2.5)  + 12 );
  -int height = (int) ( ( font.getSize() * 2.0 * verticalPixelsPerPoint ) + 6 
);
  -y -= ( font.getSize() * verticalPixelsPerPoint );// we want to draw the 
shape from the top-left
  +int width = (int) ( (d.getStringWidth( str ) * 8)  + 12 );
  +int height = (int) ( ( font.getSize() / verticalPixelsPerPoint ) + 6 ) * 2;
  +y -= ( font.getSize() / verticalPixelsPerPoint ) + 2 * 
verticalPixelsPerPoint;// we want to draw the shape from the top-left
   HSSFTextbox textbox = escherGroup.createTextbox( new HSSFChildAnchor( x, y, 
x + width, y + height ) );
   textbox.setNoFill( true );
   textbox.setLineStyle( HSSFShape.LINESTYLE_NONE );
  
  
  
  No   revision
  No   revision
  1.41.2.13 +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.41.2.12
  retrieving revision 1.41.2.13
  diff -u -r1.41.2.12 -r1.41.2.13
  --- build.xml 3 Mar 2004 10:55:08 -   1.41.2.12
  +++ build.xml 21 Mar 2004 22:38:55 -  1.41.2.13
  @@ -89,7 +89,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-04-09 Thread glens
glens   2004/04/09 05:19:08

  Modified:src/java/org/apache/poi/hssf/usermodel EscherGraphics.java
TestEscherGraphics.java TestEscherGraphics2d.java
   .build.xml
  Log:
  Some of the later tweaks ported to the head.
  
  Revision  ChangesPath
  1.3   +3 -3  
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/EscherGraphics.java
  
  Index: EscherGraphics.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/EscherGraphics.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EscherGraphics.java   9 Apr 2004 11:45:37 -   1.2
  +++ EscherGraphics.java   9 Apr 2004 12:19:08 -   1.3
  @@ -253,9 +253,9 @@
   excelFont = new Font( font.getName(), font.getStyle(), (int) ( 
font.getSize() / verticalPixelsPerPoint ));
   }
   FontDetails d = StaticFontMetrics.getFontDetails( excelFont );
  -int width = (int) ( (d.getStringWidth( str ) * 2.5)  + 12 );
  -int height = (int) ( ( font.getSize() * 2.0 * verticalPixelsPerPoint ) + 6 
);
  -y -= ( font.getSize() * verticalPixelsPerPoint );// we want to draw the 
shape from the top-left
  +int width = (int) ( (d.getStringWidth( str ) * 8)  + 12 );
  +int height = (int) ( ( font.getSize() / verticalPixelsPerPoint ) + 6 ) * 2;
  +y -= ( font.getSize() / verticalPixelsPerPoint ) + 2 * 
verticalPixelsPerPoint;// we want to draw the shape from the top-left
   HSSFTextbox textbox = escherGroup.createTextbox( new HSSFChildAnchor( x, y, 
x + width, y + height ) );
   textbox.setNoFill( true );
   textbox.setLineStyle( HSSFShape.LINESTYLE_NONE );
  
  
  
  1.2   +5 -1  
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/TestEscherGraphics.java
  
  Index: TestEscherGraphics.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/TestEscherGraphics.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestEscherGraphics.java   9 Apr 2004 11:45:37 -   1.1
  +++ TestEscherGraphics.java   9 Apr 2004 12:19:08 -   1.2
  @@ -27,11 +27,15 @@
   public void testGetFont() throws Exception
   {
   Font f = graphics.getFont();
  -assertEquals("java.awt.Font[family=Arial,name=Arial,style=plain,size=10]", 
f.toString());
  +if (f.toString().indexOf("dialog") == -1)
  +
assertEquals("java.awt.Font[family=Arial,name=Arial,style=plain,size=10]", 
f.toString());
   }
   
   public void testGetFontMetrics() throws Exception
   {
  +Font f = graphics.getFont();
  +if (f.toString().indexOf("dialog") != -1)
  +return;
   FontMetrics fontMetrics = graphics.getFontMetrics(graphics.getFont());
   assertEquals(7, fontMetrics.charWidth('X'));
   assertEquals("java.awt.Font[family=Arial,name=Arial,style=plain,size=10]", 
fontMetrics.getFont().toString());
  
  
  
  1.2   +5 -0  
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/TestEscherGraphics2d.java
  
  Index: TestEscherGraphics2d.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/TestEscherGraphics2d.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestEscherGraphics2d.java 9 Apr 2004 11:45:37 -   1.1
  +++ TestEscherGraphics2d.java 9 Apr 2004 12:19:08 -   1.2
  @@ -49,6 +49,8 @@
   public void testGetFontMetrics() throws Exception
   {
   FontMetrics fontMetrics = graphics.getFontMetrics(graphics.getFont());
  + if (graphics.getFont().toString().indexOf("dialog") != -1) // if dialog is 
returned we can't run the test properly.
  +return;
   assertEquals(7, fontMetrics.charWidth('X'));
   assertEquals("java.awt.Font[family=Arial,name=Arial,style=plain,size=10]", 
fontMetrics.getFont().toString());
   }
  @@ -69,6 +71,9 @@
   public void testGetFont() throws Exception
   {
   Font f = graphics.getFont();
  +if (graphics.getFont().toString().indexOf("dialog") != -1) // if dialog is 
returned we can't run the test properly.
  +return;
  +
   assertEquals("java.awt.Font[family=Arial,name=Arial,style=plain,size=10]", 
f.toString());
   }
   }
  
  
  
  1.55  +5 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml 9 Apr 2004 11:45:38 -   1.54
  +++ build.xml 9 Apr 2004 12:19:08 -   1.55
  @@ -275,6 +275,

cvs commit: jakarta-poi build.xml

2004-12-31 Thread klute
klute   2004/12/31 05:26:32

  Modified:.build.xml
  Log:
  - Before running the "test" or "reports" target Ant now checks whether JUnit 
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.
  
  Revision  ChangesPath
  1.60  +143 -92   jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml 23 Aug 2004 08:52:54 -  1.59
  +++ build.xml 31 Dec 2004 13:26:31 -  1.60
  @@ -7,10 +7,14 @@
   
   Glen Stampoultzis   glens at apache.org
   
  +Modified by:
   
  -This build was tested with ant 1.5.3 although it will probably work with
  -other versions.  The following jar files should be installed
  -into the ant lib directory:
  +Rainer Klute[EMAIL PROTECTED]
  +
  +
  +This build was tested with ant 1.6.2 although it will probably work with
  +other versions.  The following jar files should be available on the -->
  +classpath when running ant:
   
   LIBRARY LOCATION
   === 
  @@ -130,7 +134,7 @@
debug-testRuns a single test case specified with 
  -Dtestcase=classname with remote debug 
  options turned on.
  - reports   Creates junit,jdepend and javadoc reports
  + reports   Creates junit, jdepend and javadoc reports
site  Generates the documentation and reports
dist  Creates the entire distribution into build/dist
clean-distCleans the build directory then creates a 
  @@ -213,9 +217,7 @@
   
   
   
  -
  -
  +description="Compiles the POI classes"/>
   
   
   
  @@ -275,7 +277,11 @@
   
   
   
  -
  +
  +
   
   
  @@ -430,14 +436,17 @@
   
   
   
  -
  +
   
   
   
   
   
  -
  -
  +
   
   
   
  @@ -474,88 +483,43 @@
   
   
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +  
  +  
  +
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +
   
  -
  -
  -
  -
  -
  +
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +
   
  -
  +
   
  -
  +  
   
   
   
  -  
  +  
   
   
 
  - 
  +
 
 
  - 
  +
 
 
  - 
  +
 
   
 
  - 
  - 
  - 
  +
  +
  +
 
   
 
  @@ -730,8 +694,95 @@
   
   
   
  -
  +
   
   
   
  +
  +
  +  
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +  
  +
  +
  +  
  +
  +  
  +  
  +
  +  JUnit is not available. You must download JUnit from
  +  ; and include the JAR file in your
  +  classpath."
  + 
  +
  +  
  +
  +  
  +
  +  
  +
  +
  +  
  +
  +  
  +  
  +
  +  JDepend is not available. You must download JDepend from
  +  ; and include the
  +  JAR file in your classpath."
  + 
  +
  +  
  +
  +  
  +  
  +
  +  
  +
  +
  +
  +  
  +  
  +
  +
  +
  +  
  +
  +
  +
  +  
  +
   
  +
  +
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2004-12-31 Thread glens
glens   2004/12/31 21:21:10

  Modified:.build.xml
  Log:
  Fixed small mistake in build.xml
  
  Revision  ChangesPath
  1.61  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml 31 Dec 2004 13:26:31 -  1.60
  +++ build.xml 1 Jan 2005 05:21:10 -   1.61
  @@ -13,7 +13,7 @@
   
   
   This build was tested with ant 1.6.2 although it will probably work with
  -other versions.  The following jar files should be available on the -->
  +other versions.  The following jar files should be available on the 
   classpath when running ant:
   
   LIBRARY LOCATION
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2005-01-01 Thread klute
klute   2005/01/01 15:39:42

  Modified:.build.xml
  Log:
  - Performs checks for JDepend, JUnit and Xalan *before* doing long-running 
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
  
  Revision  ChangesPath
  1.62  +124 -66   jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml 1 Jan 2005 05:21:10 -   1.61
  +++ build.xml 1 Jan 2005 23:39:42 -   1.62
  @@ -37,9 +37,9 @@
-->
   
   
  -
  -The POI project Ant build.
  -
  +  
  +The POI project Ant build.
  +  
   
   
   
  @@ -117,30 +117,33 @@
   
   
   
  -
  -
  -Main targets:
  -
  - compile   Compiles the POI classes
  - test  Tests main, contrib and scratchpad
  - jar   Creates jar files for distribution
  - docs  Builds the POI website
  - fetch-jarsFetches needed JAR files from the Internet
  - generate-records  Generates HSSF records
  - generate-typesGenerates word types
  - javadocs  Generate javadocs
  - single-test   Runs a single test case specified with 
  -   -Dtestcase=classname
  - debug-testRuns a single test case specified with 
  -   -Dtestcase=classname with remote debug 
  -   options turned on.
  - reports   Creates junit, jdepend and javadoc reports
  - site  Generates the documentation and reports
  - dist  Creates the entire distribution into build/dist
  - clean-distCleans the build directory then creates a 
  -   distribution
  -
  -
  +
  +
  +  
  +  
  +
  +  - Execute "ant -projecthelp" to view a listing of the main build
  +targets.
  +  - Execute "ant help-properties" to view a listing of some properties
  +controlling the build process.
  +
  +  
  +
  +
  +
  +  
  +
  +  The following properties control the build process:
  +
  +  -Ddisconnected="true": Do not execute any targets that require an 
online
  +  connection to the Internet.
  +
  +  WARNING: This list is not exhaustive.
  +
  +  
  +
  +
   
   
   
  @@ -471,29 +474,54 @@
   
   
   
  -
  -
   
  -
  -
  -
  -http://cvs.apache.org/viewcvs/"/>
  -
  -
  -
  -  
  -  
   
  +  
  +  
  +
  +
  +
  +
  +  
  +  
  +  http://cvs.apache.org/viewcvs/"/>
  +
  +  
  +
  +  
  +
  +  WARNING: The environment variable CVS_RSH is not set. If you cannot
  +  access the CVS repository this could be one of the reasons for the
  +  failure.
  +
  +  
  +
  +
  +
  +  
  +  
  +  
  +
  +
  +
  +  
  +  
   
 
   
  +  
  +
  +
   
  +  
  +  
   
 
   
  @@ -506,19 +534,11 @@
 
 
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
 
   
   
   
  +  
 
   
   
 
  -  
  -  
  +  
  +
  +  
  +  
 
  +  
  +  
 
  -  
 
 
   
  @@ -603,8 +626,13 @@
   
   
   
  -
  +
  +
  +
  +
  +
  +
   
   
   
  @@ -703,7 +731,7 @@
   
 
 
  +description="Generates the Ant document type definition (DTD)">
   
 
   
  @@ -711,6 +739,7 @@
   
 
   
  +  
 
   
 
  @@ -718,16 +747,18 @@
   
 
   
  -  
 
   
 JUnit is not available. You must download JUnit from
 ; and include the JAR file in your
  -  classpath."
  +  classpath.

  -
  +
 
   
  +
  +
  +  
 
   
 
  @@ -735,17 +766,44 @@
   
 
   
  -  
 
   
 JDepend is not available. You must download JDepend from
 ; and include the
  -  JAR file in your classpath."
  +  JAR file in your classpath.

  -
  +
  +  
  +
  +
  +
  +  
  +  
  +
  +  
  +
  + 
  +  
  +
  +
 
   
  -  
  +  
  +
  +  The

cvs commit: jakarta-poi build.xml

2005-01-03 Thread klute
klute   2005/01/03 07:38:43

  Modified:.build.xml
  Log:
  - Fixed a bug that prevented generating the JUnit test results report.
  
  Revision  ChangesPath
  1.63  +4 -3  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.xml 1 Jan 2005 23:39:42 -   1.62
  +++ build.xml 3 Jan 2005 15:38:43 -   1.63
  @@ -432,8 +432,8 @@
   
   
   
  -
  +
   
   
   
  @@ -504,7 +504,8 @@
 
 
 
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi build.xml

2005-01-20 Thread klute
klute   2005/01/20 09:17:20

  Modified:.build.xml
  Log:
  Fixed the copyright notice in the API documentation according
  to Brian Behlendorf's <[EMAIL PROTECTED]> posting on
  [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.64  +7 -3  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml 3 Jan 2005 15:38:43 -   1.63
  +++ build.xml 20 Jan 2005 17:17:19 -  1.64
  @@ -161,7 +161,9 @@
   
   
   
  -
  +
  +  
  +
   
   
   
  @@ -540,7 +542,8 @@
   
   
 
  -  
  +  
   
 
  -
  +
 
 
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-04-21 Thread avik
avik2005/04/21 06:46:38

  Modified:.build.xml
  Log:
  tests refactoring
  
  Revision  ChangesPath
  1.66  +34 -2 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.xml 25 Jan 2005 20:08:18 -  1.65
  +++ build.xml 21 Apr 2005 13:46:38 -  1.66
  @@ -333,6 +333,7 @@
   
   
   
  + 
   
   
   
  @@ -340,12 +341,43 @@
   
   
   
  + 
  + 
  + 
  +  
  +
  +
  +
  +
  +
  +
  + 
  + 
  + 
  + 
  + 
  +
  +
  + 
  +
  +
  +
  + 
  +
   
  -
  +
   
  +  
  + 
  + 
  + 
  + 
  + 
  + 
   
   
  -
  +
  + 
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-05-03 Thread avik
avik2005/05/03 06:27:50

  Modified:.build.xml
  Log:
  tweaks
  
  Revision  ChangesPath
  1.69  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 3 May 2005 13:23:34 -   1.68
  +++ build.xml 3 May 2005 13:27:50 -   1.69
  @@ -360,7 +360,7 @@
   
   

  - 
  + 
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-05-17 Thread klute
klute   2005/05/16 14:46:19

  Modified:.build.xml
  Log:
  Last-minute fix
  
  Revision  ChangesPath
  1.71  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.xml 16 May 2005 21:39:21 -  1.70
  +++ build.xml 16 May 2005 21:46:19 -  1.71
  @@ -1,5 +1,5 @@
   
  -
  +
   
   
   

cvs commit: jakarta-poi build.xml

2005-05-19 Thread avik
avik2005/05/19 05:03:42

  Modified:.build.xml
  Log:
  build tweaks
  
  Revision  ChangesPath
  1.72  +26 -3 jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml 16 May 2005 21:46:19 -  1.71
  +++ build.xml 19 May 2005 12:03:41 -  1.72
  @@ -164,6 +164,8 @@
   
 -Ddisconnected="true": Do not execute any targets that require an 
online
 connection to the Internet.
  +  -Dtestcase=org.apache.poi.xxx.xxx : for the single-test target, specify
  +   the test to run
   
 WARNING: This list is not exhaustive.
   
  @@ -328,7 +330,7 @@
   
 
  -
 
 
   

  -
  +
   
   
   
  @@ -434,7 +436,7 @@
   
   
   
  -
  +
   
   
   
  @@ -464,6 +466,27 @@
   
   
   
  + 
  + 
  + 
  +  
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
  + 
   
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-05-20 Thread avik
avik2005/05/20 04:26:59

  Modified:.build.xml
  Log:
  licensing as per http://www.apache.org/dev/apply-license.html
  
  Revision  ChangesPath
  1.73  +4 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml 19 May 2005 12:03:41 -  1.72
  +++ build.xml 20 May 2005 11:26:59 -  1.73
  @@ -814,6 +814,7 @@
   description="Creates the entire distribution into build/dist">
   
   
  +  
 
 
 
  @@ -822,6 +823,7 @@
   
   
   
  +  
 
 
   
  @@ -834,6 +836,7 @@
   
   
  +  
 
 
 
  @@ -843,6 +846,7 @@
   
   
  +  
 
 
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-06-01 Thread avik
avik2005/06/01 10:33:01

  Modified:.build.xml
  Log:
  minor updates to build
  
  Revision  ChangesPath
  1.74  +3 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.xml 20 May 2005 11:26:59 -  1.73
  +++ build.xml 1 Jun 2005 17:33:00 -   1.74
  @@ -406,6 +406,7 @@
   
   
   
  + Waiting for debugger on port 5001
   
   
   
  @@ -448,6 +449,7 @@
   
   
   
  +
   
   
   
  @@ -479,6 +481,7 @@



  +



  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml

2005-07-13 Thread klute
klute   2005/07/13 13:52:10

  Modified:.build.xml
  Log:
  - Added the "source" and "target" options to the javac targets in order to 
place restrictions on the Java source code and the generated byte code with 
respect to the JDK version supported by POI. I set the latter to 1.3.
  
  Revision  ChangesPath
  1.76  +38 -29jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- build.xml 4 Jul 2005 09:59:03 -   1.75
  +++ build.xml 13 Jul 2005 20:52:10 -  1.76
  @@ -100,19 +100,24 @@
 
 
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +
  + 
   
   
   
  @@ -258,12 +263,14 @@
   
 
   
  -
  +
 
   
  -
  +
 
   
   
  @@ -273,13 +280,14 @@
 
   
 
  -
  +
 
   
  -
  +
 
   
   
  @@ -289,13 +297,14 @@
 
   
 
  -
  +
 
   
  -
  +
 
   
   
  @@ -305,8 +314,8 @@
 
   
 
  -
  +
 
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi build.xml layout.xml

2002-04-08 Thread nicolaken

nicolaken02/04/08 12:12:29

  Modified:.build.xml layout.xml
  Log:
  dist build fix (docs go before tests, to get the results in the docs)
  
  Revision  ChangesPath
  1.14  +1 -1  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 8 Apr 2002 17:32:31 -   1.13
  +++ build.xml 8 Apr 2002 19:12:29 -   1.14
  @@ -429,7 +429,7 @@
 
 
 
   
 
  
  
  
  1.6   +5 -2  jakarta-poi/layout.xml
  
  Index: layout.xml
  ===
  RCS file: /home/cvs/jakarta-poi/layout.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- layout.xml8 Apr 2002 17:31:25 -   1.5
  +++ layout.xml8 Apr 2002 19:12:29 -   1.6
  @@ -64,8 +64,11 @@
 
  
  
  - 
  - 
  + 
  +   
  +
  + 
  + 


 
  
  
  



cvs commit: jakarta-poi build.xml properties.xml

2002-04-18 Thread nicolaken

nicolaken02/04/18 01:56:02

  Modified:.build.xml properties.xml
  Log:
  Removed antidote and xmldoclet as cents.
  Not use now.
  
  Revision  ChangesPath
  1.21  +25 -144   jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 15 Apr 2002 09:24:04 -  1.20
  +++ build.xml 18 Apr 2002 08:56:02 -  1.21
  @@ -13,86 +13,17 @@
   
   
   
  -
  * = *
  |   Krysalis Centipede Build System |
  -   * = *  
  +   * = *
by   

  Nicola Ken Barozzi ([EMAIL PROTECTED])
  Marc Johnson ([EMAIL PROTECTED])   
  - 
  - started as an extension of the
  - the Apache Cocoon Build System 
  - (http://xml.apache.org/cocoon/)
  - by
  -   Stefano Mazzocchi ([EMAIL PROTECTED])
  -   Carsten Ziegeler ([EMAIL PROTECTED])
  
  -
  -Installing the build tools
  -==
  -
  -The Krysalis Centipede build system is based on Apache Ant, 
  -which is a Java building tool originally developed for the Tomcat 
  -project but now used in many other Apache projects and extended 
  -by many developers.
  -
  -Ant is a little but very handy tool that uses a build file written in XML
  -(this file) as building instructions. For more information refer to
  -"http://jakarta.apache.org/ant/";.
  -
  -To make things easier for you, this distribution contains a precompiled
  -version of Ant and the build scripts take care of running it.
  -
  -The only thing that you have to make sure, is the "JAVA_HOME" environment
  -property should be set to match the JVM you want to use.
  -
  -That's all you have to do to be ready to go.
  -
  -
  -Building instructions
  -=
  -
  -First, make sure your current working directory is where this very file 
  -is located. Then type
  -
  -  ./build.sh (unix)
  -  .\build.bat (win32)
  -
  -if everything is right and all the required packages are visible, this action
  -will start the build and prompt you with options.
  -Note, that if you do further development, compilation time is reduced since
  -Ant is able of detecting which files have changed and to recompile them at need.
  -
  -Also, you'll note that reusing a single JVM instance for each task, increases
  -tremendously the performance of the whole build system, compared to other
  -tools (i.e. make or shell scripts) where a new JVM is started for each task.
  -
  -Build targets
  -=
  -
  -The build system is not only responsible of compiling the project into a jar 
  -file, but is also responsible for creating the HTML documentation, javadocs,
  -distributions and web site. In fact, the file you have here is _exactly_ what
  -is used by project maintainers to take care of everything in the project,
  -no less and no more.
  -
  -To know more about the available targets take a look at this file, which is
  -pretty self-explanatory, or run the build with "-projecthelp".
  -
  -Build Dependencies
  -==
  -Some components are optional and require special jar files to be compiled
  -and added to the application. Some of these jars are already included
  -in the distribution while others not.
  -For each optional package which is not available, a warning can be
  -printed.
  -
  -
  -Happy hacking  :)
  -
  -
  +   
  +   For a simple interactive build, simply 
  +   run the build script (build.bar or build.sh)
   

 
  @@ -103,42 +34,21 @@
 
 

   
  - 
  ---
   
  -  ${xgump.module.project.name} 
${xgump.module.project.version.major}.${xgump.module.project.version.minor}   [${YEAR}]
  -
  ---
  - Using ${ant.version}
  - Build file ${ant.file}
  ---   
  - These are the most common build targets.   
  - You can also invoke them directly; see build.xml for more info. 
  - Builds will be in /build directory, distributions in /dist.
  -
  - all -- creates the jars and the site  
  - compile -- compiles t

Re: cvs commit: jakarta-poi build.xml

2003-09-23 Thread Glen Stampoultzis
BTW, just so you know.  I have an automated process rebuilding the website 
once a day so there's no need to push manually anymore.

Regards,

Glen

At 02:00 AM 24/09/2003, you wrote:
tetsuya 2003/09/23 09:00:45

  Modified:.build.xml
  Log:
  Added Link to Apachecon2003 (http://apachecon.com/2003/US/)
  Revision  ChangesPath
  1.51  +6 -0  jakarta-poi/build.xml
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 4 Sep 2003 19:52:11 -   1.50
  +++ build.xml 23 Sep 2003 16:00:45 -  1.51
  @@ -389,6 +389,12 @@
   
   
  +http://apachecon.com/2003/US/index.html">";>
  +  
  +  
  +
  +
  +
   Broken links:
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Glen Stampoultzis
[EMAIL PROTECTED]
http://members.iinet.net.au/~gstamp/glen/


Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-29 Thread Avik Sengupta

You can now run single tests by calling the single-test target and passing the 
class of the test you want to run as the property "testcase" 
for eg. 
C:\myprogs\projects\poi\jakarta-poi>build single-test  -
Dtestcase=org.apache.poi.hssf.usermodel.TestFormulas

Nikola, the compile-test should probably be a separate target in junit.cent 
(with accesibility from build.xml).. i could then just reuse it. 

I also wanted to reuse the classpath used, rather than having to type it many 
times .. however, since it contains properties that are loaded inside the init 
target, the standard way of having a global path structure that u reuse does 
not work. so u end up duplicating. 

I am also planning at having the functionality of adding known failing 
testcases to the repository, that wont get executed on the standard "test" 
target. Given the XP way of the test being the best spec, and the open source 
necessity that there will always be a gap between a bug report and a fix, I 
think this is an useful functionality to add. 

To get this done, i might have to move the test target from the junit.cent to 
our own build.xml, unless centipede provides such functionality soon. In any 
case, my preference would be that the compile and test targets be under our 
control in our own build file, while delegating other tasks to centipede. I 
think the idea behind centipede is to use it as a starter project, and then 
customize from there ... no?

Regards
-
Avik

Ps. this mail turned out to be longer than i thought . :(



Quoting [EMAIL PROTECTED]:

> avik02/05/29 07:37:37
> 
>   Modified:.build.xml
>   Log:
>   added the ability to run tests one at a time
>   
>   Revision  ChangesPath
>   1.30  +103 -0jakarta-poi/build.xml
>   
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-poi/build.xml,v
>   retrieving revision 1.29
>   retrieving revision 1.30
>   diff -u -r1.29 -r1.30
>   --- build.xml   28 Apr 2002 21:42:06 -  1.29
>   +++ build.xml   29 May 2002 14:37:37 -  1.30
>   @@ -373,5 +373,108 @@
>  -->  
>
>&import-antipede;
>   +
>   +
>   +
>   +
>   +
>   +

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-29 Thread Glen Stampoultzis




> You can now run single tests by calling the single-test target and passing
the
> class of the test you want to run as the property "testcase"
> for eg.
> C:\myprogs\projects\poi\jakarta-poi>build single-test  -
> Dtestcase=org.apache.poi.hssf.usermodel.TestFormulas
>


Hi Avik, why not just use the junit swing gui?  This detects all tests in
the classpath automatically and lets you pick a particular one to run.  Plus
it remembers which ones you've run in the past.

-- Glen





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-29 Thread Glen Stampoultzis


> >Hi Avik, why not just use the junit swing gui?  This detects all tests in
> >the classpath automatically and lets you pick a particular one to run.
Plus
> >it remembers which ones you've run in the past.
> >
> >
> -1  -  I like this.. . Running from the shell rules.

Damn shell freaks.  :)  Not that I care.  I usually just use right-click and
select test from within my IDE.  I can then click straight through to the
error since Junit is integrated in the IDE.  Idea rules!  Oh wait... we had
this debate. :-)

-- Glen



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-29 Thread Marc

Glen Stampoultzis wrote:

>>>Hi Avik, why not just use the junit swing gui?  This detects all tests in
>>>the classpath automatically and lets you pick a particular one to run.
>>>
>Plus
>
>>>it remembers which ones you've run in the past.
>>>
>>>
>>-1  -  I like this.. . Running from the shell rules.
>>
>
>Damn shell freaks.  :)  Not that I care.  I usually just use right-click and
>select test from within my IDE.  I can then click straight through to the
>error since Junit is integrated in the IDE.  Idea rules!  Oh wait... we had
>this debate. :-)
>
>-- Glen
>

FWIW, as the buildmeister on my team at work, I was asked to add a 
similar target to our build.  Mighty easy to alias such a command line, 
and very handy when doing heavy refactoring to just run the relevant 
unit test.

>
>
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 
>
>




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-30 Thread Avik Sengupta

I agree, shell rules .. rather, ANT rules. 

When i started coding in java years ago, i spend a lot of time writing batch 
files to automate building and testing. A year down the line, i spent a lot of 
time setting up IDE environment to automate building and testing. Finally, two 
years ago, i spend some time getting all our projects on ant, and havent looked 
back since... the life and times of a java coder :)

>This detects all tests in
> >>>the classpath automatically and lets you pick a particular one to run.

I havent had a classpath set on my environment (or run a set classpath= .. 
command) for two years. At work, i threaten to fire people who come to me with 
problems that turn out to be due to their having a classpath set. Its my worst 
nightmare of java development, and i dont want to go there at all. Ant's 
abililty to control classpath is its best feature, IMHO (which is not to say 
its classloader implementation is without controversy :)

Regards
-
Avik
 



Quoting Marc <[EMAIL PROTECTED]>:

> Glen Stampoultzis wrote:
> 
> >>>Hi Avik, why not just use the junit swing gui?  This detects all tests
> in
> >>>the classpath automatically and lets you pick a particular one to run.
> >>>
> >Plus
> >
> >>>it remembers which ones you've run in the past.
> >>>
> >>>
> >>-1  -  I like this.. . Running from the shell rules.
> >>
> >
> >Damn shell freaks.  :)  Not that I care.  I usually just use right-click
> and
> >select test from within my IDE.  I can then click straight through to the
> >error since Junit is integrated in the IDE.  Idea rules!  Oh wait... we
> had
> >this debate. :-)
> >
> >-- Glen
> >
> 
> FWIW, as the buildmeister on my team at work, I was asked to add a 
> similar target to our build.  Mighty easy to alias such a command line, 
> and very handy when doing heavy refactoring to just run the relevant 
> unit test.
> 
> >
> >
> >
> >
> >--
> >To unsubscribe, e-mail:   
> >For additional commands, e-mail: 
> >
> >
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 
> 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Running single tests and other build issues (Re: cvs commit: jakarta-poi build.xml)

2002-05-30 Thread Glen Stampoultzis


Yeah... definately ant rules.  Especially now that it's been integrated into
my GUI.  :-P

The amount of time Ant has saved me is awesome.  I love it.  It also works
great as a form of documentation for how the system hangs together and is
deployed.

Regards,

Glen Stampoultzis  (TriNexus Pty Ltd)
Fixed:+61 3 9753-6850 Mob:+61 (0)402 835 458
ICQ:  62722370EMail:  [EMAIL PROTECTED]

> I agree, shell rules .. rather, ANT rules.
>
> When i started coding in java years ago, i spend a lot of time writing
batch
> files to automate building and testing. A year down the line, i spent a
lot of
> time setting up IDE environment to automate building and testing. Finally,
two
> years ago, i spend some time getting all our projects on ant, and havent
looked
> back since... the life and times of a java coder :)
>
> >This detects all tests in
> > >>>the classpath automatically and lets you pick a particular one to
run.
>
> I havent had a classpath set on my environment (or run a set classpath= ..
> command) for two years. At work, i threaten to fire people who come to me
with
> problems that turn out to be due to their having a classpath set. Its my
worst
> nightmare of java development, and i dont want to go there at all. Ant's
> abililty to control classpath is its best feature, IMHO (which is not to
say
> its classloader implementation is without controversy :)
>
> Regards
> -
> Avik
>
>
>
>
> Quoting Marc <[EMAIL PROTECTED]>:
>
> > Glen Stampoultzis wrote:
> >
> > >>>Hi Avik, why not just use the junit swing gui?  This detects all
tests
> > in
> > >>>the classpath automatically and lets you pick a particular one to
run.
> > >>>
> > >Plus
> > >
> > >>>it remembers which ones you've run in the past.
> > >>>
> > >>>
> > >>-1  -  I like this.. . Running from the shell rules.
> > >>
> > >
> > >Damn shell freaks.  :)  Not that I care.  I usually just use
right-click
> > and
> > >select test from within my IDE.  I can then click straight through to
the
> > >error since Junit is integrated in the IDE.  Idea rules!  Oh wait... we
> > had
> > >this debate. :-)
> > >
> > >-- Glen
> > >
> >
> > FWIW, as the buildmeister on my team at work, I was asked to add a
> > similar target to our build.  Mighty easy to alias such a command line,
> > and very handy when doing heavy refactoring to just run the relevant
> > unit test.
> >
> > >
> > >
> > >
> > >
> > >--
> > >To unsubscribe, e-mail:

> > >For additional commands, e-mail:

> > >
> > >
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:

> > For additional commands, e-mail:

> >
> >
>
>
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: