Closed (fixed)
Project:
RDF Extensions
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 May 2010 at 01:49 UTC
Updated:
13 May 2011 at 17:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Remon commentedHi scor,
I've attached a patch that enabled downloading arc2 in sites/all/libraries, if libraries module is enabled.
Comment #2
Remon commentedRe-rolled the patch to work with latest RDF module.
Comment #3
scor commentedThe libraries API includes a libraries_get_path() function, using this function would avoid to hard code the path sites/all/libraries
Comment #4
Remon commentedfunction
libraries_get_pathtakes library's name as an argument, I think that it is not meant to return libraries path but a specific library pathComment #5
scor commentedRemon: you're totally correct!. I've committed your patch #2 at http://github.com/scor/rdf/commit/a9b453663cdced68f31e4531602c45f637713af7 which takes care of the download at the correct location for Libraries.
I'm keeping this issue open and marking it Libraries so it can be continued to describe the ARC2 library for other modules to use.
Comment #6
Remon commentedActually,
hook_requirementsshould be implemented as well, since ARC2 is dependency for almost all RDFx functions. aREQUIREMENT_ERRORstatus should be returned as long as arc2 library is not downloaded.Comment #7
Remon commentedComment #8
scor commentedRemon, would you like to create a separate issue for the hook_requirements? It's not really related to libraries... but necessary nonetheless.
Comment #9
Remon commentedI totally agree with this, will be creating another issue.
Comment #10
Anonymous (not verified) commentedscor, is this still active? It seems like this was committed.
Comment #11
scor commentedyou're right, this is fixed.
Comment #12
milesw commented