Hi Chad

> I upgraded to Java 1.5 and am getting the exact same results as before.
> 
> Is there any more information I can find and provide in order to help track
> down the cause?

Could you run 'javac -version' just to confirm your system is picking up the
new 1.5, rather than the old 1.4 JDK?

I'm pretty sure it is this bit of the maven pom.xml throwing the error:

        <!-- 
            Java 1.5 is our officially endorsed build target
            platform.
         -->
         <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
               <source>1.5</source>
               <target>1.5</target>
            </configuration>
         </plugin>

Cheers,



Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to