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

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

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: 2373 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: 2373 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: 2365 byte(s)
Diff to previous 484993 (colored)
1. Ensure ForrestBot jars are in the classpath when calling build.bat.

Revision 484993 - (view) (annotate) - [select for diffs]
Modified Sat Dec 9 15:10:34 2006 UTC (2 years, 11 months ago) by deweese
File length: 2138 byte(s)
Diff to previous 475954 (colored)
1) Fixed Build.bat for new jars
2) Added NullURI test back, since lockup seems fixed(?),
   unfortunately the fix was done in the JSVGCanvasHandler
   (I was hoping this was tied to stopAndRun problem in Canvas).
   Still has uncleared references but we should investigate these.
3) Fixed NPE when reloading an SVG12 document quickly.
4) Fixed Broken Link images when interrupting the load of an
   SVG image refernce.
5) Fixed reference images for new gradient interpolation.


Revision 475954 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 22:34:04 2006 UTC (3 years ago) by cam
File length: 1980 byte(s)
Diff to previous 475543 (colored)
1. Added remaining missing license headers.

Revision 475543 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 02:43:17 2006 UTC (3 years ago) by cam
File length: 1792 byte(s)
Diff to previous 475477 (colored)
1. Fix some files that had CRLF line endings that shouldn't have, and
   some that didn't but should've.  Set svn:eol-style appropriately.

Revision 475477 - (view) (annotate) - [select for diffs]
Modified Wed Nov 15 22:44:28 2006 UTC (3 years ago) by cam
File length: 1792 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: 1799 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.bat
File length: 1799 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: 1799 byte(s)
Diff to previous 201219 (colored)
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

Revision 201219 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 00:16:58 2003 UTC (6 years, 4 months ago) by deweese
File length: 1139 byte(s)
Diff to previous 201191 (colored)
1) setSVGDocument with a Document that has been previously viewed in
   the Canvas now works (actually using setSVGDocument after viewing
   any dynamic document used to have problems).
2) setSVGDocument with a non-Batik Document (SVGOMDocument) now works.
3) setSVGDocument with 'null' now releases all heavy resources and
   makes the Canvas display only Background.
4) Fixed a Memory leak that prevent any DOM node created from a stream
   from going to GC (DocumentDescriptor kept a hard reference to
   Elements to track line numbers).
5) 'style' and 'script' elements no longer include the contents of
   XML Comments (unless using a CDATA block).
6) RunnableQueue now catches all exceptions.
7) Various affine actions are now public classes (Zoom, Pan, Rotate).
8) New MemoryLeak tests

PR: 21125, 21352, 18640

Revision 201191 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 08:18:07 2003 UTC (6 years, 4 months ago) by vhardy
File length: 1175 byte(s)
Diff to previous 200994 (colored)
Modified build.bat so that it now works if ANT is already installed. Use the ant.bat file which should be in the PATH if ant was installed

Revision 200994 - (view) (annotate) - [select for diffs]
Modified Wed Jul 24 00:02:28 2002 UTC (7 years, 4 months ago) by deweese
File length: 1093 byte(s)
Diff to previous 200300 (colored)
1) getURL now reports when security settings prohibit fetching data.
2) UpdateManager no longer triggers a repaint after _every_
   java script function. It only does a repaint if a certain amount of time
   has passed or if no more java script functions are pending.
3) SAXDocumentFactory no longer requires you to provide the expected type
   of the document element prior to parsing.
4) JSVGComponent now triggers redraws in response to scripts run from
   key events.

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: 1086 byte(s)
Diff to previous 199787 (colored)
Upgrade to ant 1.4.1
PR:
Obtained from:
Submitted by:
Reviewed by:

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: 1079 byte(s)
Diff to previous 199547 (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 199547 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 03:21:48 2001 UTC (8 years, 8 months ago) by hillion
File length: 1078 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: 1137 byte(s)
Diff to previous 199019 (colored)
Modified the build system to have separated libs.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199019 - (view) (annotate) - [select for diffs]
Modified Fri Nov 10 13:40:45 2000 UTC (9 years ago) by hillion
File length: 1119 byte(s)
Diff to previous 198962 (colored)
Fixed build.bat
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: 1115 byte(s)
Diff to previous 198891 (colored)
build.xml updated.
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: 1119 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 ago) by stefano
File length: 1118 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