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 Thierry Kormann <tk...@sophia.inria.fr> on 2001/03/29 13:46:58 UTC

IOException when launching the viewer

Hi,

Now when launching the svgbrowser using ant, I have an IOException.
I think the build.xml gives an empty string to build Main of the 
apps/svgbrowser.

Thierry.


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


IOException when launching the viewer

Posted by Thomas E Deweese <th...@kodak.com>.
>>>>> "TK" == Thierry Kormann <tk...@sophia.inria.fr> writes:

TK> Now when launching the svgbrowser using ant, I have an
TK> IOException.  I think the build.xml gives an empty string to build
TK> Main of the apps/svgbrowser.

    Sorry, my bad, the change to allow the specification of a file on
the ant cmd-line "forced" you to specify one (due to ant's weird
handling of -Dargs).

    Main now preflights left over args to ensure they are in fact
readable files.  It will also now create a viewer frame for each
readable file on the command line (although I don't recommend
samples/*.svg)
    
commit to follow

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