[Dspace-tech] OAI harvest not processing dc.identifier.uri correctly

2012-06-21 Thread Ben Ryan
Hi,
I have attempted to harvest from an OAI feed and having some problems 
processing the dc.identifier.uri field.
An example record from the feed is:

   
  
 oai:generic.eprints.org:9 
 http://humbox.ac.uk/9/ 
 2012-06-11T18:48:56Z 
 74797065733D7265736F75726365 
  
 http://www.openarchives.org/OAI/2.0/oai_dc/"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ 
http://www.openarchives.org/OAI/2.0/oai_dc.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/id/eprint/9 
 University, Matthew Steggle, Sheffield Hallam 
 As EEBO has images of every book printed in England before 
1700, it offers students studying Shakespeare the opportunity to look at both 
the quarto and Folio editions of his plays. By using EEBO to look at different 
editions of the same play we can start to think about the decisions made by 
editors when confronted with this dilemma of choice. Which version is best? We 
can also think about why these differences occur. 
 2005 
 Resource 
 NonPeerReviewed 
 application/msword 
 
http://humbox.ac.uk/9/2/EEBO_Quarto___Folio_of_Henry_V.doc
 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/9/ 
 Creative Commons Attribution Non-commercial Share Alike 
;

  The dc.identifier.uri field appears in the record.

  When I view the item in the full view it shows the field as 
dc.identifier.urihttp://humbox.ac.uk/id/eprint/9
  However when I view the METS metadat (using 
http://localhost:8080/xmlui/metadata/handle/123456789/4216/mets.xml) it shows 
the field as 
  
  http://humbox.ac.uk/id/eprint/233
  

  In the database the metadat field is recorded in the metadatavalue table 
with a metadata_field_id of 72 and the entry in the metadatafieldregistry table 
shows the element name as identifier.uri as the field is unknown and I 
currently have harvester.unknownfield set to add.

  Can anybody point me to where I look to see why DSpace is not recognising 
the field (is it because of pattern matching for handles?

  Regards,
  Ben 
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] OAI feed not processing correctly

2012-06-21 Thread Ben Ryan
Hi,
I am attempting to harvest from an OAI feed and am getting some strange 
results.
An example record from the feed is:

   
  
 oai:generic.eprints.org:9 
 http://humbox.ac.uk/9/ 
 2012-06-11T18:48:56Z 
 74797065733D7265736F75726365 
  
 http://www.openarchives.org/OAI/2.0/oai_dc/"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ 
http://www.openarchives.org/OAI/2.0/oai_dc.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/id/eprint/9 
 University, Matthew Steggle, Sheffield Hallam 
 As EEBO has images of every book printed in England before 
1700, it offers students studying Shakespeare the opportunity to look at both 
the quarto and Folio editions of his plays. By using EEBO to look at different 
editions of the same play we can start to think about the decisions made by 
editors when confronted with this dilemma of choice. Which version is best? We 
can also think about why these differences occur. 
 2005 
 Resource 
 NonPeerReviewed 
 application/msword 
 
http://humbox.ac.uk/9/2/EEBO_Quarto___Folio_of_Henry_V.doc
 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/9/ 
 Creative Commons Attribution Non-commercial Share Alike 
;
 


  The record contains the dc.identifier.uri that points to the resource (this 
is what I want to display in the the Item View).
  When I view the full item record the the field is displayed: 
dc.identifier.urihttp://humbox.ac.uk/id/eprint/233 (copied from the full 
item record display).
  I have altered the item-view.xsl to display this link with text to identify 
