/[Apache-SVN]/xmlgraphics/batik/trunk/build.sh
ViewVC logotype

Log of /xmlgraphics/batik/trunk/build.sh

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 777417 - (view) (annotate) - [select for diffs]
Modified Fri May 22 07:36:03 2009 UTC (6 months ago) by dvholten
File length: 2338 byte(s)
Diff to previous 496895 (colored)
fix svn attibutes so that $Id$ is expanded

Revision 496895 - (view) (annotate) - [select for diffs]
Modified Tue Jan 16 23:31:08 2007 UTC (2 years, 10 months ago) by cam
File length: 2338 byte(s)
Diff to previous 495426 (colored)
1. Changes to build.sh and build.bat to make them more robust in the face
   of pathnames with spaces.
2. Fixes to build.xml so that forrest.bat under Windows gets executed
   properly.  (Note that running forrest under Windows to generate the docs
   doesn't seem to work anyway, though.)

Revision 495426 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 23:15:38 2007 UTC (2 years, 10 months ago) by cam
File length: 2334 byte(s)
Diff to previous 495410 (colored)
1. Ensure ForrestBot jars are in the classpath when calling build.bat.

Revision 495410 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 22:37:30 2007 UTC (2 years, 10 months ago) by cam
File length: 2353 byte(s)
Diff to previous 476803 (colored)
1. Add a "publishdoc" build target, which avoids regenerating javadocs
   before publishing.
2. Ensure ForrestBot's dependencies are on the classpath when running
   build.sh (this should be done for build.bat too).

Revision 476803 - (view) (annotate) - [select for diffs]
Modified Sun Nov 19 11:41:45 2006 UTC (3 years ago) by cam
File length: 2159 byte(s)
Diff to previous 475477 (colored)
1. Changed method of Version.java's version string for builds from SVN
   checkouts.  Version.java is now rebuilt from a template,
   Version.java.xsl in the same directory, as part of the build process.
2. Updated bundled ant to 1.6.5, to avoid performance problems found
   when determining the working copy revision for Version.java.
3. Updated bundled crimson to a version that's actually available to
   download from the crimson site.
4. Removed the xalan in the lib/build directory, since the (newer) one
   in the lib directory can be used instead.
5. Fixed the {bin,src}-{zip,tgz} ant targets.

Revision 475477 - (view) (annotate) - [select for diffs]
Modified Wed Nov 15 22:44:28 2006 UTC (3 years ago) by cam
File length: 2174 byte(s)
Diff to previous 216064 (colored)
1. Updated license text to comply with
   http://www.apache.org/dev/apply-license.html.

Revision 216064 - (view) (annotate) - [select for diffs]
Modified Wed Jul 13 00:54:45 2005 UTC (4 years, 4 months ago) by cam
File length: 2002 byte(s)
Diff to previous 201417 (colored)
Moving branch 'svg12' to become the trunk.

Revision 201417 - (view) (annotate) - [select for diffs]
Modified Sun Feb 20 21:59:10 2005 UTC (4 years, 9 months ago) by (unknown author)
Original Path: xmlgraphics/batik/branches/svg12/build.sh
File length: 2002 byte(s)
Diff to previous 201374 (colored)
This commit was manufactured by cvs2svn to create branch 'svg12'.

Revision 201374 - (view) (annotate) - [select for diffs]
Modified Wed Aug 18 07:17:26 2004 UTC (5 years, 3 months ago) by vhardy
File length: 2002 byte(s)
Diff to previous 201164 (colored)
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

Revision 201164 - (view) (annotate) - [select for diffs]
Modified Sat May 24 01:05:26 2003 UTC (6 years, 6 months ago) by deweese
File length: 1365 byte(s)
Diff to previous 201106 (colored)
Runs of RTL Text now work with JDK 1.4.
Nested embed and bidi-override properties should now work.
Fixed another bug with use and URL resolutions.

Revision 201106 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 14:31:53 2003 UTC (6 years, 8 months ago) by deweese
File length: 1333 byte(s)
Diff to previous 200349 (colored)
Keiron Liddle's fix for build.sh under cygwin

Revision 200349 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 13:42:30 2001 UTC (8 years, 1 month ago) by deweese
File length: 928 byte(s)
Diff to previous 200300 (colored)
1) Solid Color now uses the CSS engine extension mechanism so it can use
   the solid-color and solid-opacity (weird name, I know) properties for
   it's values.
