[Dspace-tech] Problem in integrating dspace with netbeans

2012-07-06 Thread ashish nayal
Dear Sir,

I am integrating *Dspace 1.7.2 in Netbeans 7.1.2*.But when I build *Dspace
Assembly and Configuration* it gives me following error:

*Failed to execute goal
com.google.code.maven-license-plugin:maven-license-plugin:1.4.0:check
(default) on project dspace-api: Some files do not have the expected
license header - [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.*

Please suggest me some solution.

Regards,
Ashish Nayal
--
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] Problem in integrating dspace with netbeans

2012-07-06 Thread AMJAD USMAN


Dear Ashish,As far i understand your problem, you have not set the goals of 
your project DSpace Assembly and configuration properly.I was also suffering 
the same issue a week ago. Mr Tim guide in that time. i am sending you his 
mail.**Part
 of the issue here is that, by default, NetBeans will *always* 
attempt to check all file license headers (by running 'mvn install' 
instead of 'mvn package'). For most developers, you really don't need 
this to occur (as DSpace is released with proper license headers).

So, one way you can fix this is by customizing what the NetBeans Build 
option runs, so that it uses package *instead* of install (and 
therefore does not attempt to check any license headers).

Here's how you can do that in NetBeans:
1. Right click on the project you are attempting to Build (e.g. DSpace 
Assembly and Configuration), and select Properties
2. Go to the Actions category on the left
3. Select the Build project action.
4. In the Execute goals change install to package
5. Now select the Clean and Build Project action
6. In the Execute goals change clean install to clean package
7. Finally, select the Build with Dependencies action
8. In the Execute goals change install to package

Now, for that project, each time you run any of the 3 build commands 
(Build, Clean  Build, or Build with Dependencies) NetBeans will use the 
Maven 'package' command instead of the 'install' command. You'd have to 
do this customization for any NetBeans project that you want to build 
using those commands.

As an alternative, you could also create your own custom NetBeans 
commands (which can be run across any/all projects) by doing the following:
1. Right click on *any* project.
2. Select Custom - Goals...
3. In the Goals: field type package
4. Select Remember as: (at bottom) and enter in Package (or some 
name you will remember)
5. Click OK
Now, you can right click on any project, and go to Custom - Package 
to run a Maven package of that project.

I hope that helps.*RegardsAmjad

From: nayal.ash...@gmail.com
Date: Fri, 6 Jul 2012 12:00:49 +0530
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Problem in integrating dspace with netbeans

Dear Sir,

I am integrating Dspace 1.7.2 in Netbeans 7.1.2.But when I build Dspace 
Assembly and Configuration it gives me following error:

Failed to execute goal 
com.google.code.maven-license-plugin:maven-license-plugin:1.4.0:check (default) 
on project dspace-api: Some files do not have the expected license header - 
[Help 1]




To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

Please suggest me some solution.

Regards,
Ashish Nayal

--
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
  --
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] batch upload

2012-07-06 Thread Lewatle Phaladi
Hi Claudia

Thanks for sharing.

Regards,
Lewatle 

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 05 July 2012 06:07 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] batch upload

Hello Lewatle,

you can use
-a
or
--add

So your command should be:
./dspace import -a -e lewatle.phal...@wits.ac.za -c 123456789/2 -s 
/home/dspace/history/ -m /home/dspace/mapfile

Hope this helps

Claudia Jürgen


Am 05.07.2012 17:26, schrieb Lewatle Phaladi:
 Hi All

 I would like to add my items using the statements bellow and I am not 
 sure if I do the correct thing, anyone who have used import function 
 of dspace before please advise,  as you can see it says deleting items 
 not adding items

 dspace@wits:~/dspace1.8.2/bin$ sudo ./dspace import -add -e 
 lewatle.phal...@wits.ac.za -c 123456789/2 -s /home/dspace/history/ -m 
 /home/dspace/mapfile [sudo] password for dspace:
 Deleting items listed in mapfile: /home/dspace/mapfile
 Started: 1341501644395
 Ended: 1341501644496
 Elapsed time: 0 secs (101 msecs)

 Regards,
 Lewatle

 -Original Message-
 From: Lewatle Phaladi
 Sent: 05 July 2012 12:11 PM
 To: Hilton Gibson
 Cc: DSpace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] batch upload

 Hi Hilton and Dspace Team

 I once used bulk loading successfully and I lost my steps on how to 
 create Contents, dubling_core, Metadata etc. if anyone has link where 
 i can download sample folder containing those files that could help 
 and the script to run on dspace 1.8

 Regards,
 Lewatle


 -Original Message-
 From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
 Sent: Thu 7/5/2012 11:40 AM
 To: Lewatle Phaladi
 Cc: DSpace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] batch upload

 And this:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export


 On 5 July 2012 11:30, Lewatle Phaladi lewatle.phal...@wits.ac.za
 wrote:

 Hi All

 ** **

 I have 500 items that I would like to upload to dspace  at the same 
 time, the items have different metadata, any suggestions will
 help.

 ** **

 *Regards,*

 *Lewatle *

 This communication is intended for the addressee only. It is
 confidential. If you have received this communication in error, please 
 notify us immediately and destroy the original message. You may not 
 copy or disseminate this communication without the permission of the 
 University. Only authorized signatories are competent to enter into 
 agreements on behalf of the University and recipients are thus advised 
 that the content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of the 
 author, which are not necessarily the views and opinions of The 
 University of the Witwatersrand, Johannesburg. All agreements between 
 the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary.



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




 --
 *Hilton Gibson*
 Systems Administrator
 JS Gericke Library
 Room 1025D
 Stellenbosch University
 Private Bag X5036
 Stellenbosch
 7599
 South Africa

 Tel: +27 21 808 4100 | Cell: +27 84 646 4758 
 http://www.sun.ac.za/library

 htmlpfont face = verdana size = 0.8 color = navyThis 
 communication is intended for the addressee only. It is confidential. 
 If you have received this communication in error, please notify us 
 immediately and destroy the original message. You may not copy or 
 disseminate this communication without the permission of the 
 University. Only authorized signatories are competent to enter into 
 agreements on behalf of the University and recipients are thus advised 
 that the content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of the 
 author, which are not necessarily the views and opinions of The 
 University of the Witwatersrand, Johannesburg. All agreements between 
 the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary./font/p/html


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

Re: [Dspace-tech] batch upload

2012-07-06 Thread Lewatle Phaladi
Hi Peter

 

Thanks I will have to read and workout the solution and let you guys know if I 
succeeded.

 

Regards,

Lewatle 

 

From: Peter Dietz [mailto:pdiet...@gmail.com] 
Sent: 05 July 2012 06:10 PM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] batch upload

 

Hi Lewatle,

 

We frequently have batch loads come in large (4000+) and small (20+), and the 
SAFBuilder tool I built does the job pretty easily for us at Ohio State. Its 
built in Java, and works just fine on Windows, OSX, and Linux computers.

 

It accepts input of a spreadsheet (with metadata and filenames), and a 
directory with lots of files that are named in your spreadsheet.

 

The output is a Simple-Archive-Format directory (with subdirectories for each 
Item with contents, dublin_core.xml, filename, etc) that you can directly 
import into a DSpace collection through the [dspace]/bin/dspace import command 
line launcher. 

 

See Documentation with screenshots and commands to type: 
https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager

 

 

GitHub repository for SAFBuilder: https://github.com/peterdietz/SAFBuilder

 

If you or anyone finds it useful, let me know. 

 

 


Peter Dietz




On Thu, Jul 5, 2012 at 11:26 AM, Lewatle Phaladi lewatle.phal...@wits.ac.za 
wrote:

Hi All

I would like to add my items using the statements bellow and I am not
sure if I do the correct thing, anyone who have used import function of
dspace before please advise,  as you can see it says deleting items not
adding items

dspace@wits:~/dspace1.8.2/bin$ sudo ./dspace import -add -e
lewatle.phal...@wits.ac.za -c 123456789/2 -s /home/dspace/history/ -m
/home/dspace/mapfile
[sudo] password for dspace:
Deleting items listed in mapfile: /home/dspace/mapfile
Started: 1341501644395
Ended: 1341501644496
Elapsed time: 0 secs (101 msecs)

Regards,
Lewatle


-Original Message-
From: Lewatle Phaladi
Sent: 05 July 2012 12:11 PM
To: Hilton Gibson
Cc: DSpace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] batch upload

Hi Hilton and Dspace Team

I once used bulk loading successfully and I lost my steps on how to
create Contents, dubling_core, Metadata etc. if anyone has link where i
can download sample folder containing those files that could help and
the script to run on dspace 1.8

Regards,
Lewatle


-Original Message-
From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
Sent: Thu 7/5/2012 11:40 AM
To: Lewatle Phaladi
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] batch upload

And this:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export


On 5 July 2012 11:30, Lewatle Phaladi lewatle.phal...@wits.ac.za
wrote:

 Hi All

 ** **

 I have 500 items that I would like to upload to dspace  at the same
 time, the items have different metadata, any suggestions will
 help.

 ** **

 *Regards,*

 *Lewatle *

 This communication is intended for the addressee only. It is
confidential. If you have received this communication in error, please
notify us immediately and destroy the original message. You may not copy
or disseminate this communication without the permission of the
University. Only authorized signatories are competent to enter into
agreements on behalf of the University and recipients are thus advised
that the content of this message may not be legally binding on the
University and may contain the personal views and opinions of the
author, which are not necessarily the views and opinions of The
University of the Witwatersrand, Johannesburg. All agreements between
the University and outsiders are subject to South African Law unless the
University agrees in writing to the contrary.



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




--
*Hilton Gibson*
Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 tel:%2B27%2021%20808%204100  | Cell: +27 84 646 4758 
tel:%2B27%2084%20646%204758 
http://www.sun.ac.za/library

htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University 

Re: [Dspace-tech] Problem in integrating dspace with netbeans

2012-07-06 Thread Benjamin Ryan
Ashish,
   This is caused by the build goal being set to install.
   Right click on the DSpace Parent Project, select Set 
Configuration and then Customize.
   In the dialogue box select Actionsoptions in the left hand 
tree view.
   In the Actions selection box select Build Project and change 
the value in the Execute Goals from install to package.
   Do the same with the Clean and Build project, setting the 
Execute Goals value to clean package.

Regards,
   Ben

--
Dr Ben Ryan
Jorum Technical Coordinator (Services)

5.12 Roscoe Building
The University of Manchester
Oxford Road
Manchester
M13 9PL
Tel: 0160 275 6039
E-mail: 
benjamin.r...@manchester.ac.ukhttps://outlook.manchester.ac.uk/owa/redir.aspx?C=b28b5bdd1a91425abf8e32748c93f487URL=mailto%3abenjamin.ryan%40manchester.ac.uk
--

From: ashish nayal [mailto:nayal.ash...@gmail.com]
Sent: 06 July 2012 07:31
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Problem in integrating dspace with netbeans

Dear Sir,

I am integrating Dspace 1.7.2 in Netbeans 7.1.2.But when I build Dspace 
Assembly and Configuration it gives me following error:

Failed to execute goal 
com.google.code.maven-license-plugin:maven-license-plugin:1.4.0:check (default) 
on project dspace-api: Some files do not have the expected license header - 
[Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

Please suggest me some solution.

Regards,
Ashish Nayal
--
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] Displaying articles of a given community/collection on another website

2012-07-06 Thread amutsikiwa
Hi

 

I am running Dspace 1.8.2 using JSPUI. I would like to have articles in  for
a given community/collection to be displayed on the website of a given
Faculty. Can someone point me to how to do that.

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
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] Item Statistics not displaying countries -GeoLiteCity

2012-07-06 Thread amutsikiwa
Hi All,

 

I have a problem with my statistics  failing to display Top Countries and
Top Cities. It is displaying  Unknown Country. Please visit
http://ir.uz.ac.zw/jspui/handle/10646/511/statistics 

Any assistance is greatly appreciated .

 

Regards,

 

Admire Mutsikiwa

University of Zimbabwe

--
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] Problem in integrating dspace with netbeans

2012-07-06 Thread nayal.ashish
Dear Amjad,

I have done as per you instruction,when I now again try to clean and build I
am getting this error:

*Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:war
(default-war) on project xmlui: Execution default-war of goal
org.apache.maven.plugins:maven-war-plugin:2.1.1:war failed: basedir
C:\esb\dspace\dspace-1.7.2\dspace\modules\xmlui\src\main\webapp does not
exist - [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read
the following articles:
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

After correcting the problems, you can resume the build with the command
  mvn goals -rf :xmlui*

--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Problem-in-integrating-dspace-with-netbeans-tp4656087p4656094.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
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] batch upload

2012-07-06 Thread Lewatle Phaladi
Hi All 

I have used the script to upload multiple items, but the guys I am doing this 
for they want me to use spreedsheet, that is the second challenge for me at the 
moment, thanks again for the replies I got previously hoping to also get 
additional info on this.

Regards,
Lewatle  

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 05 July 2012 06:07 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] batch upload

Hello Lewatle,

you can use
-a
or
--add

So your command should be:
./dspace import -a -e lewatle.phal...@wits.ac.za -c 123456789/2 -s 
/home/dspace/history/ -m /home/dspace/mapfile

Hope this helps

Claudia Jürgen


Am 05.07.2012 17:26, schrieb Lewatle Phaladi:
 Hi All

 I would like to add my items using the statements bellow and I am not 
 sure if I do the correct thing, anyone who have used import function 
 of dspace before please advise,  as you can see it says deleting items 
 not adding items

 dspace@wits:~/dspace1.8.2/bin$ sudo ./dspace import -add -e 
 lewatle.phal...@wits.ac.za -c 123456789/2 -s /home/dspace/history/ -m 
 /home/dspace/mapfile [sudo] password for dspace:
 Deleting items listed in mapfile: /home/dspace/mapfile
 Started: 1341501644395
 Ended: 1341501644496
 Elapsed time: 0 secs (101 msecs)

 Regards,
 Lewatle

 -Original Message-
 From: Lewatle Phaladi
 Sent: 05 July 2012 12:11 PM
 To: Hilton Gibson
 Cc: DSpace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] batch upload

 Hi Hilton and Dspace Team

 I once used bulk loading successfully and I lost my steps on how to 
 create Contents, dubling_core, Metadata etc. if anyone has link where 
 i can download sample folder containing those files that could help 
 and the script to run on dspace 1.8

 Regards,
 Lewatle


 -Original Message-
 From: Hilton Gibson [mailto:hilton.gib...@gmail.com]
 Sent: Thu 7/5/2012 11:40 AM
 To: Lewatle Phaladi
 Cc: DSpace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] batch upload

 And this:
 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Import_and_Export


 On 5 July 2012 11:30, Lewatle Phaladi lewatle.phal...@wits.ac.za
 wrote:

 Hi All

 ** **

 I have 500 items that I would like to upload to dspace  at the same 
 time, the items have different metadata, any suggestions will
 help.

 ** **

 *Regards,*

 *Lewatle *

 This communication is intended for the addressee only. It is
 confidential. If you have received this communication in error, please 
 notify us immediately and destroy the original message. You may not 
 copy or disseminate this communication without the permission of the 
 University. Only authorized signatories are competent to enter into 
 agreements on behalf of the University and recipients are thus advised 
 that the content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of the 
 author, which are not necessarily the views and opinions of The 
 University of the Witwatersrand, Johannesburg. All agreements between 
 the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary.



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




 --
 *Hilton Gibson*
 Systems Administrator
 JS Gericke Library
 Room 1025D
 Stellenbosch University
 Private Bag X5036
 Stellenbosch
 7599
 South Africa

 Tel: +27 21 808 4100 | Cell: +27 84 646 4758 
 http://www.sun.ac.za/library

 htmlpfont face = verdana size = 0.8 color = navyThis 
 communication is intended for the addressee only. It is confidential. 
 If you have received this communication in error, please notify us 
 immediately and destroy the original message. You may not copy or 
 disseminate this communication without the permission of the 
 University. Only authorized signatories are competent to enter into 
 agreements on behalf of the University and recipients are thus advised 
 that the content of this message may not be legally binding on the 
 University and may contain the personal views and opinions of the 
 author, which are not necessarily the views and opinions of The 
 University of the Witwatersrand, Johannesburg. All agreements between 
 the University and outsiders are subject to South African Law unless 
 the University agrees in writing to the contrary./font/p/html


 --
 
 Live Security 

Re: [Dspace-tech] How to check authorization roles in XMLUI 1.8.2?

2012-07-06 Thread helix84
On Thu, Jul 5, 2012 at 1:59 PM, Tom Autry tom.au...@coffingco.com wrote:
 Is there an easy way to check a person’s roles within XMLUI 1.8.2 using the
 Mirage theme?  I would like to flag bitstreams or items in the search
 results so that a user would know that they don’t have permission to view or
 download and needs to request permission.

Hi Tom,

I think this is very much related to DS-1193. However, it's likely
that the current implementation will chage - also see the related
email thread and IRC transcript.

https://jira.duraspace.org/browse/DS-1193

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] Multiple instances of dspace on a single server

2012-07-06 Thread AMJAD USMAN

Hello everybody,i have deployed dspace on a server. i want to create another 
instance of dspace on the same server for testing and development purposes.can 
anybody help me in this regard?
Regardsamjad  --
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] Displaying articles of a given community/collection on another website

2012-07-06 Thread helix84
On Fri, Jul 6, 2012 at 8:35 AM, amutsikiwa amutsik...@uzlib.uz.ac.zw wrote:
 I am running Dspace 1.8.2 using JSPUI. I would like to have articles in  for
 a given community/collection to be displayed on the website of a given
 Faculty. Can someone point me to how to do that.

Hi Admire,

eventhough you use JSPUI, I think this is best solved by data provided
in the XMLUI's DRI. You can have both JSPUI and XMLUI installed
without any problems and only point your users to JSPUI.

Look here at how DRI looks for the
http://demo.dspace.org/xmlui/handle/10673/52176 collection:
http://demo.dspace.org/xmlui/DRI/handle/10673/52176

You could easily extract URLs to the XML documents in this collection from here:
referenceSet 
id=aspect.discovery.CommunityRecentSubmissions.referenceSet.community-last-submitted
rend=recent-submissions n=community-last-submitted
type=summaryList
reference repositoryID=10673 type=DSpace Item
url=/metadata/handle/10673/52185/mets.xml/
reference repositoryID=10673 type=DSpace Item
url=/metadata/handle/10673/52184/mets.xml/
/referenceSet

And the XML documents contain all the information you need to display
the collection's items at an external website.

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


Re: [Dspace-tech] Multiple instances of dspace on a single server

2012-07-06 Thread Thornton, Susan M. (LARC-B702)[LITES]
We use Iplanet which allows you to create virtual servers in order to run 
more than one instance of DSpace on a single server.  I don't know if you can 
do this with Apache or not?
Sue


Sue Walker-Thornton
(w):  (757) 864-2368
(m):  (757) 506-9903

From: AMJAD USMAN [mailto:amjad...@hotmail.com]
Sent: Friday, July 06, 2012 7:45 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Multiple instances of dspace on a single server

Hello everybody,
i have deployed dspace on a server. i want to create another instance of dspace 
on the same server for testing and development purposes.
can anybody help me in this regard?

Regards
amjad
--
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] Multiple instances of dspace on a single server

2012-07-06 Thread Sandoval, Álvaro

Hi Amjad:

We have 4 DSpace instances running on the same server, using Tomcat and 
Apache2 with mod_jk.
You just need 4 different databases and 4 different DSpace directories. 
And tell tomcat server.xml where they are.


Regards,
Álvaro

El 06/07/12 07:45, AMJAD USMAN escribió:

Hello everybody,
i have deployed dspace on a server. i want to create another instance 
of dspace on the same server for testing and development purposes.

can anybody help me in this regard?

Regards
amjad


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



--
Álvaro Sandoval Pizarro

BCN, Biblioteca del Congreso Nacional de Chile
Ingeniería y Desarrollo
Fono (5632) 226 3981

http://www.bcn.cl/

--
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] Multiple instances of dspace on a single server

2012-07-06 Thread Kevin P. Foote

 - use apache in front of tomcat
 - create 2 vhosts using apache NameVirtualHost directive - one for each of 
your dspace instances 
 - install / configure a second tomcat instance
 - point vhost-1 to tomcat-1 , point vhost-2 to tomcat-2
 - underlying db .. you'll also have to set up two databases  
   in postgres (one for each dspace) 

--
thanks
  kevin.foote

On Fri, 6 Jul 2012, Thornton, Susan M. (LARC-B702)[LITES] wrote:

- We use Iplanet which allows you to create virtual servers in order to run 
more than one instance of DSpace on a single server.  I don't know if you can 
do this with Apache or not?
- Sue
- 
- 
- Sue Walker-Thornton
- (w):  (757) 864-2368
- (m):  (757) 506-9903
- 
- From: AMJAD USMAN [mailto:amjad...@hotmail.com]
- Sent: Friday, July 06, 2012 7:45 AM
- To: dspace-tech@lists.sourceforge.net
- Subject: [Dspace-tech] Multiple instances of dspace on a single server
- 
- Hello everybody,
- i have deployed dspace on a server. i want to create another instance of 
dspace on the same server for testing and development purposes.
- can anybody help me in this regard?
- 
- Regards
- amjad
- 

--
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] item-list.xsl in Mirage

2012-07-06 Thread Jose Blanco
This did not change the mets.xml file, how do I get the mets:fileSec to be
available in  item-list.xsl in Mirage?

On Fri, Jul 6, 2012 at 11:04 AM, Jose Blanco blan...@umich.edu wrote:

 No change.  I'm not sure this affects what  mets xml is generated in the
 item list view.


 On Wed, Jul 4, 2012 at 2:50 AM, emilio lorenzo elore...@arvo.es wrote:

 **
 Hi José
 there is an option in dspace.cfg to allow the rendering of the mets.xml
 in xmlui,  IF the mets.xml (or mods) is stored into the bitstream

 # Optionally you may configure Manakin to take advantage of metadata
 stored as a
 # bitstream. These metadata files should be inside the METADATA bundle
 and named
 # either MODS.xml or METS.xml. If either of the following options are
 turned on then
 # these files will be made available to the theme when rendering an item.
 xmlui.bitstream.mets = true

 hope this is helpful
 Emilio



 El 03/07/2012 19:58, Jose Blanco escribió:

 I'm trying to make the browser result list icons for each bitstream in
 the item as part of the result, but  I see from doing:

 h1xsl:copy-of select=.//h1

 inside xsl:template name=itemSummaryList-DIM

 that I don't get mets:file ( that section is empty ).  I really want to
 get the entire mets record to work with.  How can I change that?

 Thank you!
 Jose


 --
 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 
 listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech



--
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] Item Statistics not displaying countries -GeoLiteCity

2012-07-06 Thread DSpace @ Lyncode
Hi,

you didn't gave a lot of info. There is any logged message at DSpace log or
webapp server log?
A possible problem (not so easy to debug) could be a corrupted
GeoLiteCity.dat file.

On 6 July 2012 08:38, amutsikiwa amutsik...@uzlib.uz.ac.zw wrote:

  Hi All,

 ** **

 I have a problem with my statistics  failing to display Top Countries and
 Top Cities. It is displaying  Unknown Country. Please visit
 http://ir.uz.ac.zw/jspui/handle/10646/511/statistics 

 Any assistance is greatly appreciated .

 ** **

 Regards,

 ** **

 Admire Mutsikiwa

 University of Zimbabwe




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


--
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] item-list.xsl in Mirage

2012-07-06 Thread Jose Blanco
I found it in utils.xsl :

change to:
xsl:value-of select=@url/
!-- Since this is a summary only grab the descriptive
metadata, and the thumbnails --
xsl:text/xsl:text
!-- An example of reque

from :

xsl:value-of select=@url/
!-- Since this is a summary only grab the descriptive
metadata, and the thumbnails --

xsl:text?sections=dmdSec,fileSecamp;fileGrpTypes=THUMBNAIL/xsl:text

On Fri, Jul 6, 2012 at 11:51 AM, Jose Blanco blan...@umich.edu wrote:

 This did not change the mets.xml file, how do I get the mets:fileSec to be
 available in  item-list.xsl in Mirage?


 On Fri, Jul 6, 2012 at 11:04 AM, Jose Blanco blan...@umich.edu wrote:

 No change.  I'm not sure this affects what  mets xml is generated in the
 item list view.


 On Wed, Jul 4, 2012 at 2:50 AM, emilio lorenzo elore...@arvo.es wrote:

 **
 Hi José
 there is an option in dspace.cfg to allow the rendering of the mets.xml
 in xmlui,  IF the mets.xml (or mods) is stored into the bitstream

 # Optionally you may configure Manakin to take advantage of metadata
 stored as a
 # bitstream. These metadata files should be inside the METADATA bundle
 and named
 # either MODS.xml or METS.xml. If either of the following options are
 turned on then
 # these files will be made available to the theme when rendering an item.
 xmlui.bitstream.mets = true

 hope this is helpful
 Emilio



 El 03/07/2012 19:58, Jose Blanco escribió:

 I'm trying to make the browser result list icons for each bitstream in
 the item as part of the result, but  I see from doing:

 h1xsl:copy-of select=.//h1

 inside xsl:template name=itemSummaryList-DIM

 that I don't get mets:file ( that section is empty ).  I really want to
 get the entire mets record to work with.  How can I change that?

 Thank you!
 Jose


 --
 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 
 listDSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-tech




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