it as a web resource but it does not display.
  When I look at the METS record (using 
http://localhost:8080/xmlui/metadata/handle/123456789/4216/mets.xml) the field 
is shown as  

http://humbox.ac.uk/id/eprint/233


Does anybody have any ideas where this is going wrong?

Regards,
Ben--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sword V2 403 error

2012-06-21 Thread Ben Ryan
Hi,
I am changing to use Sword V2 and have attempted to upload a ZIP using the 
following command
CURL

E:\dev\utils\curl-7.23.1-win64\curl -i --data-binary "@example.zip" -H 
"Content-Disposition: filename=myDSpaceMETSItem.zip" -H "Content-Type: 
application/zip" -H "X-Packaging: 
http://purl.org/net/sword-types/METSDSpaceSIP"; -H "X-No-Op: false" -H 
"X-Verbose: true" 
http://ben.ryan%40hotmail.co.uk:@localhost:8080/swordv2/collection/123456789/634

This gives a 403 error

Output

HTTP/1.1 403 Forbidden
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Content-Length: 964
Date: Wed, 20 Jun 2012 05:58:12 GMT

The config is listed below, all I have chnaged is the upload temp dir, do I 
need to do any other config or is this a Tomcat issue?


Regards,
Ben

Sword V2 Config

#---#
#SWORD 2.0 SERVER CONFIGURATIONS#
#---#
# These configs are only used by the SWORD Server interface,#
# version 2.0 (used by DSpace to accept ingest packages via #
# SWORD 2.0 protocol)   #
#---#

# the base url of the sword 2.0  system
#
# the default if {dspace.url}/swordv2
#
#url = http://www.myu.ac.uk/swordv2

# The base URL of the SWORD collection.  This is the URL from
# which DSpace will construct the deposit location urls for
# collections.
#
# The default is {dspace.url}/swordv2/collection
#
# In the event that you are not deploying DSpace as the ROOT
# application in the servlet container, this will generate
# incorrect URLs, and you should override the functionality
# by specifying in full as below:
#
# collection.url = http://www.myu.ac.uk/swordv2/collection

# The base URL of the SWORD service document.  This is the
# URL from which DSpace will construct the service document
# location urls for the site, and for individual collections
#
# The default is {dspace.url}/swordv2/servicedocument
#
# In the event that you are not deploying DSpace as the ROOT
# application in the servlet container, this will generate
# incorrect URLs, and you should override the functionality
# by specifying in full as below:
#
# servicedocument.url = http://www.myu.ac.uk/swordv2/servicedocument

# The accept packaging properties, along with their associated
# quality values where appropriate.
#
# Global settings; these will be used on all DSpace collections
#
accept-packaging.collection.METSDSpaceSIP = 
http://purl.org/net/sword/package/METSDSpaceSIP
accept-packaging.collection.SimpleZip = 
http://purl.org/net/sword/package/SimpleZip
accept-packaging.collection.Binary = http://purl.org/net/sword/package/Binary

# The accept packaging properties for items.  This is used to determine
# which package types are acceptable to deposit into an existing item,
# either adding to or replacing the media resource
#
accept-packaging.item.METSDSpaceSIP = 
http://purl.org/net/sword/package/METSDSpaceSIP
accept-packaging.item.SimpleZip = http://purl.org/net/sword/package/SimpleZip
accept-packaging.item.Binary = http://purl.org/net/sword/package/Binary

# A comma separated list of MIME types that SWORD will accept
accepts = application/zip, image/jpeg

# Collection Specific settings: these will be used on the collections
# with the given handles
#
#accept-packaging.collection.[handle].METSDSpaceSIP = 
http://purl.org/net/sword-types/METSDSpaceSIP

# Should the server offer as the default the list of all Communities
# to a Service Document request.  If false, the server will offer
# the list of all collections, which is the default and recommended
# behaviour at this stage.
#
# NOTE: a service document for Communities will not offer any viable
# deposit targets, and the client will need to request the list of
# Collections in the target before deposit can continue
#
expose-communities = false
allow-community-deposit = false

# The maximum upload size of a package through the sword interface,
# in bytes
#
# This will be the combined size of all the files, the metadata and
# any manifest data.  It is NOT the same as the maximum size set
# for an individual file upload through the user interface.  If not
# set, or set to 0, the sword service will default to no limit.
#
max-upload-size = 0

# Should DSpace store a copy of the original sword deposit package?
#
# NOTE: this will cause the deposit process to run slightly slower,
# and will accelerate the rate at which the repository consumes disk
# space.  BUT, it will also mean that the deposited packages are
# recoverable in their original form.  It is strongly recommended,
# therefore, to leave this option turned on
#
keep-original-package = true

# The bundle name that SWORD should store incoming packages under if
# keep-original-package is set to true.  The default is "SWORD"
# if not value is set
#
# bundle.name = SWORD

# In t

[Dspace-tech] OAI feed not processing correctly

2012-06-21 Thread Ben Ryan
Hi,
I am attempting to harvest from an OAI feed and am getting some strange 
results.
An example record from the feed is:

   
  
 oai:generic.eprints.org:9 
 http://humbox.ac.uk/9/ 
 2012-06-11T18:48:56Z 
 74797065733D7265736F75726365 
  
 http://www.openarchives.org/OAI/2.0/oai_dc/"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; 
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ 
http://www.openarchives.org/OAI/2.0/oai_dc.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/id/eprint/9 
 University, Matthew Steggle, Sheffield Hallam 
 As EEBO has images of every book printed in England before 
1700, it offers students studying Shakespeare the opportunity to look at both 
the quarto and Folio editions of his plays. By using EEBO to look at different 
editions of the same play we can start to think about the decisions made by 
editors when confronted with this dilemma of choice. Which version is best? We 
can also think about why these differences occur. 
 2005 
 Resource 
 NonPeerReviewed 
 application/msword 
 
http://humbox.ac.uk/9/2/EEBO_Quarto___Folio_of_Henry_V.doc
 
 Using EEBO to compare the quarto and Folio editions of 
Shakespeare's Henry V 
 http://humbox.ac.uk/9/ 
 Creative Commons Attribution Non-commercial Share Alike 
;
 


  The record contains the dc.identifier.uri that points to the resource (this 
is what I want to display in the the Item View).
  When I view the full item record the the field is displayed: 
dc.identifier.urihttp://humbox.ac.uk/id/eprint/233 (copied from the full 
item record display).
  I have altered the item-view.xsl to display this link with text to identify 
