RE: DELI: Open source library supporting CC/PP and UAProf

2001-11-12 Thread Butler, Mark
Stefano, Ovidiu RE: Licenses DELI is currently released open source under a BSD license - see http://www-uk.hpl.hp.com/people/marbut/deli/delilicense.txt As Ovidiu notes, DELI uses Jena, RDF-Filter and Sax2. Jena has also been developed by HP on an open source basis under a BSD license. RDF-Filt

RE: DELI support added

2002-01-10 Thread Butler, Mark
Hi Steven > > I guess we should use the resource:/ protocol for locating > the profile > > docs, since http://localhost:8080/.../legacyProfiles/... > seems like a > > *very* big assumption to me. I'm not sure what you mean by the resource:/ protocol - could you elaborate? Currently developer

RE: DELI support added

2002-01-10 Thread Butler, Mark
o convert device.xml to RDF?) > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/morphis/morphis > -1.0/config/device.xml > > Thanks, > dims > > --- "Butler, Mark" <[EMAIL PROTECTED]> wrote: > > Hi Steven > > > > > > I guess we should use

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-17 Thread Butler, Mark
Hi This file update should fix the first problem - I don't have access to the CVS so I've asked Ovidiu to update it. thanks Mark H. Butler, PhD Research Scientist HP Labs Bristol > -Original Message- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2002 15:13 > To:

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-18 Thread Butler, Mark
Hi Vadim Just taken a look at the changes you made to TraxTransformer line 464. To answer your question no I don't think this is an error condition. Perhaps a more informative message would be getLogger().warn("TraxTransformer configured to use DELI in sitemap.xmap but DELI not enabled in cocoo

RE: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-18 Thread Butler, Mark
Hi Carsten Thanks for your explanation. Yes this seems a much better way of doing things. Some more updates: here is an updated legacyDevice.xml and profiles for Netscape, Amaya and Opera (to go in the src\webapp\resources\legacyProfiles) to add support for these browsers also. Mark > -Ori

FW: List of issues with samples (RE: Samples not working!!!!!!)

2002-01-18 Thread Butler, Mark
Hi Vadim > I did not turn it off. The issue how I see it is that when > TraxTransformer looks for Deli, it finds no components. > Does Deli works for you? If so, it means that either you do not have > latest CVS, or I missed something in configuration. I've got the latest CVS and yes I experienc

RE: Samples report & suggestions

2002-01-21 Thread Butler, Mark
Hi Konstantin > --- DELI --- > [OK] or [FAIL] for HTML users - shows a page with > "DELI is turned > off". If it's the expected result then everything works. The message "DELI is turned off" is okay *BUT* if I set --

DELI Sample, Avalon and getRealPath

2002-01-21 Thread Butler, Mark
(Apologies in advance for previous incomplete post) Hi Konstantin > --- DELI --- > [OK] or [FAIL] for HTML users - shows a page with > "DELI is turned > off". If it's the expected result then everything works. The message "DELI is turned off" is okay *BUT* if I set then I

RE: DELI Sample, Avalon and getRealPath

2002-01-21 Thread Butler, Mark
Thanks Konstantin. Here is an updated version of DeliImpl.java, which uses getResource() as a fallback for getRealPath(), along with updated versions of the documentation to reflect some recent changes. Note DELI still doesn't work when enabled without hacking TraxTransformer - I need some advi

RE: Some notes on Deli

2002-01-28 Thread Butler, Mark
Hi Carsten > I see currently two (minor) problems with Deli: > - the legacyDevice.xml contains profile references which are URIs. > As these URIs are served by Cocoon, they currently contain > the server name > and the server port (assuming localhost and 8080 is correct). > This is a bad d

RE: Some notes on Deli

2002-01-29 Thread Butler, Mark
Hi Carsten I've now got a version of DELI that can either retrieve legacy profiles via HTTP or as local files. I'm currently working on integrating this with Cocoon - hope to get this done today - which should solve this problem. > This would make the configuration definitly a lot easier. But i

FW: DELI updates

