Hi Sue,

I'm also on Windows 7 with the following (output of mvn --version):

Apache Maven 3.0.2 (r1056850; 2011-01-08 18:58:10-0600)
Java version: 1.6.0_22, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_22\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"

DSpace 1.7.0 Release is actually building fine for me, in a nearly 
identical setup. So, I'm trying to determine what the problem could be.

I'm running 'mvn package' from [dspace-src]/dspace/. It sounds like you 
did the same, but that's work double checking.

Can you try instead running 'mvn -U clean package'?   The '-U' forces 
Maven to update/recheck any plugins its using (and 'clean' clears out 
your old 'target' directories).  It's possible that something old is not 
being updated in your local maven cache (C:\Users\[username]\.m2\). 
This will occasionally happen if you just ran the same process with an 
older version of Maven (and the newer version didn't update your old 
maven plugins properly).

The DSpace build *should work* on Maven 3.  It should also work on Maven 
2.2.x.  The only version that has known issues is Maven 2.0.x (or 
previous versions of Maven).

Hopefully that helps resolve your issues...

- Tim

On 1/14/2011 3:31 PM, Thornton, Susan M. (LARC-B702)[LITES] wrote:
> I am working on the installation of DSpace 1.7 on a Windows 7 machine
> and am getting an error while executing “mvn package” under
> C:\dspace-1.7.0-release\dspace.  The output is attached.  Can someone
> take a look and see what the problem might be?  Here are the versions of
> software I’m running:
>
> *Maven:*(this is the output from “mvn --version”)
>
> /Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)/
>
> /Java version: 1.6.0_22, vendor: Sun Microsystems Inc./
>
> /Java home: C:\Program Files\Java\jdk1.6.0_22\jre/
>
> /Default locale: en_US, platform encoding: Cp1252/
>
> /OS name: "windows 7", version: "6.1", arch: "x86", family: "windows" /
>
> //
>
> *Java: *
>
> /java version "1.6.0_23"/
>
> /Java(TM) SE Runtime Environment (build 1.6.0_23-b05)/
>
> /Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)/
>
> //
>
> *PostgreSQL:*
>
> /9.0.2/
>
> *Ant:*
>
> /Apache Ant(TM) version 1.8.2 compiled on December 20 2010/
>
> //
>
> *Apache Tomcat:*//
>
> /7.0.5/
>
> //
>
> Thanks in advance!
>
> Sue
>
> //
>
> //
>
> *//*
>
> *//*
>
> */Sue Walker-Thornton/*
>
> */Software Developer/Database Administrator/*
>
> */NASA Langley Research Center|LITES Contract/*
>
> */SGT, Inc.|130 Research Drive/*
>
> */Hampton, Va.  23666/*
>
> */Office: (757) 224-4074/*
>
> */Mobile: (757) 506-9903/*
>
> */Fax: (757) 224-4001/*
>
> */susan.m.thorn...@nasa.gov/*
>
>
>
> ------------------------------------------------------------------------------
> Protect Your Site and Customers from Malware Attacks
> Learn about various malware tactics and how to avoid them. Understand
> malware threats, the impact they can have on your business, and how you
> can protect your company and customers by using code signing.
> http://p.sf.net/sfu/oracle-sfdevnl
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to