You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by bu...@apache.org on 2008/11/18 12:50:08 UTC

DO NOT REPLY [Bug 46227] New: [PATCH] Rasterizer task scripts are broken

https://issues.apache.org/bugzilla/show_bug.cgi?id=46227

           Summary: [PATCH] Rasterizer task scripts are broken
           Product: Batik
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: minor
          Priority: P4
         Component: SVG Rasterizer
        AssignedTo: batik-dev@xmlgraphics.apache.org
        ReportedBy: helder.magalhaes@gmail.com


Created an attachment (id=22884)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22884)
Patch created from proposed solution

As stated in the mailing list [1], rasterizer task is currently broken as the
classpath isn't updated for a long time.

A patch is included which tries to address the following:
 * Update the class path so it points to the current ant libraries;
 * Remove "jaxp.jar" reference as it doesn't exist anymore;
 * Add tip for executing using Linux and similar platforms;
 * Reflect Java 1.3 support dropped;

[1]
http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/200811.mbox/%3C49220C01.6080507@nni.com%3E


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 46227] [PATCH] Rasterizer task scripts are broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46227


Helder Magalhães <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22884|0                           |1
        is obsolete|                            |




--- Comment #1 from Helder Magalhães <he...@gmail.com>  2008-11-18 06:55:40 PST ---
Created an attachment (id=22885)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22885)
Patch v2

Coherency with main build process was improved:
 * Square brackets around ant tasks removed;
 * Echo messages;
 * XML encoding;
 * CVS changed to SVN for excludes.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 46227] [PATCH] Rasterizer task scripts are broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46227


Sean Gilligan <se...@msgilligan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean@msgilligan.com




--- Comment #4 from Sean Gilligan <se...@msgilligan.com>  2009-03-04 12:17:39 PST ---
It would be nice if the jar for the Ant Rasterizer Task were included in the
binary distribution.  At the very least, the build scripts in the source
distribution should work out of box.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 46227] [PATCH] Rasterizer task scripts are broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46227


Helder Magalhães <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22885|0                           |1
        is obsolete|                            |




--- Comment #2 from Helder Magalhães <he...@gmail.com>  2008-11-24 01:32:59 PST ---
Created an attachment (id=22920)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22920)
Patch v3

 * Minor fix and improved robustness in path dealing


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


[Bug 46227] [PATCH] Rasterizer task scripts are broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46227

Helder Magalhães <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|All                         |Linux

--- Comment #5 from Helder Magalhães <he...@gmail.com> ---
Fixed in revision 1372226. A couple more tweaks we made beside the ones in the
patch proposal.


(In reply to comment #4)
> It would be nice if the jar for the Ant Rasterizer Task were included in the
> binary distribution.  At the very least, the build scripts in the source
> distribution should work out of box.

Please open a separate issue (enhancement) regarding the inclusion of the jar
in the distribution. I'd say that bug 45020 is somehow related.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org


DO NOT REPLY [Bug 46227] [PATCH] Rasterizer task scripts are broken

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46227


Helder Magalhães <he...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22920|0                           |1
        is obsolete|                            |




--- Comment #3 from Helder Magalhães <he...@gmail.com>  2008-11-25 06:30:07 PST ---
Created an attachment (id=22944)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22944)
Patch v4

 * Updated for Thomas' changes in revision 720465 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=720465 ) (changes in "build.bat" no
longer needed);
 * Fixed a minor issue in the Linux script;
 * Patch is now created from the top level repository checkout (instead of
assuming the patch operation occurring within "rasterizertask" directory).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org