2002-01-29 Thread Butler, Mark
FYI - I can't send the changes to the list as they approximately 500Kb so they bounce. I've sent a copy to Ovidiu and asked him to commit them as I don't have commit access. Mark -Original Message----- From: Butler, Mark Sent: 29 January 2002 17:47 To: '[EMAIL PROTE

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/deli DeliImpl.java deli.xconf

2002-01-29 Thread Butler, Mark
> Ovidiu, > > I guess you have got files with wrong CR/LF... > > Vadim Hi Vadim This is probably my fault rather than Ovidiu's as I'm editing on Windows. Why does this cause a problem? Mark - To unsubscribe, e-mail: [EMAIL

DELI correction

2002-01-30 Thread Butler, Mark
Hi Guys Just running C2 again this morning and noticed an error in one of the files I contributed last night - src\webapp\resources\deli\config\deliConfig.xml - please can someone commit this version to the CVS (bearing in mind the CR/LF problem?) thanks in advance Mark deliConfig.xml Desc

RE: DELI correction

2002-01-30 Thread Butler, Mark
Correction again - use this version with debugging turned off. Sorry M > -Original Message- > From: Butler, Mark [mailto:[EMAIL PROTECTED]] > Sent: 30 January 2002 09:39 > To: '[EMAIL PROTECTED]' > Subject: DELI correction > > > Hi Guys > >

Plans for upcoming release: DELI

2002-01-30 Thread Butler, Mark
Question: Should we enable or disable DELI for the upcoming release? Pros for enabling - When I disabled it by default before, there were lots of "it isn't working" queries (although to be fair some of these queries were due to it not working even when enabled) Pros for disabling - Unless we use

RE: Plans for upcoming release: DELI

2002-01-30 Thread Butler, Mark
Configuring DELI & TraxTransformer: 1. Sitemap.xmap Yes it is much better to turn DELI on locally in a block in sitemap.xmap using Thanks (Carsten + Michael?). This seems a better solution the turning DELI on globally in the statement in false false 2. TraxTransformer itself We st

RE: xml-cocoon2 status, RE: Hailing all committers.

2002-01-30 Thread Butler, Mark
Hi Vadim Just a quick confirmation that rdffilter is public domain and there is no license available. It is written by Dave Megginson - http://www.megginson.com/index.html - but this just links to the sourceforge site you've already seen. Also the HP license we are using for DELI / Jena is a BS

DELI documentation

2002-01-30 Thread Butler, Mark
Hi Firstly thanks Vadim checking through deli.xconf and sitemap.xmap stuff for DELI. I've updated the DELI documentation to reflect recent changes - please can you commit the file to src\documentation\xdocs\developing Are people happy with DELI for the release now? Thanks Mark deli.xml De

RE: xml-cocoon2 status, RE: Hailing all committers.

2002-01-30 Thread Butler, Mark
Hi Vadim > > Also the HP license we are using for DELI / Jena is a BSD license - > hope > > this is okay. > > Can I add a note then, like: > [Note: this is the 'BSD License' as endorsed by OpenSource.org.] > It will save some time for the readers ;) Yes, that's fine - good idea. cheers Mark

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
Berin, I'm looking into this now. I can confirm neither Deli or Jena use system.exit() (however an earlier version of Deli in the cvs did - please check you are using deli-0.41.jar). If I remove Xerces-1.4.4.jar and run C2 I get a total different message to you - please tell me exactly what you

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
I've fixed DELI so it will work with Xerces-2.0 and taken out specific references to Xerces. I've also checked the DELI component / DELI.jar / Jena.jar and there are no system.exit()'s in the code. Please commit my code thanks Mark deli-0.42.jar Description: Binary data -

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
Also I've added some extra exception logging code to the Deli component - DeliImpl.java. Please can you commit this also? thanks in advance Mark DeliImpl.java Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTEC

RE: [SHOWSTOPPER] Issues with DELI

2002-01-31 Thread Butler, Mark
y 2002 13:45 > To: [EMAIL PROTECTED] > Subject: Re: [SHOWSTOPPER] Issues with DELI > > > Butler, Mark wrote: > > > Berin, > > > > I'm looking into this now. > > > > I can confirm neither Deli or Jena use system.exit() > (however an earlie

RE: New comitter

2002-01-31 Thread Butler, Mark
ct: RE: [SHOWSTOPPER] Issues with DELI > > > > From: Butler, Mark [mailto:[EMAIL PROTECTED]] > > > > Also I've added some extra exception logging code to the Deli > component - > > DeliImpl.java. Please can you commit this also? > > I guess you will ha

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/deli DeliImpl.java

2002-02-05 Thread Butler, Mark
Hi Carsten I was just trying to make sure that DELI doesn't take down Cocoon if it encounters an error (Berin's and Stefano's criticism) - errors should be logged as well. We can reinstate the previous code if you prefer? Mark > -Original Message- > From: Carsten Ziegeler [mailto:[EMA

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components /deli DeliImpl.java

2002-02-05 Thread Butler, Mark
Hi Carsten Is this version better - I've just moved exception handling to cover calls to DELI library? Mark > -Original Message- > From: Butler, Mark [mailto:[EMAIL PROTECTED]] > Sent: 05 February 2002 12:09 > To: '[EMAIL PROTECTED]' > Subject: RE: cvs

Current CVS will build but not run

2002-02-22 Thread Butler, Mark
Hi I've just checked the latest version out the CVS. It builds okay but when I run it I get a Cocoon internal servlet error. If I look at the sitemap.log it says: ERROR (2002-02-22) 10:13.59:750 [sitemap] (/cocoon/) HttpProcessor[8080][1]/Handler: Error compiling sitemap java.lang.NoSuchFie

RE: Current CVS will build but not run

2002-02-22 Thread Butler, Mark
Okay, that works. Thanks M > -Original Message- > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > Sent: 22 February 2002 10:36 > To: [EMAIL PROTECTED] > Subject: Re: Current CVS will build but not run > > > Butler, Mark wrote: > > > > I&#x

RE: [HELP] Insufficient Karma

2002-04-15 Thread Butler, Mark
Hi Konstantin There are two cocoon repositories - one for checking things out and one for committers. I think you are trying to check things in to the wrong one. Please try /home/cvs/xml-cocoon2 not home/cvspublic/xml-cocoon2 hope this helps, Mark H. Butler, PhD Research Scientist

RE: [vote] Diana Shannon as Documentation Coordinator

2002-04-16 Thread Butler, Mark
> -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > Sent: 16 April 2002 13:23 > To: Apache Cocoon > Subject: [vote] Diana Shannon as Documentation Coordinator +1 This sounds like a good idea. best regards Mark H. Butler, PhD Research ScientistHP

RE: DELI support added

2002-01-10 Thread BUTLER,MARK A (HP-USA,ex3)
Ovidiu, I am not the Mark Butler that you are trying to send this information to. There are three Mark Butler's in HP. One in cupertino and one in the United Kingdom. Yesterday I forwarded the message to the one in Cuptertino, however, he did not know anything about it. I'm forwarding this to