Support Requests item #1680018, was opened at 2007-03-13 17:50
Message generated for change (Comment added) made by henryju
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497983&aid=1680018&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Install Problem (example)
Group: Release 1.3
>Status: Closed
Priority: 5
Private: No
Submitted By: london_coder (london_coder)
>Assigned to: Julien HENRY (henryju)
Summary: error in maven build

Initial Comment:
Hi

I'm using maven2 on a project that includes JWebUnit 1.4-rc3.  This exists in 
the maven2 repository but maven reports:

...
    Failed to retrieve net.sourceforge.jwebunit:jwebunit-1.4-rc3
Caused by: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=net.sourceforge.jwebunit 
-DartifactId=jwebunit \
        -Dversion=1.4-rc3 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
        1) com.fujitsu.sapphire:review-tool:jar:1.0-SNAPSHOT
        2) net.sourceforge.jwebunit:jwebunit:jar:1.4-rc3


  net.sourceforge.jwebunit:jwebunit:jar:1.4-rc3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  development (http://localhost/maven2)

[INFO] Unable to read jar manifest from 
\MAVEN_REPOSITORY\net\sourceforge\jwebunit\jwebunit\1.4-rc3\jwebunit-1.4-rc3.jar

...


the project pom.xml dependency is simple and is:
...
        <dependency>
          <groupId>net.sourceforge.jwebunit</groupId>
          <artifactId>jwebunit</artifactId>
          <version>1.4-rc3</version>
        </dependency>
...

Any help is gratefully received.

Regards
Alan Lewis



----------------------------------------------------------------------

>Comment By: Julien HENRY (henryju)
Date: 2007-03-13 18:58

Message:
Logged In: YES 
user_id=1235926
Originator: NO

JWebUnit is a multi-module project. You are trying to include the parent
pom. You just need to include the plugin you want to use.

Try to look at http://jwebunit.sourceforge.net/installation.html

...
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-htmlunit-plugin</artifactId>
<version>1.4-rc4</version>
</dependency>
...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497983&aid=1680018&group_id=61302

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to