Re: error with keel:maven

Raoul Pierre <[email protected]>
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>
Hello,

Michael Nash a écrit :

>Pierre:
>
>The keel:maven tool should only see dependencies, not the project
>itself. Could you possibly have a dependency in the project on "itself"?
>
>E.g. an entry in the dependency section with app-test?
>
>Mike
>  
>

I got the same error when I want to use Hibernate.

In the project.xml, I replaced

    <dependency>
      <groupId>keel</groupId>
      <artifactId>svc-persist-default</artifactId>
      <version>2.1</version>
    </dependency>

by

    <dependency>
      <groupId>keel</groupId>
      <artifactId>svc-persist-hibernate</artifactId>
      <version>1.0-a</version>
    </dependency>

and then I got

C:\DEV\projects\keel\POPSUITE>maven keel:maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Tentative de tÚlÚchargement de svc-persist-hibernate-1.0-a.jar.
53K downloaded
build:start:

keel:maven:
keel:version:
    [echo] Keel plugin v1.2.13 (modified v. 2)

keel:check-environment:

    [java] java.io.IOException: Unable to locate 
poms/svc-persist-hibernate-1.0-a.pom in any known remote repositories
    [java]      at 
org.keel.tools.maven.KeelMavenTool.getPomStream(KeelMavenTool.java:263)
    [java]      at 
org.keel.tools.maven.KeelMavenTool.addDependenciesFromPom(KeelMavenTool.java:305)
    [java]      at 
org.keel.tools.maven.KeelMavenTool.addDependencies(KeelMavenTool.java:428)
    [java]      at 
org.keel.tools.maven.KeelMavenTool.run(KeelMavenTool.java:121)
    [java]      at 
org.keel.tools.maven.KeelMavenTool.main(KeelMavenTool.java:88)

BUILD FAILED
File...... c:\dev\.maven\cache\maven-keel-plugin-1.2.13\plugin.jelly
Element... java
Line...... 133
Column.... 58
Java returned: 1
Total time: 14 seconds
Finished at: Tue Mar 22 01:44:21 CET 2005

So...

Pierre









http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.