it as a web resource but it does not display.
  When I look at the METS record (using 
http://localhost:8080/xmlui/metadata/handle/123456789/4216/mets.xml) the field 
is shown as  

http://humbox.ac.uk/id/eprint/233


Does anybody have any ideas where this is going wrong?

Regards,
Ben--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Sword V2 403 error

2012-06-19 Thread Ben Ryan
Hi,
I am changing to use Sword V2 and have attempted to upload a ZIP using the 
following command
CURL

E:\dev\utils\curl-7.23.1-win64\curl -i --data-binary "@example.zip" -H 
"Content-Disposition: filename=myDSpaceMETSItem.zip" -H "Content-Type: 
application/zip" -H "X-Packaging: 
http://purl.org/net/sword-types/METSDSpaceSIP"; -H "X-No-Op: false" -H 
"X-Verbose: true" 
http://ben.ryan%40hotmail.co.uk:@localhost:8080/swordv2/collection/123456789/634

This gives a 403 error

Output

HTTP/1.1 403 Forbidden
Server: Apache-Coyote/1.1
Content-Type: text/html;charset=utf-8
Content-Length: 964
Date: Wed, 20 Jun 2012 05:58:12 GMT

The config is listed below, all I have chnaged is the upload temp dir, do I 
need to do any other config or is this a Tomcat issue?


Regards,
Ben

Sword V2 Config

#---#
#SWORD 2.0 SERVER CONFIGURATIONS#
#---#
# These configs are only used by the SWORD Server interface,#
# version 2.0 (used by DSpace to accept ingest packages via #
# SWORD 2.0 protocol)   #
#---#

# the base url of the sword 2.0  system
#
# the default if {dspace.url}/swordv2
#
#url = http://www.myu.ac.uk/swordv2

# The base URL of the SWORD collection.  This is the URL from
# which DSpace will construct the deposit location urls for
# collections.
#
# The default is {dspace.url}/swordv2/collection
#
# In the event that you are not deploying DSpace as the ROOT
# application in the servlet container, this will generate
# incorrect URLs, and you should override the functionality
# by specifying in full as below:
#
# collection.url = http://www.myu.ac.uk/swordv2/collection

# The base URL of the SWORD service document.  This is the
# URL from which DSpace will construct the service document
# location urls for the site, and for individual collections
#
# The default is {dspace.url}/swordv2/servicedocument
#
# In the event that you are not deploying DSpace as the ROOT
# application in the servlet container, this will generate
# incorrect URLs, and you should override the functionality
# by specifying in full as below:
#
# servicedocument.url = http://www.myu.ac.uk/swordv2/servicedocument

# The accept packaging properties, along with their associated
# quality values where appropriate.
#
# Global settings; these will be used on all DSpace collections
#
accept-packaging.collection.METSDSpaceSIP = 
http://purl.org/net/sword/package/METSDSpaceSIP
accept-packaging.collection.SimpleZip = 
http://purl.org/net/sword/package/SimpleZip
accept-packaging.collection.Binary = http://purl.org/net/sword/package/Binary

# The accept packaging properties for items.  This is used to determine
# which package types are acceptable to deposit into an existing item,
# either adding to or replacing the media resource
#
accept-packaging.item.METSDSpaceSIP = 
http://purl.org/net/sword/package/METSDSpaceSIP
accept-packaging.item.SimpleZip = http://purl.org/net/sword/package/SimpleZip
accept-packaging.item.Binary = http://purl.org/net/sword/package/Binary

# A comma separated list of MIME types that SWORD will accept
accepts = application/zip, image/jpeg

# Collection Specific settings: these will be used on the collections
# with the given handles
#
#accept-packaging.collection.[handle].METSDSpaceSIP = 
http://purl.org/net/sword-types/METSDSpaceSIP

# Should the server offer as the default the list of all Communities
# to a Service Document request.  If false, the server will offer
# the list of all collections, which is the default and recommended
# behaviour at this stage.
#
# NOTE: a service document for Communities will not offer any viable
# deposit targets, and the client will need to request the list of
# Collections in the target before deposit can continue
#
expose-communities = false
allow-community-deposit = false

# The maximum upload size of a package through the sword interface,
# in bytes
#
# This will be the combined size of all the files, the metadata and
# any manifest data.  It is NOT the same as the maximum size set
# for an individual file upload through the user interface.  If not
# set, or set to 0, the sword service will default to no limit.
#
max-upload-size = 0

# Should DSpace store a copy of the original sword deposit package?
#
# NOTE: this will cause the deposit process to run slightly slower,
# and will accelerate the rate at which the repository consumes disk
# space.  BUT, it will also mean that the deposited packages are
# recoverable in their original form.  It is strongly recommended,
# therefore, to leave this option turned on
#
keep-original-package = true

# The bundle name that SWORD should store incoming packages under if
# keep-original-package is set to true.  The default is "SWORD"
# if not value is set
#
# bundle.name = SWORD

# In t

[Dspace-tech] Choice Authority UI

2012-06-12 Thread Ben Ryan
Hi,
I have implemented a ChoiceAuthority class but would like to alter the 
pop-up window structure and possibly make it into a lightbox. I can find the 
JavaScript for the creation of the window, buttons etc but can cannot see where 
the form in the pop-up window is created.
  Any pointers please?

Regards,
Ben--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Building with NetBeans 7.1.2

2012-06-08 Thread Ben Ryan
Helix,
This page https://wiki.duraspace.org/display/DSPACE/Development+with+Git 
has the answer at the bottom.

Regards,
Ben

-Original Message- 
From: helix84
Sent: Friday, June 08, 2012 12:11 PM
To: Ben Ryan
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Building with NetBeans 7.1.2

Hi Ben,

I know next to nothing about Netbeans, I just want to point you to a
page on DSpace integration with Netbeans:

https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+NetBeans

You should find a workflow that should work there. Or someone else
here may try to answer your specific question.

Regards,
~~helix84 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Building with NetBeans 7.1.2

2012-06-08 Thread Ben Ryan
Hi,
I am currently getting the following error when trying to build DSpace 1.8.2
I have downloaded the tarball from GitHub and I have configured the Build 
action to use the package goal rather than the install as the install goal was 
giving lots of errors about missing headers.
I have checked the file system and the directory does not exist and it was 
not in the tarball either.

Regards,
Ben



Building DSpace Sword Client :: Sword Client XMLUI Webapp
   task-segment: [package]

[enforcer:enforce]
[resources:resources]
Using 'UTF-8' encoding to copy filtered resources.
skip non existing resourceDirectory 
E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp\src\main\resources
[compiler:compile]
No sources to compile
[resources:testResources]
Using 'UTF-8' encoding to copy filtered resources.
skip non existing resourceDirectory 
E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp\src\test\resources
[compiler:testCompile]
Not compiling test sources
[surefire:test]
Tests are skipped.
[war:war]
Packaging webapp
Assembling webapp [dspace-sword-client-xmlui-webapp] in 
[E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp\target\dspace-sword-client-xmlui-webapp-1.8.2]
Processing war project
Copying webapp webResources 
[E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp/src/main/webapp]
 to 
[E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp\target\dspace-sword-client-xmlui-webapp-1.8.2]

FATAL ERROR

basedir 
E:\dev\NetBeansProjects\ds\dspace-sword-client\dspace-sword-client-xmlui-webapp\src\main\webapp
 does not exist--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Viewing input to XSL stylesheets in themes

2012-05-16 Thread Ben Ryan
Hi,
IS it possible to view the input to the XSL stylesheets e.g. 
item-viewer.xsl in the same way that the DRI document can be viewed by 
appending ?XML to the end of a URL?

Regards,
Ben--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Configuring CC Licence for ietm submissions

2012-03-19 Thread Ben Ryan
Hi,
  What are the steps to configure CC Licences in the submission process.
  I have uncommented the step in the item-submission.xml and the step does not 
appear.
  What else do I have to configure?

Regards,
  Ben
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Database tables

2012-01-25 Thread Ben Ryan

Hi,  Is there any documentation on the database tables used by DSpace?  I 
specifically want to know how the spider column if the view table is populated.
Regards,  Ben --
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Metadata Crosswalks

2012-01-20 Thread Ben Ryan

Hi,  Does anyone have any pointers to information on how to create metadata 
crosswalks. I have looked at the code/configs but can't my head around what I 
need to do.  I want to create a crosswalk for OAI-PMH and AIP import to convert 
metadata between formats and also when OAI-PMH is used from a JLern Node to be 
able to inject stats and paradata into the feed (as some form of metadata).
Regards,  Ben --
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] REST API Queries

2012-01-19 Thread Ben Ryan

Hi,  Does the REST API query follow the Lucene syntax e.g field:value and is 
the full Lucene query allowed?
Regards,  Ben --
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Building DSpace with NetBeans

2012-01-17 Thread Ben Ryan

Hi,I have built DSpace 1.8.1 with NetBeans IDE 7.1 but when I run the Ant task 
fresh install it does not appear to copy the Wars to the specified DSpace 
directory. All other files appear to be there.The Wars are built it the source 
directory.Any ideas?
Thanks,Ben--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] METS Ingest

2011-12-07 Thread Ben Ryan
Hi,
  I have created a METS file for testing METS ingest following the docs.
  When using dspace packager –e ben.r...@hotmail.co.uk –p 123456789/3 –t METS 
 file I get the following error:

  org.dspace.content.crosswalk.MetadataValidationException: Invalid METS 
Manifest: mdWrap element for streaming crosswalk without binData child

The METS file is given below:


http://www.loc.gov/METS/"; xmlns:xlink="http://www.w3.org/TR/xlink"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:premis="http://www.loc.gov/standards/premis"; 
xmlns:tsmd="http://www.timescapes.leeds.ac.uk/metadata_1.0"; 
xsi:schemaLocation="http://www.loc.gov/METS/ 
http://www.loc.gov/standards/mets/mets.xsd http://www.loc.gov/standards/premis 
http://www.loc.gov/standards/premis/PREMIS-v1-0.xsd"; ID="uniqueID1" 
PROFILE="DSpace METS SIP Profile 1.0">




http://www.loc.gov/mods/v3";
xmlns:xlink="http://www.w3.org/TR/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.loc.gov/mods/v3 
http://www.loc.gov/standards/mods/mods.xsd";>

        
    Sample METS Ingest


Ben, Ryan

author











http://web.resource.org/cc/";
xmlns:dc="http://purl.org/dc/elements/1.1/";

xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>

http://purl.org/dc/dcmitype/Text"; />
http://creativecommons.org/licenses/by-nc-nd/2.5/"; />

http://creativecommons.org/licenses/by-nc-nd/2.5/";>
http://web.resource.org/cc/Reproduction"; />
http://web.resource.org/cc/Distribution"; />

http://web.resource.org/cc/Notice"; />
http://web.resource.org/cc/Attribution"; />
http://web.resource.org/cc/CommercialUse"; />




























Regards,
  Ben--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech