Hola Rodriguo, is this diacritics display problem only in the search?
Did you set the tomcat uri encoding to UTF-8? Claudia Rodrigo Castro Artigas schrieb: > Hi, I Search Dspace + GO the text "Información", but > Show in the Search Results: > > Search in Dspace for "Información" > > Search produced no results. > > 1 > > I have the character set in BD ORACLE UTF-8 > > Atte., > Thanks You > > Rodrigo Castro > > Jefe de Tecnología > > Alerta al Conocimiento S.A. > > Fono: 233-7908 > > > -----Mensaje original----- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] En nombre de > [EMAIL PROTECTED] > Enviado el: Martes, 14 de Agosto de 2007 8:04 > Para: [email protected] > Asunto: DSpace-tech Digest, Vol 16, Issue 23 > > Send DSpace-tech mailing list submissions to > [email protected] > > 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 > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of DSpace-tech digest..." > > > Today's Topics: > > 1. Re: Moving an item from one collection to another > (Jayan Chirayath Kurian) > 2. Re: HTML batch import (Christian Voelker) > 3. error in running ant fresh_install command in windows (Heny belay) > 4. Re: error in running ant fresh_install command in windows > (James Rutherford) > 5. Re: Building 1.4.2 on WinXP fails with Malformed > \uxxxxencoding (John Preston) > 6. Re: HTML batch import (Jayan Chirayath Kurian) > 7. Re: error in running ant fresh_install command in windows > (Jayan Chirayath Kurian) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Aug 2007 16:31:12 +0800 > From: "Jayan Chirayath Kurian" <[EMAIL PROTECTED]> > Subject: Re: [Dspace-tech] Moving an item from one collection to > another > To: "Christine L Moulen" <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: > > <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset="US-ASCII" > > Thanks Christine. It was nice to try items getting replaced from one > collection to another individually as well as in batch mode. This helped > to replace an item submitted through dspace GUI into another collection > through the export facility and the subsequent import with replace > option. > > Regards, > Jayan > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Christine L Moulen > Sent: Wednesday, August 08, 2007 10:02 PM > To: Blanco, Jose > Cc: [email protected] > Subject: Re: [Dspace-tech] Moving an item from one collection to another > > I'm not sure about that. When I do a replacement, I'm usually changing > the PDF file for an item, so I don't use the export, and we build new > source metadata as well. > > I've never created the handle file, ItemImport seems to do that for you. > I don't know what happens if you have one and don't remove it. > > Christine > > On Wed, 2007-08-08 at 09:53 -0400, Blanco, Jose wrote: >> When I export the item should I leave the handle file in the > directory, >> and do I need to clean up the dublin_core.xml file in any way? >> >> This is really useful information. Thank you! >> >> Jose >> >> -----Original Message----- >> From: Christine L Moulen [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, August 08, 2007 9:50 AM >> To: Blanco, Jose >> Cc: [email protected] >> Subject: RE: [Dspace-tech] Moving an item from one collection to > another >> You specify the --collection flag as part of ItemImport. >> >> dsrun org.dspace.app.itemimport.ItemImport --replace >> [EMAIL PROTECTED] --collection=1721.1/7704 --source=12345 >> --mapfile=12345.map >> >> The map file looks like this: >> 0000 1721.1/8092 >> >> It finds the old one based on the handle in the map file, removes that >> item completely, and imports the item to the new collection from >> --collection >> >> The moved item will have the same handle as the original. >> >> You'll still need to do your ItemExport to get the source metadata and >> bitstream files. The whole thing is replaced from the source. >> >> Christine >> >> On Wed, 2007-08-08 at 09:30 -0400, Blanco, Jose wrote: >>> But doesn't the replace just replace the item in the collection it >>> exists in. I need to move the item from one collection to another. >>> Where would I indicate that? Where would I say this item now lives > in >>> this collection, and not in this other one? >>> >>> Thanks! >>> Jose >>> >>> -----Original Message----- >>> From: Christine L Moulen [mailto:[EMAIL PROTECTED] >>> Sent: Wednesday, August 08, 2007 9:15 AM >>> To: Blanco, Jose >>> Cc: [email protected] >>> Subject: Re: [Dspace-tech] Moving an item from one collection to >>> another >>> >>> Jose, >>> >>> If you're using ItemImport, you could run that with the --replace >>> flag, instead of --add. >>> Be sure to provide a map file which contains the handle for the item > >>> you're moving, similar to the map file the --add option would have >>> created. >>> You can skip deleting the item, the replacement will take care of > it. >>> You also shouldn't need to re-index. >>> >>> Christine >>> >>> On Tue, 2007-08-07 at 12:35 -0400, Blanco, Jose wrote: >>>> I need to move an item from one collection to another. I tried ( > in >>>> my dev area ) to use ItemExport to get the item, and then I > deleted >>>> the item using the interface, then I used ItemImport to put the > item >>>> in the new collection, but when I log in as admin to view the item > >>>> it seems to have created a different item_id and I can't edit the >> item. >>>> I don't have confidence in this procedure. Is there a better way > to >>> do this? >>>> Thanks! >>>> Jose >>>> >>>> > -------------------------------------------------------------------- >>>> -- >>>> --- This SF.net email is sponsored by: Splunk Inc. >>>> Still grepping through log files to find problems? Stop. >>>> Now Search log events and configuration files using AJAX and a >>> browser. >>>> Download your FREE copy of Splunk now >> http://get.splunk.com/ >>>> _______________________________________________ >>>> DSpace-tech mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/dspace-tech >>> -- >>> Christine Moulen >>> Library Systems Manager >>> MIT Libraries, E25-131 >>> 617-253-0757 >>> fax: 617-253-4462 > > ------------------------------------------------------------------------ > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > > ------------------------------ > > Message: 2 > Date: Tue, 14 Aug 2007 12:41:11 +0200 > From: Christian Voelker <[EMAIL PROTECTED]> > Subject: Re: [Dspace-tech] HTML batch import > To: Jayan Chirayath Kurian <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; format=flowed > > Hello, > > Am 14.08.2007 um 10:16 schrieb Jayan Chirayath Kurian: > >> Is there any batch import facility for importing html pages with >> hyperlinks? > > Dunno. Check the roadmap/arch review pages in the wiki. > > I believe there were discussions about shortcomings of > DSpace as it is today and different ideas how to improve > on that in a future version. Maybe, there are already > patches around because this probably hurts many people. > > Hey, I am the nasty guy who always complains about formal > stuff ;-). > > Ever heard about thread hijacking? > > There is not only a difference between reply and reply-all > but also between creating a new thread by answering an > existing thread, changing the subject and creating a new > message with a new subject. It gets displayed the wrong > way in case you use the threading feature modern MUAs > provide and it makes following the list harder. So please, > use a new message for a new thread, thank you. > > Bye, Christian > > > > > ------------------------------ > > Message: 3 > Date: Tue, 14 Aug 2007 03:56:59 -0700 (PDT) > From: Heny belay <[EMAIL PROTECTED]> > Subject: [Dspace-tech] error in running ant fresh_install command in > windows > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Dear all > > I am installing Dspace 1.4.2 on windows XP.But when I run ant > fresh_install command I got the following error. Build file: Build.xml does > not exist! build failed. Any one can assist me in removing this error? > > I have already installed and configured PostgreSQL 8.1, jdk-1_5_0_01, > apache-ant-1.6.2, and apache-tomcat-5.5.17. > > Regards > > Solomon > > > --------------------------------- > Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Tue, 14 Aug 2007 12:02:52 +0100 > From: James Rutherford <[EMAIL PROTECTED]> > Subject: Re: [Dspace-tech] error in running ant fresh_install command > in windows > To: Heny belay <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > Sounds like you're running ant from the wrong directory! Check the > install docs again and make sure you're in the right place before > running this. > > Jim > > On Tue, Aug 14, 2007 at 03:56:59AM -0700, Heny belay wrote: >> Dear all >> >> I am installing Dspace 1.4.2 on windows XP.But when I run ant > fresh_install command I got the following error. Build file: Build.xml does > not exist! build failed. Any one can assist me in removing this error? >> >> I have already installed and configured PostgreSQL 8.1, jdk-1_5_0_01, > apache-ant-1.6.2, and apache-tomcat-5.5.17. >> >> Regards >> >> Solomon >> >> >> --------------------------------- >> Yahoo! oneSearch: Finally, mobile search that gives answers, not web > links. >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

