Re: ANN: Jena R-1-1-0 released

Hi Jos,

You can use the standard java mechanisms by setting some system properties
on the command line.

To use an http proxy include the following on the command line - before the
class name:

  -DproxySet=true -DproxyHost=vam619.roam.agfa.be -DproxyPort=80

correct the port number if necessary.

To use a socks proxy include the following:

  -DsocksProxyHost=...

Hope this helps.

Brian
 

jos.deroo.jd@belgium.agfa.com wrote:
> 
> Many thanks and great work!
> Is there any http_proxy support planned?
> For the moment we work like
> 
> ////////
> C:\>java -classpath /jena/lib/sax2.jar;/jena/lib/xerces.jar;/jena/lib/rdffilter.
> jar;/jena/lib/jena.jar jena.rdfcopy http://vam619.roam.agfa.be/http://www.w3.org
> /2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/test001.rdf
> _:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .
> _:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .
> _:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/0
> 2/22-rdf-syntax-ns#Bag> .
> \\\\\\\\
> where http://vam619.roam.agfa.be is a proxy
> 
> --
> Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
> 
> Jeremy Carroll <jjc@hplb.hpl.hp.com>@w3.org on 2001-07-06 03:16:42 PM
> 
> Sent by:  www-rdf-interest-request@w3.org
> 
> To:   www-rdf-interest@w3.org
> cc:
> Subject:  ANN: Jena R-1-1-0 released
> 
> A new version of the Jena Java API for RDF is available from:
> 
>   http://www-uk.hpl.hp.com/people/bwm/rdf/jena
> 
> New in this version:
> 
>    many I/O improvements:
> 
>       readers and writers plug-in interface giving
>       support for multiple serialization languages
> 
>       a PrettyWriter for RDF/XML
> 
>       N-Triple reader and writer
> 
>       parseType="daml:collection" support
> 
>       tracks whether literals are well formed XML
> 
>       bug fixes in RDFFilter
> 
>    an efficient model compare which does intelligent matching of
>    anonymous nodes
> 
>    jena.rdfcompare a new application for comparing RDF models
> 
>    jena.rdfcopy a new application for translating RDF from one language
> to
>    another
> 
>    misc bug fixes
> 
> Jeremy Carroll
> Brian McBride
> HPLabs Bristol

Received on Monday, 9 July 2001 06:49:26 UTC