[Spoon-discuss] it raise some error. while I run the spoon-pluginin maven2

David Bernard dwayneb at free.fr
Sat Dec 1 20:51:58 CET 2007


The artifact org.eclipse.jdt:core:jar:3.3.0.771 is not available in central repo (central repo administrators are currently working/staging on a new organization for org.eclipse).
To fix your problem add to your pom.xml :
   <repositories>
     <repository>
       <id>gforge.inria.fr</id>
       <name>Maven Repository for Inria Projects</name>
       <url>http://maven-repo.gforge.inria.fr/releases</url>
       <releases />
     </repository>
   </repositories>

Regards

Pawlak, Renaud wrote:
> This message is 10 days old (it was held by the mail list server). I 
> don't know if it is current anymore...
>  
> /Renaud
> 
>     ------------------------------------------------------------------------
>     *From:* spoon-discuss-bounces at lists.gforge.inria.fr
>     [mailto:spoon-discuss-bounces at lists.gforge.inria.fr] *On Behalf Of
>     *davidliu
>     *Sent:* Wednesday, November 21, 2007 1:33 AM
>     *To:* spoon-discuss
>     *Subject:* [Spoon-discuss] it raise some error. while I run the
>     spoon-pluginin maven2
> 
>     Hi dear
>      
>     It will raise some error. while I run the spoon-plugin in maven2.
>      
>     The error is below(marked in red):
>      
>     Downloading:
>     <http://172.17.16.7:9999/repository/org/eclipse/jdt/core/3.3.0.771/c>numericlinkwarning
>     http://172.17.16.7:9999/repository/org/eclipse/jdt/core/3.3.0.771/c
>     ore-3.3.0.771.jar
>     Downloading:
>     <http://synchrophy.vicp.net:9999/repository/org/eclipse/jdt/core/3.3>http://synchrophy.vicp.net:9999/repository/org/eclipse/jdt/core/3.3
>     .0.771/core-3.3.0.771.jar
>     [INFO]
>     ------------------------------------------------------------------------
>     [ERROR] BUILD ERROR
>     [INFO]
>     ------------------------------------------------------------------------
>     [INFO] Failed to resolve artifact.
>      
>     Missing:
>     ----------
>     1) org.eclipse.jdt:core:jar:3.3.0.771
>      
>       Try downloading the file manually from the project website.
>      
>       Then, install it using the command:
>           mvn install:install-file -DgroupId=org.eclipse.jdt
>     -DartifactId=core \
>               -Dversion=3.3.0.771 -Dpackaging=jar -Dfile=/path/to/file
>     Alternatively, if you host your own repository you can deploy the
>     file there:
>         mvn deploy:deploy-file -DgroupId=org.eclipse.jdt -DartifactId=core \
>               -Dversion=3.3.0.771 -Dpackaging=jar -Dfile=/path/to/file \
>                -Durl=[url] -DrepositoryId=[id]
>      
>       Path to dependency:
>             1) com.synchrophy:poseidon:pom:1.0.0
>             2) org.eclipse.jdt:core:jar:3.3.0.771
>      
>     ----------
>     1 required artifact is missing.
>      
>      
>      
>     For the error message. it is caused by the JDT dependency is loss.
>      
>     I have view the repository of maven at
>     http://repo1.maven.org/maven2/org/eclipse/jdt/core/
>      
>     The last version of JDT-Core is 3.2.0.666.
>      
>     How can I solve the problem?
>      
>      
>      
>     Thanks very much.
>      
>      
>     ------------------------------------------------------------------------
>      
>      
>     Best Regard,
>     /David Liu/
>     Dolly Team
>     Email: davidliu at ecvision.com <mailto:maxkwok at ecvision.com>
>     Skype: davidliu1022
>     MSN: <mailto:mswkk at hotmail.com>seanmans at hotmail.com
>     <mailto:mswkk at hotmail.com>
>     Direct Line: 0755-2699 5121
>      
>     2007-11-21
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Spoon-discuss mailing list
> Spoon-discuss at lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/spoon-discuss




More information about the Spoon-discuss mailing list