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

Reply via email to