2) Added TextSelection API Tests.
3) Fixed a small bug in getMarker on TextNode.
4) Added id's to several text elements for text selection tests.

Revision 200300 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 07:40:11 2001 UTC (8 years, 1 month ago) by vhardy
File length: 921 byte(s)
Diff to previous 199971 (colored)
Upgrade to ant 1.4.1
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199971 - (view) (annotate) - [select for diffs]
Modified Thu May 31 21:10:26 2001 UTC (8 years, 5 months ago) by deweese
File length: 914 byte(s)
Diff to previous 199787 (colored)
1) Fixed a tiling bug involving the 'filterRes' attribute.
2) Fixed a gamma goof for PNG images.
3) Fixed a rounding but in StaticRenderer
4) Fixed a publicity bug in UserAgentAdapter.

Revision 199787 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 19:54:00 2001 UTC (8 years, 7 months ago) by deweese
File length: 887 byte(s)
Diff to previous 199624 (colored)
1) Fixed a bug with Radial gradient when focus was out of the circle to
   the left and above.

2) Added some anti-aliasing to Repeat mode of gradients.  Doesn't really
   solve the problem however since at low res it jumps over the anti-aliased
   region. Truly fixing this would require fairly expensive "blending" of
   the gradient at low res.

3) Fixed the ColorModel coercion bug from today.

4) Added FilterColorInterp interface to appropriate filters.
   This means that the bridge can now support color-interpolation-filters.

5) Made ComponentTransfer a Rendered instead of op implementation.

6) ImageTagRegistry now uses the scheme pointed out by Christophe
   which is The standard mechanism for adding services.

7) Added batik.util.Service which support #6.  Should make it a cake
   walk to do this for the bridge.

Revision 199624 - (view) (annotate) - [select for diffs]
Modified Wed Mar 28 18:30:47 2001 UTC (8 years, 8 months ago) by deweese
File length: 852 byte(s)
Diff to previous 199547 (colored)
1) Few tweaks/bug fixes to allow -Dargs=<svg file> to work for svgbrowser
2) Made GraphicsNodeRable8bit sensitive to changes in the Graphics Node's
   transform.

Revision 199547 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 03:21:48 2001 UTC (8 years, 8 months ago) by hillion
File length: 850 byte(s)
Diff to previous 199158 (colored)
Updated Ant to version 1.3
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199158 - (view) (annotate) - [select for diffs]
Modified Thu Nov 23 17:07:12 2000 UTC (9 years ago) by hillion
File length: 904 byte(s)
Diff to previous 198962 (colored)
Modified the build system to have separated libs.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198962 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 00:52:52 2000 UTC (9 years ago) by hillion
File length: 886 byte(s)
Diff to previous 198895 (colored)
build.xml updated.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198895 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 15:43:34 2000 UTC (9 years ago) by tkormann
File length: 1004 byte(s)
Diff to previous 198891 (colored)
bug fix on ConcreteEventDispatcher for MOUSE_ENTERED and MOUSE_EXITED
Update the test files that illustrates event dispatching (events_transform.svg)
Add the cursor changing and URL display when the mouse is over a <a> element
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198891 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 00:03:20 2000 UTC (9 years ago) by stefano
File length: 1038 byte(s)
Diff to previous 198885 (colored)
complete build file in line with the rest of the xml.apache projects

Revision 198885 - (view) (annotate) - [select for diffs]
Added Sat Oct 28 23:02:31 2000 UTC (9 years, 1 month ago) by stefano
File length: 1037 byte(s)
added maintain doc and build scripts (still working on the build file)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2