Re: Sending a parameter to Xerces (allow java char encodings, eg MacRoman )

2002-09-12 Thread Jesse Reynolds
At 10:22 -0400 12/9/2002, Vadim Gritsenko wrote: Jesse Reynolds wrote: At 0:53 +1000 18/8/2002, Jesse Reynolds wrote: OK! I've finally gotten this thing working in Cocoon 2.0.3!!! Thanks for your assistance (and patience) Vadim. snip I have java-encodings working now for standard xml pages

Re: Sending a parameter to Xerces (allow java char encodings, eg MacRoman )

2002-09-10 Thread Jesse Reynolds
At 0:53 +1000 18/8/2002, Jesse Reynolds wrote: OK! I've finally gotten this thing working in Cocoon 2.0.3!!! Thanks for your assistance (and patience) Vadim. snip I have java-encodings working now for standard xml pages parsed by Cocoon, but alas XSP pages are not working. How can I find out

XSP in Cocoon 2.0.3 - which XML Parser is it using?

2002-09-10 Thread Jesse Reynolds
parser interface How do I fix this? Thankyou Jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development Phone: +61 (0)8 8223 2288 Web Email Hosting Web: http://jesse.va.com.au

Re: Sending a parameter to Xerces (allow java char encodings, egMacRoman )

2002-08-17 Thread Jesse Reynolds
+ // character encodings supported by current JVM (eg MacRoman) + // Jesse Reynolds 2002.08.10 + this.allowJavaEncodings = params.getParameterAsBoolean(allow-java-encodings, true); + System.out.println( JESSE DEBUG: allow-java-encodings has been set

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-16 Thread Jesse Reynolds
) Cheers Jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development Phone: +61 (0)8 8223 2288 Web Email Hosting Web: http://jesse.va.com.au Streaming Media Hosting

Building Cocoon on Mac OS X

2002-08-15 Thread Jesse Reynolds
; ^ 36 errors BUILD FAILED /Installers/cocoon-2.0.2-src/cocoon-2.0.2/build.xml:912: Compile failed, messages should have been provided. Total time: 15 seconds -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Jesse Reynolds
At 11:07 -0400 12/8/2002, Vadim Gritsenko wrote: From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] Thanks Vadim I've changed the code to mention the correct URL, but it is still not working. I am confused about why it isn't working. Either: a) My code is not doing the right thing b

Re: Building Cocoon on Mac OS X

2002-08-15 Thread Jesse Reynolds
/cocoon-2.0.2-src/cocoon-2.0.2/build/cocoon/cocoon.jar Building jar: /Installers/cocoon-2.0.2-src/cocoon-2.0.2/build/cocoon/cocoon-scratchpad.jar BUILD SUCCESSFUL Total time: 1 minute 42 seconds Yay cheers jesse At 8:08 +1000 16/8/2002, Jesse Reynolds wrote: Hello folx Has anyone ever built

Re: Sending a parameter to Xerces (allow java char encodings)

2002-08-15 Thread Jesse Reynolds
At 22:10 -0400 15/8/2002, Vadim Gritsenko wrote: Jesse Reynolds wrote: And I've made the changes to JaxpParser.java as Vadim has suggested to get it to tell Xerces to allow-java-encodings but it just doesn't seem to work. Perhaps a bug in Xerces? Jesse, Please note: you have patched org

RE: Can't build 2.0.2, Can build 2.0.3

2002-08-11 Thread Jesse Reynolds
At 21:13 -0400 10/8/2002, Vadim Gritsenko wrote: From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] Does anyone know about these two build errors? 2.0.3 builds without a hitch, but 2.0.2 gives these two errors. ... Environment is FreeBSD 4.1.1-RELEASE, Linux (Blackdown) JDK 1.2.2

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-11 Thread Jesse Reynolds
MacRoman) // Jesse Reynolds 2002.08.10 this.allowJavaEncodings = params.getParameterAsBoolean(allow-java-encodings, true); 215a225,233 } if (this.allowJavaEncodings) { try { this.reader.setFeature(http://xml.org/sax/features/allow-java

RE: Sending a parameter to Xerces (allow java char encodings)

2002-08-11 Thread Jesse Reynolds
. Thanks Jesse At 14:52 -0400 11/8/2002, Vadim Gritsenko wrote: From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] Hi Vadim et al Okay, I've now edited JaxpParser.java, the diff's between the 2.0.2 version (same as the 2.0.3 version) and my modification is below. But it doesn't work. What

