Re: [Dspace-tech] How to get the Most recent Submission in the home page

2010-02-26 Thread Williams, Steven D
I found a solution and thought I would share for feedback. The solution is the read the RSS URL in the DRI Document , open the RSS and loop through the values. Please look over the following XSL and provide feedback. !-- Home Page Recent Submission: Read RSS, pull values and display after the

[Dspace-tech] FW: How to get the Most recent Submission in the home page

2010-02-26 Thread Williams, Steven D
Well, I should add a test to make sure the RSS is available. Add just above the h1 tag !-- Test for RSS -- xsl:if test=document($RSSMapURL)/rss/channel/item Close it just after the /ul /xsl:if From: Williams, Steven D [mailto:s.willi...@austin.utexas.edu] Sent: Friday, February 26, 2010 8:03 AM

[Dspace-tech] ClassNotFoundException

2010-02-26 Thread Anita P
Hello All, I am a newbie and have installed DSpace. I get the Exception in thread main java.lang.NoClassDefFoundError: for anything i try to do. As an example I was executing hte filter-media * ./filter-media Applying Media Filters Exception in thread main java.lang.NoClassDefFoundError:

Re: [Dspace-tech] ClassNotFoundException

2010-02-26 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi Anita, Make sure you have environment variables $JAVA_HOME, $PATH, and $CLASSPATH set correctly. Hope this helps! Sue From: Anita P [mailto:digla...@gmail.com] Sent: Friday, February 26, 2010 1:05 PM To: dspace-tech@lists.sourceforge.net Subject:

[Dspace-tech] Fwd: error in ant fresh_install in Dspace installation

2010-02-26 Thread Alpesh Sarvaiya
- Hello Sir, I am alpesh sarvaiya. I want to install the dspace in debian linux. But when I am execute ant fresh_install it gives the following error. I think the problem is related to *[java] org.postgresql.util.PSQLException: FATAL: password authentication failed for user dspace* . This line

Re: [Dspace-tech] Fwd: error in ant fresh_install in Dspace installation

2010-02-26 Thread SANDEEP BHAVSAR
*Dear Alpesh [java] org.postgresql.util.**PSQLException: FATAL: password authenticationfa * *iled for user dspace *Please ensure that password given for postgresql is same as mention in dspace.cfg file. On Sat, Feb 27, 2010 at 11:21 AM, Alpesh Sarvaiya alpesh.sarva...@pyther.com wrote: -