[Dspace-tech] Build Failed : sun.misc cannot be resolved

2007-11-07 Thread pavan krishnamurthy
Hi, I was trying to install dspace. When i try to do ant fresh_install; i get so many warnings plus two errors saying 1)The import sun.misc cannot be resolved 2)BASE64Encoder cannot be resolved to a type can anyone please point me how to resolve this. I checked in archive list if i could find

Re: [Dspace-tech] DSpace 1.5 Test-a-thon

2007-11-07 Thread Scott Phillips
Everyone, This is a reminder that we're having a test-a-thon today. Several bugs have already been submitted, hopefully we'll get some more. There are many changes in this next release of DSpace, the more eyes that we have looking at the platform the more likely we will iron out the bugs before

[Dspace-tech] Encoding URLs in Manakin

2007-11-07 Thread Dorothea Salo
Hi, all, If I can divert a tiny bit of attention from the testathon... I'm trying to make author names on item-display pages clickable. The URL pattern for this is browse-author-items?author= plus the author's URL-encoded name -- which is the problem, as there doesn't seem to be any easy XSLT way

Re: [Dspace-tech] Build Failed : sun.misc cannot be resolved

2007-11-07 Thread Graham Triggs
pavan krishnamurthy wrote: Hi, I was trying to install dspace. When i try to do ant fresh_install; i get so many warnings plus two errors saying 1)The import sun.misc cannot be resolved 2)BASE64Encoder cannot be resolved to a type The sun.* packages are part of the Sun JDK. They

Re: [Dspace-tech] Encoding URLs in Manakin

2007-11-07 Thread Graham Triggs
Dorothea Salo wrote: Hi, all, If I can divert a tiny bit of attention from the testathon... I'm trying to make author names on item-display pages clickable. The URL pattern for this is browse-author-items?author= plus the author's URL-encoded name -- which is the problem, as there doesn't

Re: [Dspace-tech] Encoding URLs in Manakin

2007-11-07 Thread Scott Phillips
I can add two things,first to reiterate graham point and then to add we're not by default using xstl 2.0 in manakin, just to keep things simpiler. However if your theme needs 2.0 it is not hard to add it. We should probably create the cocoon definition for it and include the library as a

Re: [Dspace-tech] MS - IIS webserver

2007-11-07 Thread Stuart Lewis [sdl]
Hi John, Hello, I¹ve been looking for some information regarding the use of MS-IIS web server with Dspace but without much luck I¹m afraid. We are looking at the possibility of using Dspace and our IT department would like to know if we can use MS­IIS. If you are using it, would it be

Re: [Dspace-tech] Email SSL trouble

2007-11-07 Thread Christian Voelker
Am 06.11.2007 um 20:17 schrieb Douglas Ramiro: Hello Everybody. I'm in trouble with emails. I configured my dspace with a smtp server that dont use SSL. It works fine. But at my institute, the email server use SSL and dspace dont send email. What can I do? Hello, I cant see how this

Re: [Dspace-tech] Encoding URLs in Manakin

2007-11-07 Thread Conal Tuohy
Dorothea, as others have mentioned, you can either use Saxon as your XPath processor (which implements XSLT 2 and therefore includes the XPath function fn:escape-html-uri http://www.w3.org/TR/xpath-functions/#func-escape-html-uri To do this, you need to configure Saxon as an XSLT processor in