[Dspace-tech] Unsubscribe

2011-12-12 Thread WAYNE HALLIDAY

Unsubscribe
 
Wayne Halliday, EIS
 http://www.lehman.cuny.edu/ Leonard Lief Library
Lehman College, CUNY
718.960.7768
 
The Universe is not only stranger
than we imagine it IS stranger
than we CAN imagine!
Sir Arthur Eddington
English astronomer
1882--1944
 
image001.gif--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace Setup

2011-12-12 Thread Henry Atsu Agbodza
Dear all, is it possible that i can limit access to a full text repository
by making sure people can only access some files by inputing a username
and a password.
Please if yes can you direct me as to how it can be done?
Thank you




--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace Setup

2011-12-12 Thread helix84
On Mon, Dec 12, 2011 at 17:12, Henry Atsu Agbodza
henry_agbo...@libr.ug.edu.gh wrote:
 Dear all, is it possible that i can limit access to a full text repository
 by making sure people can only access some files by inputing a username
 and a password.
 Please if yes can you direct me as to how it can be done?
 Thank you

Hello Henry,

it is possible, just follow these steps (these are for XMLUI):

1) log in as administrator
2) put your users who should be have access into a group
3a) first try this with an individual item: open the item you want to
protect, choose Edit this item, Authorizations and for each file edit
it's access rights
3b) when you verify it works on an individual item, you can change
authorizations of whole collections using the Access control -
Authorizations - Click here to go to the item wildcard policy admin
tool
4) remove bitstream read access from the Anonymous group (which
represents all users including those who are not logged in)
5) add bitstream read access to your new group
6) that covered existing items; to ensure all newly submitted items
will have this policy, edit the collections which contains them and
set the same access rights; again, you can use the wildcard policy
admin tool

Before you do these changes, make sure to back up your database. It's
very likely you won't be able to get it to work on the first attempt,
so make sure you can revert the repository to a working state. You can
also back up your assetstore, but if you will be changing only access
rights and not adding/removing bitstreams, you don't need to touch the
assetstore (all access rights are stored in the database).

Regards,
~~helix84

--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Structure Builder in 1.8.0 overlay

2011-12-12 Thread Mark Diggory
Tom,

we don't currently have a place to drop general code for use in the CLI.
the best way to do this is to create a project

dspace/modules/api/pom.xml

project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=
http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   groupIdorg.dspace.modules/groupId
   artifactIdapi/artifactId
   packagingjar/packaging
   nameDSpace :: Custom API Code/name

   !--
  A Parent POM that Maven inherits DSpace Default
  POM atrributes from.
   --
   parent
  groupIdorg.dspace/groupId
  artifactIdmodules/artifactId
  version1.8.0/version
relativePath../relativePath
   /parent

   dependencies
  dependency
 groupIdorg.dspace/groupId
 artifactIddspace-api/artifactId
  /dependency
  dependency
 groupIdjavax.servlet/groupId
 artifactIdservlet-api/artifactId
 version2.3/version
 scopeprovided/scope
  /dependency
   /dependencies

/project

and create jar pom.xml for it.

Finally and most importantly, then add this project as a dependency in
dspace/pom.xml

you may then add your StructBuilder in this location

dspace/modules/api/src/main/java/org/dspace/administer/StructBuilder.java

This will override the StructBuilder in dspace-api via the commandline.

TBH though, I rather dislike overrides, I recommend you also rename the
class to something else MyStructBuilder and call it via dsrun or add a
line to the launcher.xml to manage it.

Mark

On Mon, Dec 12, 2011 at 8:29 AM, Tom Autry tom.au...@coffingco.com wrote:

  We made some changes to structure builder in 1.7.2 but had to put
 replace StructBuilder.class in [dspace-source]/
 dspace-api/src/main/java/org/dspace/administer since there doesn’t seem to
 be an overlay for it under [dspace-source]/dspace/modules.  We replaced the
 class with our previous code but when running Maven to update the code, it
 doesn’t seem to update properly as our added options are not present in the
 compiled code.  We are still new to the Maven/Ant build process so it may
 be something simple that we have missed.  Any help would be appreciated.
 Would the code be downloading and replacing itself?

 ** **

 ** **

 Thanks.

 ** **

 Tom Autry

 Coffing Corporation

 3136 Presidential Drive

 Fairborn, Ohio 45324

 Office: 937-458-6100

 Cell: 937-361-4680

 Email: tom.au...@coffingco.com

 ** **

 --
 This e-mail message and any attachments may contain legally privileged,
 confidential or proprietary information. If you are not the intended
 recipient(s),or the employee or agent responsible for delivery of this
 message to the intended recipient(s), you are hereby notified that any
 dissemination, distribution or copying of this e-mail message is strictly
 prohibited. If you have received this message in error, please immediately
 notify the sender and delete this e-mail message from your computer. Any
 views expressed in this message are those of the individual sender and may
 not necessarily reflect the views of the company.


 --
 Learn Windows Azure Live!  Tuesday, Dec 13, 2011
 Microsoft is holding a special Learn Windows Azure training event for
 developers. It will provide a great way to learn Windows Azure and what it
 provides. You can attend the event by watching it streamed LIVE online.
 Learn more at http://p.sf.net/sfu/ms-windowsazure
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
[image: @mire Inc.]
*Mark Diggory*
*2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
http://www.atmire.com
--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Moodle integration

2011-12-12 Thread Carlos E. Mansilla G.
thnx Tom.. i just click on reply and i didn't notice that have a wrong
address..

i download the src from
http://scm.dspace.org/svn/repo/modules/dspace-rest/trunk svn, but i
have some errors in the building..  then i download from
http://scm.dspace.org/svn/repo/modules/dspace-rest but i really have
some doubts about the right src for my dspace version i'm using dspace
1.72

i have this info after building:

[INFO]

[INFO] For more information, run Maven with the -e switch [INFO]

[INFO] Total time: 4 minutes 14 seconds [INFO] Finished at: Mon Dec 12
14:04:04 CLST 2011 [INFO] Final Memory: 12M/31M
[INFO]


i asume that i have errors too



Carlos Mansilla G.
U. de Los Lagos
Osorno - Chile



El Fri, 09 Dec 2011 15:19:23 -0600
Tim Donohue tdono...@duraspace.org escribió:
 Hi Carlos,
 
 I'm copying back in dspace-tech. It's best to keep questions on the 
 mailing list so that others can help as well (and learn / find
 answers later on).
 
 Information about the DSpace REST API can be found at:
 https://wiki.duraspace.org/display/DSPACE/REST+API
 
 Currently the REST API is an add-on, so it needs to be installed 
 separately from your DSpace instance.  Details on how it can be 
 installed (either via Maven or by building from source) are available
 on the above page.
 
 If you run into issues, feel free to ask on this list!
 
 - Tim
 
 On 12/9/2011 1:11 PM, Carlos E. Mansilla G. wrote:
  thnx.. i already get the module.. but.. how can i get dspace REST
  Api, i can't find where can i download for dspace 1.72
 
 
  Carlos Mansilla G.
  U. de Los Lagos
  Osorno - Chile
 
 
 
  El Thu, 08 Dec 2011 09:07:17 -0600
  Tim Donohuetdono...@duraspace.org  escribió:
  Hi Carlos,
 
  Some Moodle developers are working on a 'dspace' plugin for
  Moodle2, which uses the beta-level DSpace REST API.  More
  information is available in the following moodle ticket.
 
  http://tracker.moodle.org/browse/MDL-17025
 
  It looks like it's not completed though. This is the only DSpace
  Moodle integration work that I'm aware of. Hopefully if someone
  else is working on DSpace  Moodle integration they will speak up
  on this list.
 
  - Tim
 
  On 12/7/2011 10:05 PM, Carlos E. Mansilla G. wrote:
  maybe something has asked that but.. there is some dspace-moodle 2
  integration?? i wish to know if someone has a good experiences
  about that with some functional script, or maybe some tips about
  the best choice
 
 
  thnx in advance
 
 
 
  Carlos Mansilla G.
  U. de Los Lagos
  Osorno - Chile
 
  --
  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
 


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Moodle integration

2011-12-12 Thread Bojan Suzic
Hi Carlos,

could you try with this version: https://github.com/hedtek/dspace-rest
It has some fixes applied.

Bojan


Am 12.12.2011 21:11, schrieb Carlos E. Mansilla G.:
 thnx Tom.. i just click on reply and i didn't notice that have a wrong
 address..

 i download the src from
 http://scm.dspace.org/svn/repo/modules/dspace-rest/trunk svn, but i
 have some errors in the building..  then i download from
 http://scm.dspace.org/svn/repo/modules/dspace-rest but i really have
 some doubts about the right src for my dspace version i'm using dspace
 1.72

 i have this info after building:

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch [INFO]
 
 [INFO] Total time: 4 minutes 14 seconds [INFO] Finished at: Mon Dec 12
 14:04:04 CLST 2011 [INFO] Final Memory: 12M/31M
 [INFO]
 

 i asume that i have errors too



 Carlos Mansilla G.
 U. de Los Lagos
 Osorno - Chile



 El Fri, 09 Dec 2011 15:19:23 -0600
 Tim Donohuetdono...@duraspace.org  escribió:
 Hi Carlos,

 I'm copying back in dspace-tech. It's best to keep questions on the
 mailing list so that others can help as well (and learn / find
 answers later on).

 Information about the DSpace REST API can be found at:
 https://wiki.duraspace.org/display/DSPACE/REST+API

 Currently the REST API is an add-on, so it needs to be installed
 separately from your DSpace instance.  Details on how it can be
 installed (either via Maven or by building from source) are available
 on the above page.

 If you run into issues, feel free to ask on this list!

 - Tim

 On 12/9/2011 1:11 PM, Carlos E. Mansilla G. wrote:
 thnx.. i already get the module.. but.. how can i get dspace REST
 Api, i can't find where can i download for dspace 1.72


 Carlos Mansilla G.
 U. de Los Lagos
 Osorno - Chile



 El Thu, 08 Dec 2011 09:07:17 -0600
 Tim Donohuetdono...@duraspace.org   escribió:
 Hi Carlos,

 Some Moodle developers are working on a 'dspace' plugin for
 Moodle2, which uses the beta-level DSpace REST API.  More
 information is available in the following moodle ticket.

 http://tracker.moodle.org/browse/MDL-17025

 It looks like it's not completed though. This is the only DSpace
 Moodle integration work that I'm aware of. Hopefully if someone
 else is working on DSpace   Moodle integration they will speak up
 on this list.

 - Tim

 On 12/7/2011 10:05 PM, Carlos E. Mansilla G. wrote:
 maybe something has asked that but.. there is some dspace-moodle 2
 integration?? i wish to know if someone has a good experiences
 about that with some functional script, or maybe some tips about
 the best choice


 thnx in advance



 Carlos Mansilla G.
 U. de Los Lagos
 Osorno - Chile

 --
 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



 --
 Learn Windows Azure Live!  Tuesday, Dec 13, 2011
 Microsoft is holding a special Learn Windows Azure training event for
 developers. It will provide a great way to learn Windows Azure and what it
 provides. You can attend the event by watching it streamed LIVE online.
 Learn more at http://p.sf.net/sfu/ms-windowsazure
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech