Hi All,

I just changed the Java in to jdk-6u39-windows-x64.it works fine


-----Original Message-----
From: dspace-tech-requ...@lists.sourceforge.net 
[mailto:dspace-tech-requ...@lists.sourceforge.net] 
Sent: Monday, February 04, 2013 2:19 PM
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 82, Issue 13

Send DSpace-tech mailing list submissions to
        dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
        dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
        dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of DSpace-tech digest..."


Today's Topics:

   1. Re: dsapce 3.0  installation (Webshet, Sisay (ILRI))
   2. Permanently Deleting Items (Lighton Phiri)
   3. dsapce 3.0  installation (Webshet, Sisay (ILRI))


----------------------------------------------------------------------

Message: 1
Date: Mon, 4 Feb 2013 06:23:15 +0000
From: "Webshet, Sisay (ILRI)" <s.webs...@cgiar.org>
Subject: Re: [Dspace-tech] dsapce 3.0  installation
To: "dspace-tech@lists.sourceforge.net"
        <dspace-tech@lists.sourceforge.net>
Message-ID:
        <e85032c6eb6d454884774965c255140117b...@ilrietmbx.ilri.cgiarad.org>
Content-Type: text/plain; charset="us-ascii"



From: Webshet, Sisay (ILRI)
Sent: Monday, February 04, 2013 9:16 AM
To: 'dspace-tech@lists.sourceforge.net'
Subject: dsapce 3.0 installation

Hi ,

Last week I tried to install dsapce 3.0 on windows 7. Installed all the 
perquisite soft wares (postgresql 8.2,tomcat6,ant 1.8.4,maven 2.2.1,java 
1.5.0.18) I checked all the soft wares to ensure their proper installation. all 
are working fine. However the following error occurs when I run mvn package.

Can anybody helps on this.

C:\dspace-3.0-src-release\dspace>mvn package [INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   DSpace Addon Modules
[INFO]   DSpace Kernel :: Additions and Local Customizations
[INFO]   DSpace XML-UI (Manakin) :: Local Customizations
[INFO]   DSpace LNI :: Local Customizations
[INFO]   DSpace JSP-UI :: Local Customizations
[INFO]   DSpace SWORD :: Local Customizations
[INFO]   DSpace SWORD v2 :: Local Customizations
[INFO]   DSpace SOLR :: Local Customizations
[INFO]   DSpace OAI 2.0 :: Local Customizations
[INFO]   DSpace Assembly and Configuration
[INFO] ------------------------------------------------------------------------
[INFO] Building DSpace Addon Modules
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] 
[site:attach-descriptor {execution: default-attach-descriptor}] [INFO] 
------------------------------------------------------------------------
[INFO] Building DSpace Kernel :: Additions and Local Customizations
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] 
[resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' 
encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 
source files to C:\dspace-3.0-src-release\dspace\modules\addi
tions\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid flag: -s
Usage: javac <options> <source files>
where possible options include:
  -g                         Generate all debugging info
  -g:none                    Generate no debugging info
  -g:{lines,vars,source}     Generate only some debugging info
  -nowarn                    Generate no warnings
  -verbose                   Output messages about what the compiler is doing
  -deprecation               Output source locations where deprecated APIs are u
sed
  -classpath <path>          Specify where to find user class files
  -cp <path>                 Specify where to find user class files
  -sourcepath <path>         Specify where to find input source files
  -bootclasspath <path>      Override location of bootstrap class files
  -extdirs <dirs>            Override location of installed extensions
  -endorseddirs <dirs>       Override location of endorsed standards path
  -d <directory>             Specify where to place generated class files
  -encoding <encoding>       Specify character encoding used by source files
  -source <release>          Provide source compatibility with specified release

  -target <release>          Generate class files for specific VM version
  -version                   Version information
  -help                      Print a synopsis of standard options
  -X                         Print a synopsis of nonstandard options
  -J<flag>                   Pass <flag> directly to the runtime system


-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Mon, 4 Feb 2013 13:18:56 +0200
From: Lighton Phiri <lighton.ph...@gmail.com>
Subject: [Dspace-tech] Permanently Deleting Items
To: "dspace-tech@lists.sourceforge.net"
        <dspace-tech@lists.sourceforge.net>
Message-ID:
        <CABPDvwLwdSZjpuR-fKP=fuolg+keewsndjpj0kfa5pgwoqd...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

With regards to permanently deleting items from DSpace,

1. Are there alternative options other than using import utility with mapfile 
[1]. I currently have to query PostgreSQL to get (ITEM_ID
HANDLE_ID) and then create a map-file to feed to import utility.

[dspace]/bin dspace import --delete --mapfile dspace-item-delete-mapfile.txt

2. When an item id deleted from repository, is there a way to reset the counter 
for item_id?

[1] 
https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-DeletingorUnimportingItemsinaCollection

Lighton Phiri
http://lightonphiri.org



------------------------------

Message: 3
Date: Mon, 4 Feb 2013 11:19:02 +0000
From: "Webshet, Sisay (ILRI)" <s.webs...@cgiar.org>
Subject: [Dspace-tech] dsapce 3.0  installation
To: "dspace-tech@lists.sourceforge.net"
        <dspace-tech@lists.sourceforge.net>
Message-ID:
        <e85032c6eb6d454884774965c255140117b...@ilrietmbx.ilri.cgiarad.org>
Content-Type: text/plain; charset="us-ascii"

Hi ,

Last week I tried to install dsapce 3.0 on windows 7. Installed all the 
perquisite soft wares (postgresql 8.2,tomcat6,ant 1.8.4,maven 2.2.1,java 
1.5.0.18) I checked all the soft wares to ensure their proper installation. all 
are working fine. However the following error occurs when I run mvn package.

Can anybody helps on this.

C:\dspace-3.0-src-release\dspace>mvn package [INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   DSpace Addon Modules
[INFO]   DSpace Kernel :: Additions and Local Customizations
[INFO]   DSpace XML-UI (Manakin) :: Local Customizations
[INFO]   DSpace LNI :: Local Customizations
[INFO]   DSpace JSP-UI :: Local Customizations
[INFO]   DSpace SWORD :: Local Customizations
[INFO]   DSpace SWORD v2 :: Local Customizations
[INFO]   DSpace SOLR :: Local Customizations
[INFO]   DSpace OAI 2.0 :: Local Customizations
[INFO]   DSpace Assembly and Configuration
[INFO] ------------------------------------------------------------------------
[INFO] Building DSpace Addon Modules
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] 
[site:attach-descriptor {execution: default-attach-descriptor}] [INFO] 
------------------------------------------------------------------------
[INFO] Building DSpace Kernel :: Additions and Local Customizations
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}] [INFO] 
[resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' 
encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 2 
source files to C:\dspace-3.0-src-release\dspace\modules\addi
tions\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid flag: -s
Usage: javac <options> <source files>
where possible options include:
  -g                         Generate all debugging info
  -g:none                    Generate no debugging info
  -g:{lines,vars,source}     Generate only some debugging info
  -nowarn                    Generate no warnings
  -verbose                   Output messages about what the compiler is doing
  -deprecation               Output source locations where deprecated APIs are u
sed
  -classpath <path>          Specify where to find user class files
  -cp <path>                 Specify where to find user class files
  -sourcepath <path>         Specify where to find input source files
  -bootclasspath <path>      Override location of bootstrap class files
  -extdirs <dirs>            Override location of installed extensions
  -endorseddirs <dirs>       Override location of endorsed standards path
  -d <directory>             Specify where to place generated class files
  -encoding <encoding>       Specify character encoding used by source files
  -source <release>          Provide source compatibility with specified release

  -target <release>          Generate class files for specific VM version
  -version                   Version information
  -help                      Print a synopsis of standard options
  -X                         Print a synopsis of nonstandard options
  -J<flag>                   Pass <flag> directly to the runtime system


-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_jan

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 82, Issue 13
*******************************************

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to