- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Fri, 22 Nov 2013 10:26:54 +0100
- To: Romain Deltour <rdeltour@gmail.com>
- Cc: XProc Dev <xproc-dev@w3.org>
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 Friday, 22 November 2013 09:27:41 UTC