You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Andreas Kuckartz (JIRA)" <ji...@apache.org> on 2010/12/13 12:52:00 UTC

[jira] Created: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
------------------------------------------------------------------------------------------------------------------

                 Key: STANBOL-27
                 URL: https://issues.apache.org/jira/browse/STANBOL-27
             Project: Stanbol
          Issue Type: Bug
          Components: KReS
            Reporter: Andreas Kuckartz


$ mvn install
in stanbol directory results in:

[INFO] ------------------------------------------------------------------------
[INFO] Building IKS KReS Ontologies
[INFO] ------------------------------------------------------------------------

...

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
]

  Path to dependency:
        1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
        2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
ernal),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  apache (http://repository.apache.org/content/groups/snapshots-group)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by Enrico Daga <en...@gmail.com>.
Great Fabian! Good catch!

Enrico

On 15 December 2010 13:35, Fabian Christ (JIRA) <ji...@apache.org> wrote:
>
>    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971661#action_12971661 ]
>
> Fabian Christ commented on STANBOL-27:
> --------------------------------------
>
> The problem is reproducible when deleting the eu/iksproject tree from the local Maven repo
>
> $ rm -rf ~/.m2/repository/eu/iksproject/
>
> and then start a Maven build using the top level Stanbol POM. This problem is not fixed by adding the missing JARs as mentioned by Enrico.
>
> As Andreas noted there is somehow a difference between calling Maven build in the kres directory or using the top level POM.
>
>> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>> ------------------------------------------------------------------------------------------------------------------
>>
>>                 Key: STANBOL-27
>>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>>             Project: Stanbol
>>          Issue Type: Bug
>>          Components: KReS
>>            Reporter: Andreas Kuckartz
>>
>> $ mvn install
>> in stanbol directory results in:
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building IKS KReS Ontologies
>> [INFO] ------------------------------------------------------------------------
>> ...
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>> Missing:
>> ----------
>> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>>   Try downloading the file manually from the project website.
>>   Then, install it using the command:
>>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
>> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>   Alternatively, if you host your own repository you can deploy the file there:
>>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
>> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
>> ]
>>   Path to dependency:
>>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>> ----------
>> 1 required artifact is missing.
>> for artifact:
>>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>> from the specified remote repositories:
>>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
>> ernal),
>>   central (http://repo1.maven.org/maven2),
>>   java.net (http://download.java.net/maven/2),
>>   apache (http://repository.apache.org/content/groups/snapshots-group)
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>



-- 
Enrico Daga
Technology Expert
--
Ufficio Sistemi Informativi  (DCSPI-USI)
National Research Council (CNR)
P.le Aldo Moro 7 - Rome, Italy
Tel +39 4993 3321
--
Semantic Technology Laboratory (STLab)
Institute for Cognitive Science and Technology (ISTC-CNR)
Via Nomentana 56, Rome - Italy
--
http://stlab.istc.cnr.it/stlab/User:EnricoDaga
http://www.enridaga.net
skype: enri-pan

[jira] Reopened: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Kuckartz reopened STANBOL-27:
-------------------------------------


I encounter the problem again even after following the instructions in the readme.

[INFO] Unable to find resource 'eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7
  	2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

----------
1 required artifact is missing.

for artifact: 
  eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  apache (http://repository.apache.org/content/groups/snapshots-group)


> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Fabian Christ
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Daga updated STANBOL-27:
-------------------------------

    Attachment: mvn-enhancer-16.out

I attach the output of the last try (enhancer-16)

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>         Attachments: mvn-enhancer-16.out
>
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970799#action_12970799 ] 

Andreas Kuckartz commented on STANBOL-27:
-----------------------------------------

I manually installed the jars according to the README but that did not resolve this problem.

Interestingly there is a dfference between executing mvn install in the stanbol directory and the kres subdirectory. I did not see this error when executing the command in the kres directory. I got the error mentioned in STANBOL-10 then.

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993894#comment-12993894 ] 

Enrico Daga commented on STANBOL-27:
------------------------------------


Kres build process fails when executing fro the root of Stanbol with the above output:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7
  	2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

----------
1 required artifact is missing.

for artifact: 
  eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  apache (http://repository.apache.org/content/groups/snapshots-group)



[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7
  	2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

----------
1 required artifact is missing.

for artifact: 
  eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  apache (http://repository.apache.org/content/groups/snapshots-group)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:711)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:1205)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:1033)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:643)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7
  	2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7

----------
1 required artifact is missing.

for artifact: 
  eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7

from the specified remote repositories:
  com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external),
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/2),
  apache (http://repository.apache.org/content/groups/snapshots-group)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
	at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 21 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 48 seconds
[INFO] Finished at: Fri Feb 11 17:26:58 CET 2011
[INFO] Final Memory: 118M/282M
[INFO] ------------------------------------------------------------------------

I started to investigate this, that does not happen when compiling in the /kres folder

I before launched the command (evry time):
$ cd $M2_HOME/repository
$ rm -rf hermit/ && rm -rf owl* && rm -rf eu

Then from the the root of Stanbol
$ mvn clean install -X -DskipTests

I did this with different configurations:
* All non-kres moduls commented >> success
* All but the parent module 	>> failure
* All but the parent,entityhub modules	>> failure
* All but the parent,entityhub,enhancers modules >> success

So I started investigating the enhancer module, and commented all but that:
* enhancer-1	>> failure (all modules)
* enhancer-2	>> success (only the parent module)
* enhancer-3	>> success (parent module + base enhancer modules)
* enhancer-4	>> success (parent module + base enhancer modules + autotag,opennlp,lang-id)
* enhancer-5	>> success (parent module + base enhancer modules + autotag,opennlp,lang-id,metaxa)
* enhancer-6	>> success (parent module + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging)

from this point on I have activated also 'parent' and 'entityhub' in the root pom:
* enhancer-7	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais)
* enhancer-8	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta)
* enhancer-9	>> seccess (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey)
* enhancer-10	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer)
* enhancer-11	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer,clerezza/sparql)
* enhancer-12	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer,clerezza/sparql +  launcher/full)
* enhancer-13	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer,clerezza/sparql +  launcher/full,launcher/lite)
* enhancer-14	>> success (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer,clerezza/sparql +  launcher/full,launcher/lites + integration-tests)
* enhancer-15	>> failure (parent module + entityhub + base enhancer modules + autotag,opennlp,lang-id,metaxa,geonames,entitytagging,opencalais,zemanta + jersey + clerezza/enhancer,clerezza/sparql +  launcher/full,launcher/lites + integration-tests + SemiAutomaticContentEnhancer) --> same as enhancer-1