Can't build 2.0.2, Can build 2.0.3

2002-08-10 Thread Jesse Reynolds
errors BUILD FAILED /usr/install/cocoon-2.0.2/build.xml:912: Compile failed, messages should have been provided. Total time: 4 minutes 28 seconds -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development

Can't build 2.0.2, Can build 2.0.3

2002-08-10 Thread Jesse Reynolds
errors BUILD FAILED /usr/install/cocoon-2.0.2/build.xml:912: Compile failed, messages should have been provided. Total time: 4 minutes 28 seconds -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development

Sending a parameter to Xerces (allow java char encodings)

2002-07-17 Thread Jesse Reynolds
loading the Xerces parser? Is there any easier way to tell Xerces to allow java encodings, eg a config file or something??? Thanks very much Jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development Phone

How to upgrade a jar? (eg to xercesImpl-2.0.2.jar )

2002-07-17 Thread Jesse Reynolds
there, that didn't work either. Help! Thankyou -jesse PS, I'm using Tomcat 4.0.4 on Linux JDK 1.2.2. -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au Email: jesse (at) va.com.au Website Development Phone: +61 (0)8 8223 2288 Web Email Hosting

RE: How to upgrade a jar? (eg to xercesImpl-2.0.2.jar )

2002-07-17 Thread Jesse Reynolds
At 11:00 AM -0600 17/7/02, Matthew Hailstone wrote: I think you may need the xml-apis.jar file. What are the classes that are reported missing? Matthew -Original Message- From: Jesse Reynolds [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 10:58 AM To: [EMAIL PROTECTED

RE: How to upgrade a jar? (eg to xercesImpl-2.0.2.jar )

2002-07-17 Thread Jesse Reynolds
At 11:00 AM -0600 17/7/02, Matthew Hailstone wrote: I think you may need the xml-apis.jar file. Further to my previouis post, I have do have the xml-apis.jar file that comes with cocoon 2.0.2 in the WEB-INF/lib directory. Thankyou -jesse -- Jesse Reynolds - Virtual Artists Pty Ltd

RE: How to upgrade a jar? (eg to xercesImpl-2.0.2.jar )

2002-07-17 Thread Jesse Reynolds
the xercesImpl.jar has the DOMErrorHandler class in it. After further examination, looks like xerces 2.0.0 does not have this and other org.w3c.dom classes. The new xml-apis.jar equivalent is now named xmlParserAPIs.jar. Hope this helps. :) Matthew -Original Message- From: Jesse Reynolds

Re: Hosting

2002-01-05 Thread Jesse Reynolds
] -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au jesse (at) va.com.au - Please check that your question has not already been answered in the FAQ before

Re: MacRoman text encoding and C2

2001-08-28 Thread Jesse Reynolds
that supports it), the same encoding of this e-mail message, that contains the characters of all languages of the world or a Latin dialect which are ISO standards: Latin-1 (ISO 8859-1), etc. Sincerely. -- Fulvio Picecchi Jesse Reynolds wrote: Hello I've been using the following xml declaration

Cocoon2, Tomcat4, JDK1.3.1, X Server Problem ?!

2001-08-27 Thread Jesse Reynolds
) at java.lang.Thread.run(Thread.java:484) INFO99892 [cocoon ] (HttpProcessor[8080][4]): '' Processed by Apache Cocoon 2.0b2 in 3.407 seconds. -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au jesse (at) va.com.au

Re: Cocoon2, Tomcat4, JDK1.3.1, X Server Problem ?!

2001-08-27 Thread Jesse Reynolds
+1000 28/8/01, Jesse Reynolds wrote: Hi I've just installed Tomcat 4 beta 8, Cocoon 2 beta 2, Sun's Linux JSDK 1.3.1, on FreeBSD 4.2 (with Linux emulation). When I go to http://mybox:8080/cocoon/ I get a Cocoon 2 formatted error page, with the following error: message The sitemap handler's

more cocoon live sites

2001-06-28 Thread Jesse Reynolds
Hello I'm sure I sent these earlier, but here they are again. Please put these sites on the cocoon 1 live sites page. Thanks! http://www.noise.net.au http://www.adelaidefringe.com.au cheers jesse -- Jesse Reynolds - Virtual Artists Pty Ltd - http://www.va.com.au