You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Clay Leeds <cl...@medata.com> on 2004/10/13 02:18:29 UTC

RAW files

I'm having a problem with the SVGs for the Barcode4J site. They are RAW  
files (the SVGs are linked from /examples.html), and are also converted  
to PNG (also linked from /examples.html)[1].

X [0]                                     images/example-ean-8.svg       
BROKEN:  
/Users/Shared/_WebDLs/_repos/barcode4j/src/documentation/content/xdocs/ 
images/example-ean-8.xml (No such file or directory)

It's on the site OK, but when building locally, I get an errors for  
each of the 9 barcodes.

[1]
http://barcode4j.sourceforge.net/examples.html

Web Maestro Clay
-- 
Clay Leeds - <cl...@medata.com>
Webmaster/Developer - Medata, Inc. - <http://www.medata.com/>
PGP Public Key: <https://mail.medata.com/pgp/cleeds.asc>


Re: RAW files

Posted by Clay Leeds <cl...@medata.com>.
On Oct 12, 2004, at 5:18 PM, Clay Leeds wrote:
> I'm having a problem with the SVGs for the Barcode4J site. They are  
> RAW files (the SVGs are linked from /examples.html), and are also  
> converted to PNG (also linked from /examples.html)[1].
>
> X [0]                                     images/example-ean-8.svg      
>  BROKEN:  
> /Users/Shared/_WebDLs/_repos/barcode4j/src/documentation/content/ 
> xdocs/images/example-ean-8.xml (No such file or directory)
>
> It's on the site OK, but when building locally, I get an errors for  
> each of the 9 barcodes.

Whoop! Sent prematurely! Sorry. The files are located in my  
barcode4j/src/documentation/resources/images/ folder:

[clay@Clay-Leeds-Computer images]$ ls
example-code128.svg  example-intl2of5.svg  group-logo.gif         
project-logo.gif
barcode4j-logo.gif   example-code39.svg    example-postnet.svg    
icon.png
barcode4j-logo.svg   example-ean-13.svg    example-upc-a.svg      
krysalis-barcode-logo.gif
example-codabar.svg  example-ean-8.svg     example-upc-e.svg      
krysalis-barcode-logo.svg

> [1]
> http://barcode4j.sourceforge.net/examples.html

Web Maestro Clay
-- 
Clay Leeds - <cl...@medata.com>
Webmaster/Developer - Medata, Inc. - <http://www.medata.com/>
PGP Public Key: <https://mail.medata.com/pgp/cleeds.asc>


Re: RAW files

Posted by David Crossley <cr...@apache.org>.
Clay Leeds wrote:
> I'm having a problem with the SVGs for the Barcode4J site. They are RAW  
> files (the SVGs are linked from /examples.html), and are also converted  
> to PNG (also linked from /examples.html)[1].

I suppose that unfortunately you need to duplicate the files.
Doing 'forrest seed' to test ...
src/documentation/content/xdocs/images/example-code128.svg
src/documentation/content/svg/example-code128.svg
diff index.xml.orig index.xml
29a30,34
>  <p>
>  <img src="images/example-code128.png" alt="barcode png"/>
>  and
>  <a href="svg/example-code128.svg">RAW SVG</a>
>  </p>

-- 
David Crossley