I tries also the following:
Activating 'enhancer' only in the parent pom (and kres, of course)
* enhancer-16	>> failure (parent module + base enhancer modules (generic) + SemiAutomaticContentEnhancer)

So the problem is related to some configuration incompatibility between enhancer/SemiAutoamticContentEnhancer and kres/eu.iksproject:eu.iksproject.kres.ontologies

I will investigate more on that.



> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Daga updated STANBOL-27:
-------------------------------

    Attachment: mvn-minimal-configuration.out
                mvn-minimal-configuration-pom.xml

Can reproduce the error with the attached mvn-minimal-configuration-pom.xml, which includes only the following modules, omitting all modules except:
* enhancer/SemiAutomaticContentEnhancer
* kres/eu.iksproject.kres.shared/dependency/owlapi3
* kres/eu.iksproject.kres.ontologies

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>         Attachments: mvn-enhancer-16.out, mvn-minimal-configuration-pom.xml, mvn-minimal-configuration.out
>
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971672#action_12971672 ] 

Fabian Christ edited comment on STANBOL-27 at 12/15/10 8:07 AM:
----------------------------------------------------------------

Fixed in #1049533.

      was (Author: fchrist):
    Fixed in r1049533.
  
> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Fabian Christ
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971661#action_12971661 ] 

Fabian Christ commented on STANBOL-27:
--------------------------------------

The problem is reproducible when deleting the eu/iksproject tree from the local Maven repo

$ rm -rf ~/.m2/repository/eu/iksproject/

and then start a Maven build using the top level Stanbol POM. This problem is not fixed by adding the missing JARs as mentioned by Enrico.

As Andreas noted there is somehow a difference between calling Maven build in the kres directory or using the top level POM. 

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ reassigned STANBOL-27:
------------------------------------

    Assignee: Fabian Christ

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Fabian Christ
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997491#comment-12997491 ] 

Enrico Daga commented on STANBOL-27:
------------------------------------

This error disapperar if we change the goal of the maven-artifact-plugin to 'attached' instead of 'assembly'. This goal should behave the same but do not affect the kres build process.

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>         Attachments: mvn-enhancer-16.out, mvn-minimal-configuration-pom.xml, mvn-minimal-configuration.out
>
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ resolved STANBOL-27.
----------------------------------

    Resolution: Fixed

Fixed in 1060423.

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Fabian Christ
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970817#action_12970817 ] 

Andreas Kuckartz commented on STANBOL-27:
-----------------------------------------

The problem stated in this issue disappeared after a
$ mvn dependency:resolve


> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Daga resolved STANBOL-27.
--------------------------------

    Resolution: Fixed

Fixed in revision 1073288

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>         Attachments: mvn-enhancer-16.out, mvn-minimal-configuration-pom.xml, mvn-minimal-configuration.out
>
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970797#action_12970797 ] 

Enrico Daga commented on STANBOL-27:
------------------------------------

The KReS module relies on three external dependencies that are not available in the maven repository.
As described in the main stanbol README (http://svn.apache.org/repos/asf/incubator/stanbol/trunk/README.txt) you should import those irbraries manually before compile KReS.
>From the KReS folder do the following:

$ mvn install:install-file -Dfile=kres/lib/owlapi-3.0.0.jar \
       -DgroupId=owlapi -DartifactId=owlapi -Dversion=3.0.0 -Dpackaging=jar

$ mvn install:install-file -Dfile=kres/lib/HermiT.jar \
       -DgroupId=hermit -DartifactId=hermit -Dversion=1.2.4 -Dpackaging=jar

$ mvn install:install-file -Dfile=kres/lib/owl-link-1.0.2.jar \
       -DgroupId=owl-link -DartifactId=owl-link -Dversion=1.0.2 -Dpackaging=jar

Note that, as for issue STANBOL-10, tests for the rule module actually breaks, so you should compile it with the -DskipTests flag.


> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrico Daga reopened STANBOL-27:
--------------------------------

      Assignee: Enrico Daga  (was: Fabian Christ)

This problem is again on after moving the kres module compilation at the end of the process in the main stanbol pom.xml

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Enrico Daga (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997731#comment-12997731 ] 

Enrico Daga commented on STANBOL-27:
------------------------------------

Changing the goal to 'single' works the same and it is a better solution, since 'attached' goal is deprecated.

Committed this change in revision 1073288.


> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Enrico Daga
>         Attachments: mvn-enhancer-16.out, mvn-minimal-configuration-pom.xml, mvn-minimal-configuration.out
>
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (STANBOL-27) Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

Posted by "Fabian Christ (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ resolved STANBOL-27.
----------------------------------

    Resolution: Fixed

Fixed in r1049533.

> Build error: Failed to resolve artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-27
>                 URL: https://issues.apache.org/jira/browse/STANBOL-27
>             Project: Stanbol
>          Issue Type: Bug
>          Components: KReS
>            Reporter: Andreas Kuckartz
>            Assignee: Fabian Christ
>
> $ mvn install
> in stanbol directory results in:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building IKS KReS Ontologies
> [INFO] ------------------------------------------------------------------------
> ...
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.depend
> ency.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=eu.iksproject -DartifactId=eu.iksproject.kres.shared.dependen
> cy.owlapi -Dversion=0.6-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id
> ]
>   Path to dependency:
>         1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
>         2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact:
>   eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
> from the specified remote repositories:
>   com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/ext
> ernal),
>   central (http://repo1.maven.org/maven2),
>   java.net (http://download.java.net/maven/2),
>   apache (http://repository.apache.org/content/groups/snapshots-group)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.