- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Mon, 2 Dec 2013 22:41:21 +0100
- To: Romain Deltour <rdeltour@gmail.com>
- Cc: XProc Dev <xproc-dev@w3.org>
Thank you Romain. I've finally found the time to have a look at it. I had to add 2 Jena JAR files, and 2 Semargl JAR files. I've created a pull request at: https://github.com/ndw/xmlcalabash1/pull/132 Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ On 22 November 2013 10:40, Romain Deltour wrote: > You could try downloading Jena there: > http://jena.apache.org/ > > Or fix the Ant by excluding all RDF-related classes from the com.xmlcalabash.util package. Try adding some excludes in the “compile” Ant target (around line 180). > > Romain. > > > On 22 nov. 2013, at 10:26, Florent Georges <fgeorges@fgeorges.org> wrote: > >> Hi Romain, >> >> Thanks! Sooo... I tried Ant, and I get the same kind of missing >> dependency (on Jena as well it seems): >> >> compile: >> [javac] Compiling 250 source files to [calabash]/out/production/Calabash >> [javac] warning: [options] bootstrap class path not set in >> conjunction with -source 1.6 >> [javac] [calabash]/src/com/xmlcalabash/extensions/RDFLoad.java:3: >> error: package com.hp.hpl.jena.graph does not exist >> [javac] import com.hp.hpl.jena.graph.Node; >> [javac] ^ >> [javac] [calabash]/src/com/xmlcalabash/extensions/RDFLoad.java:4: >> error: package com.hp.hpl.jena.query does not exist >> [javac] import com.hp.hpl.jena.query.Dataset; >> [javac] ^ >> >> Not sure how/if I can download it myself? Or if the Ant file has to >> be fixed? >> >> Regards, >> >> -- >> Florent Georges >> http://fgeorges.org/ >> http://h2oconsulting.be/ >> >> >> On 22 November 2013 10:18, Romain Deltour wrote: >>> And yes, the missing dependencies are probably due to the new RDF-related custom steps (depending on Apache Jena). The dependency has probably not been “ported” to the POM. >>> >>> All this is speculation though. Norm holds the truth :) >>> >>> Romain. >>> >>> On 22 nov. 2013, at 10:16, Romain Deltour <rdeltour@gmail.com> wrote: >>> >>>> As far as I know the primary build system is Ant. >>>> >>>> The Maven POM was there as a template when publishing Maven artifacts, but it received significant changes recently so I’m no longer exactly sure of its status. >>>> >>>> See also: >>>> https://github.com/ndw/xmlcalabash1/issues/129 >>>> >>>> Romain. >>>> >>>> >>>> On 22 nov. 2013, at 10:03, Florent Georges <fgeorges@fgeorges.org> wrote: >>>> >>>>> Hi, >>>>> >>>>> I've cloned a fresh copy of the Calabash Git repository. Then when >>>>> to that directory, and launched Maven, with no argument. It first >>>>> downloaded a lot of dependencies (brand new computer), then started >>>>> compilation and gave me the following error (on branch saxon95): >>>>> >>>>> [INFO] ------------------------------------------------------------- >>>>> [ERROR] COMPILATION ERROR : >>>>> [INFO] ------------------------------------------------------------- >>>>> [ERROR] [calabash]/src/com/xmlcalabash/extensions/RDFLoad.java:[3,29] >>>>> package com.hp.hpl.jena.graph does not exist >>>>> [ERROR] [calabash]/src/com/xmlcalabash/extensions/RDFLoad.java:[4,29] >>>>> package com.hp.hpl.jena.query does not exist >>>>> >>>>> Any idea? Is there any missing dependencies in the POM files? >>>>> >>>>> Regards, >>>>> >>>>> -- >>>>> Florent Georges >>>>> http://fgeorges.org/ >>>>> http://h2oconsulting.be/ >>>>> >>>> >>> >
Received on Monday, 2 December 2013 21:42:10 UTC