If the problem ends up being with Eclipse, another option would be to 
use NetBeans.  There's guides on the DSpace wiki on using either 
NetBeans or Intellij IDEA for DSpace development work.  As Mark 
mentions, many of the developers have gotten frustrated with Eclipse's 
Maven support.  Both NetBeans and IDEA seem to be much easier to use for 
DSpace development.  It's really a matter of preference which one you go 
with.

http://wiki.dspace.org/index.php/Guide_to_Developing_with_DSpace

As Mark mentioned, it's probably best to first try running 'mvn package' 
via the command line to make sure that works before blaming Eclipse.

- Tim

On 1/28/2010 7:47 PM, Mark Diggory wrote:
> The jar is a dependency that comes from the SAKAI repository. It is
> present and accessible...
>
> http://source.sakaiproject.org/maven2/org/azeckoski/reflectutils/0.9.10/
>
> Not only do I find that Eclipse's Maven support is rather shoddy, but
> its even more difficult to work with testing DSpace webapplications.
> The better tool out there so far, from my experience is Intellij IDEA.
>   Not only can it support multimodule builds better than Eclipse, but
> its much easier to deploy test webapps with Maven Overlays present,
> something m2eclipse still hasn't figured out how to implement (sorry
> Igor and Jason van Zyl at Sonatype, you guys still Rock!).
>
> I would recommend testing your maven build from the commandline to
> verify it isn't an m2eclipse issue.
>
> Cheers,
> Mark
>
>
>
> On Thu, Jan 28, 2010 at 2:02 PM, Wendy J Bossons<[email protected]>  wrote:
>> Hi,
>> I checked out the 1.6 snapshot, but when I ran mvn package -e, the build
>> failed with this error. I looked at the specified repositories, but could
>> not find the package myself either. Can anyone help? I am using Eclipse to
>> do mvn package.
>> O] DSpace Assembly and Configuration ..................... FAILED [5.888s]
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR]
>> The following mojo encountered an error while executing:
>> Group-Id: org.apache.maven.plugins
>> Artifact-Id: maven-assembly-plugin
>> Version: 2.2-beta-1
>> Mojo: directory-single
>> brought in via: POM
>> While building project:
>> Group-Id: org.dspace
>> Artifact-Id: dspace
>> Version: 1.6.0-SNAPSHOT
>>  From file:
>> /Users/user/Documents/dspace_1_6_workspace/dspace-parent/dspace/pom.xml
>> Reason: Error creating assembly: Error retrieving POM of module-dependency:
>> org.azeckoski:reflectutils:jar:0.9.10; Reason: POM
>> 'org.azeckoski:reflectutils' not found in repository: Unable to download the
>> artifact from any repository
>>    org.azeckoski:reflectutils:pom:0.9.10
>> from the specified remote repositories:
>>    java.net (http://download.java.net/maven/2),
>>    maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
>>    central (http://repo1.maven.org/maven2)
>>   for project org.azeckoski:reflectutils
>> org.apache.maven.plugin.assembly.archive.ArchiveCreationException: Error
>> retrieving POM of module-dependency: org.azeckoski:reflectutils:jar:0.9.10;
>> Reason: POM 'org.azeckoski:reflectutils' not found in repository: Unable to
>> download the artifact from any repository
>>    org.azeckoski:reflectutils:pom:0.9.10
>> from the specified remote repositories:
>>    java.net (http://download.java.net/maven/2),
>>    maven.dspace.org-snapshot (http://maven.dspace.org/snapshot),
>>    central (http://repo1.maven.org/maven2)
>>
>>
>> Wendy Bossons
>> Web Developer
>> MIT Libraries
>> Office of Technology Research&  Development
>> Building E25-131
>> 77 Massachusetts Ave.
>> Cambridge, MA 02141-4307
>> Phone 617-253-0770
>> Fax     617-253-4462
>> [email protected]
>> http://libraries.mit.edu
>>
>>
>>
>> ------------------------------------------------------------------------------
>> The Planet: dedicated and managed hosting, cloud storage, colocation
>> Stay online with enterprise data centers and the best network in the
>> business
>> Choose flexible plans and management services without long-term contracts
>> Personal 24x7 support from experience hosting pros just a phone call away.
>> http://p.sf.net/sfu/theplanet-com
>> _______________________________________________
>> Dspace-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/dspace-devel
>>
>>
>
>
>

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to