[Dspace-tech] xpdf installation error

2014-03-26 Thread Amruta Patil
Dear all

I am getting error
 Failed to execute goal on project additions: Could not resolve
dependencies for project org.dspace.modules:additions:jar:4.1: The
following artifacts could not be resolved:
com.sun.media:jai_imageio:jar:1.0_01, javax.media:jai_core:jar:1.1.2_01:
Failure to find com.sun.media:jai_imageio:jar:1.0_01 in
http://oss.sonatype.org/content/repositories/releases/ was cached in the
local repository, resolution will not be reattempted until the update
interval of sonatype-releases has elapsed or updates are forced -> [Help 1]

when i run #mvn -Pxpdf-mediafilter-support package

i installed two 3rd party jar in my dspace and also give entry in pom.xml
file.

Thanks & Regards
Amu
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] DSpace 4.1 - automatically index without use index-discovery

2014-03-26 Thread Andrea Schweer
Hi,

On 27/03/14 13:54, royopa wrote:
> I'm having problems with DSpace 4.1 because after the inclusion of an 
> item in a collection, it is not automatically indexed and will not 
> appear neither in the search nor the recent submissions.
>
> These newly added items are only available for viewing after 
> implementation of index-discovery command.
>
> I checked the demo dspace page and there the newly added item will 
> automatically appear in the search automatically.
>
> What should I do in this case for indexing is automatic?

Do you have the discovery event consumer set up in dspace.cfg? If you 
did a fresh install of 4.1 then this should be all sorted. If you 
upgraded from an older version then check the official documentation for 
DSpace 3 on enabling Discovery: 
https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-EnablingDiscovery
 
Step 2.

I would also check the permissions of the solr directory and its 
subdirectories ([dspace]/solr). These directories need to be writeable 
by the user that Tomcat runs as.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] DSpace 4.1 - automatically index without use index-discovery

2014-03-26 Thread royopa
I'm having problems with DSpace 4.1 because after the inclusion of an item
in a collection, it is not automatically indexed and will not appear
neither in the search nor the recent submissions.

These newly added items are only available for viewing after implementation
of index-discovery command.

I checked the demo dspace page and there the newly added item will
automatically appear in the search automatically.

What should I do in this case for indexing is automatic?

Regards

-- 
Rodrigo Prado de Jesus
http://about.me/royopa
roy...@gmail.com
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] PDF visualization

2014-03-26 Thread Calloni, Rodrigo
Hello

We are in DSpace 3.2 and using XMLUI.

I wonder if people from the list could share options to visualize PDF documents 
in some kind of reader format (flipping pages, highlight, notes functionalities 
would be cool).

We have some very large documents in our DSpace and in some areas in Latin 
America the download of such files is not very simple task due to bandwidth 
limitations.

Thanks in advance
Rodrigo

Rodrigo Calloni
System Librarian
Felipe Herrera Library
Knowledge and Learning Sector
Tel: 202-623-2952
Fax: 202-623-3183
[Description: http://www.iadb.org/email/idb.gif]
1300 New York Avenue, N.W.
Washington, D.C. 20577
USA
www.iadb.org

"Knowledge. Empowering People. Transforming Lives."
P  Please consider the environment before printing this email

<>--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Mobile theme and 4.x

2014-03-26 Thread Schuster, David
So I have a custom theme, very basic.  With the mobile theme how do I implement 
that with 4.x?  There wasn't much documentation at all on the wiki?  I looked 
in sunscholar and it had the basic readme file from the mobile theme.

Installation:

0.  Get a new domain name that is an alias of the existing domain name
for your DSpace installation.
e.g. if your current domain is yoursite.edu your new domain name
might be mobile.yoursite.edu
These instructions assume that the new domain name starts with 'mobile.'
If it is something else, you will need to make a change in Step 5.

1.  Copy the mobile theme folder into your XMLUI theme folder
e.g. ../dspace/webapps/xmlui/themes/

2.  Add a call for the detectmobile.js and cookies.js file in the header
of your current main theme.xsl file.
It should look like:
 
 
* In this file, we also add a "View mobile site" link in the footer
section, which allows users to view the full site on their
mobile devices.  The cookies.js file saves this preference
but it's erased when the session is closed.
If you want such a link, the code for this should look like the following
(with the appropriate URL for your mobile site):
http://mobile.yoursite.edu';">
View mobile site

3.  Open the detectmobile.js file and enter your new mobile domain
at the end of the function call e.g. mobile.yoursite.edu
* if you choose a different domain name or theme name other than
"mobile" make sure to update the settings in the sitemap.xmap

4.  In mobile.xsl, find the link "View full website" and replace the
references to yoursite.edu with the domain name for your main site.
* lines 255-257

5.  Replace or edit the themes.xmap file located in your default theme
folder e.g. ../dspace/webapps/xmlui/themes/
* The code for setting up the properties for the domain is in
lines 32-37.  This will need to be changed if the domain name
for your mobile site starts with something other than 'mobile.'

6.  Restart tomcat and now you should be able to see the mobile theme
in action; to change the look-and-feel, you can go to
http://jquerymobile.com/themeroller/ and either create your own
files or import/upgrade the uncompressed sc-mobile.css file.


Still working on step 0.  Step 1 I have done,   But where is the "main 
theme.xsl file" or would that be in my instance TWU.xsl? that looks like below 
or what from the original Mirage theme would this be called?

http://apache.org/cocoon/i18n/2.1";
xmlns:dri="http://di.tamu.edu/DRI/1.0/";
xmlns:mets="http://www.loc.gov/METS/";
xmlns:xlink="http://www.w3.org/TR/xlink/";
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
xmlns:dim="http://www.dspace.org/xmlns/dspace/dim";
xmlns:xhtml="http://www.w3.org/1999/xhtml";
xmlns:mods="http://www.loc.gov/mods/v3";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns="http://www.w3.org/1999/xhtml";
exclude-result-prefixes="i18n dri mets xlink xsl dim xhtml mods dc">




















With step 4 - when I look at this I think they redirected this to the 
dspace.cfg? so I don't need to do this step anymore?
   
createCookie('viewfull','true','','$dspace.hostname');window.location='';
View full website


Thanks for any help and guidance to make this process easier!  As a newbie I'm 
still learning!  I will document changes as I see them, I can't code, but I can 
help clarify!


David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
Phone: 940-898-3909
dschus...@twu.edu

[Description: emailsignature]

<>--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette