[Dspace-tech] [INFO] Error building POM (may not be this project's POM): Unable to download the artifact from any repository

2008-04-24 Thread Filbert Minj
Hi,
While installing dspace-1.5.0-release when I use the command

mvn package

It gives the following errors. Could some body tell me what exacly is 
happening.

Thanks,

--
Filbert Minj


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   DSpace Addon Modules
[INFO]   DSpace XML-UI (Manakin) :: Web Application
[INFO]   DSpace LNI :: Web Application
[INFO]   DSpace OAI :: Web Application
[INFO]   DSpace JSP-UI :: Web Application
[INFO]   DSpace SWORD :: Web Application
[INFO]   DSpace Assembly and Configuration
[INFO] 
[INFO] Building DSpace Addon Modules
[INFO]task-segment: [package]
[INFO] 
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in 
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven.dspace.org/snapshot (http://maven.dspace.org/snapshot)
 for project org.apache.maven.plugins:maven-site-plugin


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Apr 24 18:28:43 IST 2008
[INFO] Final Memory: 2M/4M
[INFO] 



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [INFO] Error building POM (may not be this project'sPOM): Unable to download the artifact from any repository

2008-04-24 Thread Robin Taylor
Which directory are you in when you run the command ? You should be in
../dspace, I suspect you are in the modules directory so it finds the wrong
pom to begin with.

Cheers, Robin.
 


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Filbert Minj
Sent: 24 April 2008 11:40
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] [INFO] Error building POM (may not be this
project'sPOM): Unable to download the artifact from any repository

Hi,
While installing dspace-1.5.0-release when I use the command

mvn package

It gives the following errors. Could some body tell me what exacly is
happening.

Thanks,

--
Filbert Minj


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   DSpace Addon Modules
[INFO]   DSpace XML-UI (Manakin) :: Web Application
[INFO]   DSpace LNI :: Web Application
[INFO]   DSpace OAI :: Web Application
[INFO]   DSpace JSP-UI :: Web Application
[INFO]   DSpace SWORD :: Web Application
[INFO]   DSpace Assembly and Configuration
[INFO]

[INFO] Building DSpace Addon Modules
[INFO]task-segment: [package]
[INFO]

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
-beta-6/maven-site-plugin-2.0-beta-6.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
-beta-6/maven-site-plugin-2.0-beta-6.pom
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven.dspace.org/snapshot (http://maven.dspace.org/snapshot)
 for project org.apache.maven.plugins:maven-site-plugin


[INFO]

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

[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Apr 24 18:28:43 IST 2008 [INFO] Final Memory: 2M/4M
[INFO]




--
This message has been scanned for viruses and dangerous content by
MailScanner, and is believed to be clean.


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
ne
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [INFO] Error building POM (may not be thisproject'sPOM): Unable to download the artifact from any repository

2008-04-24 Thread Filbert Minj
Hi,

I am runing the command from  dspace-1.5.0-release/dspace

That is
cd  dspace-1.5.0-release/dspace
mvn package

Thanks,

--
Filbert Minj
- Original Message - 
From: Robin Taylor [EMAIL PROTECTED]
To: 'Filbert Minj' [EMAIL PROTECTED]; 
dspace-tech@lists.sourceforge.net
Sent: Thursday, April 24, 2008 4:17 PM
Subject: Re: [Dspace-tech] [INFO] Error building POM (may not be 
thisproject'sPOM): Unable to download the artifact from any repository


 Which directory are you in when you run the command ? You should be in
 ../dspace, I suspect you are in the modules directory so it finds the 
 wrong
 pom to begin with.

 Cheers, Robin.



 -- 
 The University of Edinburgh is a charitable body, registered in
 Scotland, with registration number SC005336.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Filbert 
 Minj
 Sent: 24 April 2008 11:40
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] [INFO] Error building POM (may not be this
 project'sPOM): Unable to download the artifact from any repository

 Hi,
 While installing dspace-1.5.0-release when I use the command

 mvn package

 It gives the following errors. Could some body tell me what exacly is
 happening.

 Thanks,

 --
 Filbert Minj

 
 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   DSpace Addon Modules
 [INFO]   DSpace XML-UI (Manakin) :: Web Application
 [INFO]   DSpace LNI :: Web Application
 [INFO]   DSpace OAI :: Web Application
 [INFO]   DSpace JSP-UI :: Web Application
 [INFO]   DSpace SWORD :: Web Application
 [INFO]   DSpace Assembly and Configuration
 [INFO]
 
 [INFO] Building DSpace Addon Modules
 [INFO]task-segment: [package]
 [INFO]
 
 Downloading:
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
 -beta-6/maven-site-plugin-2.0-beta-6.pom
 Downloading:
 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
 -beta-6/maven-site-plugin-2.0-beta-6.pom
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.apache.maven.plugins:maven-site-plugin

 Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in
 repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6

 from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven.dspace.org/snapshot (http://maven.dspace.org/snapshot)
 for project org.apache.maven.plugins:maven-site-plugin


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch [INFO]
 
 [INFO] Total time: 2 seconds
 [INFO] Finished at: Thu Apr 24 18:28:43 IST 2008 [INFO] Final Memory: 
 2M/4M
 [INFO]
 



 --
 This message has been scanned for viruses and dangerous content by
 MailScanner, and is believed to be clean.


 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
 ne
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Re: [Dspace-tech] [INFO] Error building POM (may not be thisproject'sPOM): Unable to download the artifact from any repository

2008-04-24 Thread James Rutherford
On Thu, Apr 24, 2008 at 10:57:05AM +, Filbert Minj wrote:
 I am runing the command from  dspace-1.5.0-release/dspace
 
 That is
 cd  dspace-1.5.0-release/dspace
 mvn package

Are you running this from behind a proxy? If so, you need to set up the
maven configuration appropriately. Maven is complaining about not being
able to download the maven-site-plugin from any repository, which sounds
like a connectivity issue.

cheers,

Jim

 Thanks,
 
 --
 Filbert Minj
 - Original Message -
 From: Robin Taylor [EMAIL PROTECTED]
 To: 'Filbert Minj' [EMAIL PROTECTED];
 dspace-tech@lists.sourceforge.net
 Sent: Thursday, April 24, 2008 4:17 PM
 Subject: Re: [Dspace-tech] [INFO] Error building POM (may not be
 thisproject'sPOM): Unable to download the artifact from any repository
 
 
  Which directory are you in when you run the command ? You should be in
  ../dspace, I suspect you are in the modules directory so it finds the
  wrong
  pom to begin with.
 
  Cheers, Robin.
 
 
 
  --
  The University of Edinburgh is a charitable body, registered in
  Scotland, with registration number SC005336.
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Filbert
  Minj
  Sent: 24 April 2008 11:40
  To: dspace-tech@lists.sourceforge.net
  Subject: [Dspace-tech] [INFO] Error building POM (may not be this
  project'sPOM): Unable to download the artifact from any repository
 
  Hi,
  While installing dspace-1.5.0-release when I use the command
 
  mvn package
 
  It gives the following errors. Could some body tell me what exacly is
  happening.
 
  Thanks,
 
  --
  Filbert Minj
 
  
  [INFO] Scanning for projects...
  [INFO] Reactor build order:
  [INFO]   DSpace Addon Modules
  [INFO]   DSpace XML-UI (Manakin) :: Web Application
  [INFO]   DSpace LNI :: Web Application
  [INFO]   DSpace OAI :: Web Application
  [INFO]   DSpace JSP-UI :: Web Application
  [INFO]   DSpace SWORD :: Web Application
  [INFO]   DSpace Assembly and Configuration
  [INFO]
  
  [INFO] Building DSpace Addon Modules
  [INFO]task-segment: [package]
  [INFO]
  
  Downloading:
  http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
  -beta-6/maven-site-plugin-2.0-beta-6.pom
  Downloading:
  http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0
  -beta-6/maven-site-plugin-2.0-beta-6.pom
  [INFO]
  
  [ERROR] BUILD ERROR
  [INFO]
  
  [INFO] Error building POM (may not be this project's POM).
 
 
  Project ID: org.apache.maven.plugins:maven-site-plugin
 
  Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in
  repository: Unable to download the artifact from any repository
 
   org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6
 
  from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   maven.dspace.org/snapshot (http://maven.dspace.org/snapshot)
  for project org.apache.maven.plugins:maven-site-plugin
 
 
  [INFO]
  
  [INFO] For more information, run Maven with the -e switch [INFO]
  
  [INFO] Total time: 2 seconds
  [INFO] Finished at: Thu Apr 24 18:28:43 IST 2008 [INFO] Final Memory:
  2M/4M
  [INFO]
  
 
 
 
  --
  This message has been scanned for viruses and dangerous content by
  MailScanner, and is believed to be clean.
 
 
  -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
  Don't miss this year's exciting event. There's still time to save $100.
  Use priority code J8TL2D2.
  http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javao
  ne
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
  -
  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
  Don't miss this year's exciting event. There's still time to save $100.
  Use priority code J8TL2D2.
  http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
  --
  This message has been scanned for viruses and
  dangerous content by MailScanner, and is
  believed to be 

Re: [Dspace-tech] DSpace 1.5 themes and source

2008-04-24 Thread Dorothea Salo
On Thu, Apr 24, 2008 at 9:32 AM,  [EMAIL PROTECTED] wrote:

  1. Themes - in docs there are instructions how to create a theme based on
  template, but it's too bare. So, how do i create theme based on Reference?
  Has anyone done it? I already copied Reference to Custom in
  dspace/webapps/xmlui/themes/. Now as far as i understand i create Custom.xls
  to override some things like itemSummaryView.

This may help you:
http://wiki.dspace.org/index.php/Install_a_theme_%28Manakin%29

There's a page of Manakin HOWTOs at
http://wiki.dspace.org/index.php/Category:ManakinHOWTO .

  3. What files do what in xmlui? There is very little documentation as far as
  i can tell. How dri2xhtml/ and dri2xhtml.xsl included in the theme?

Look for xsl:import commands. I've found it easier to dig through
and work out for myself how pages are put together than try to explain
it. :(

Dorothea

-- 
Dorothea Salo [EMAIL PROTECTED]
Digital Repository Librarian AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Deleting large batches of items from DSpace??

2008-04-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We have accidentally imported a large number of duplicate records into
DSpace.  The only way I know of to delete a record from DSpace is to use
the web user interface, deleting one record/document at a time.  Does
anyone have/know of a quicker/better way to do this, especially with a
large number of items to delete?

Thanks in advance,

Sue

 

 

Sue Walker-Thornton

ConITS Contract
NASA Langley Research Center
//Integrated Library Systems Application Administrator/DBA

130 Research Drive

Hampton, VA  23666

Office: (757) 224-4074
Fax:(757) 224-4001
Pager: (757) 988-2547 
Email:  [EMAIL PROTECTED]

 

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Deleting large batches of items from DSpace??

2008-04-24 Thread Don Gourley
ItemImport has a delete option ( -d ).  You need the map file
from the import or you can create a map file.  -Don

On Thu, April 24, 2008 1:23 pm, Thornton, Susan M. (LARC-B702)[NCI INFORMATION
SYSTEMS] wrote:
 We have accidentally imported a large number of duplicate records into
 DSpace.  The only way I know of to delete a record from DSpace is to use
 the web user interface, deleting one record/document at a time.  Does
 anyone have/know of a quicker/better way to do this, especially with a
 large number of items to delete?

 Thanks in advance,

 Sue





 Sue Walker-Thornton

 ConITS Contract
 NASA Langley Research Center
 //Integrated Library Systems Application Administrator/DBA

 130 Research Drive

 Hampton, VA  23666

 Office: (757) 224-4074
 Fax:(757) 224-4001
 Pager: (757) 988-2547
 Email:  [EMAIL PROTECTED]



 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
 Don't miss this year's exciting event. There's still time to save $100.
 Use priority code J8TL2D2.
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech