You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Larry Hamel (JIRA)" <ji...@apache.org> on 2007/05/28 08:12:15 UTC

[jira] Created: (AXIS2-2721) maven 2 jar missing on ibiblio.org for axis 2.0 parent

maven 2 jar missing on ibiblio.org for axis 2.0 parent
------------------------------------------------------

                 Key: AXIS2-2721
                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Larry Hamel


The maven 2 stanza

<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-parent</artifactId>
            <version>1.2</version>
</dependency>

using maven 2.0.4, yields:

[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building iLink
[INFO]    task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [xml:transform {execution: default}]
[INFO] Transformed 1 file(s).
[INFO] Transformed 1 file(s).
[INFO] Transformed 1 file(s).
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.axis2:axis2-parent:jar:1.2

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
          -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency: 
  	1) com.sri:ilink:war:1.0-SNAPSHOT
  	2) org.apache.axis2:axis2-parent:jar:1.2

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

for artifact: 
  com.sri:ilink:war:1.0-SNAPSHOT

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


Can you add the jar in question to the central repository?

thanks,

larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

Posted by "David Illsley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499834 ] 

David Illsley commented on AXIS2-2721:
--------------------------------------

I'd characterise it more as suggesting that people walk on top of a complete bridge rather than clamber along underneath where there are no handholds... but I digress
We need the file in the repo for our components which reference it so it can't be removed.
I've just added a comment in the pom which is the best I can think of right now.
Sorry for the inconvenience.
David

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

Posted by "Larry Hamel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499829 ] 

Larry Hamel commented on AXIS2-2721:
------------------------------------

That is good advice, and thank you kindly for the reply. 

However, this advice, and closing the bug, seems similar to a situation where a section of a bridge is missing, and the solution is to tell each driver who falls into the water that they shouldn't use the bridge anymore.

Consider reopening the bug to remove the pom from its publication on maven 2 repositories.  

thanks,

larry

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499837 ] 

Davanum Srinivas commented on AXIS2-2721:
-----------------------------------------

Larry,

Did you try the following?

<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-parent</artifactId>
            <version>1.2</version>
            <packaging>pom</packaging>
</dependency> 

thanks,
dims

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

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

David Illsley resolved AXIS2-2721.
----------------------------------

    Resolution: Invalid
      Assignee: David Illsley

There is no axis2-parent jar, it's a maven2 pom we use for inheritance.

Please use one of the concrete maven artifacts which do have associated jars as your dependency e.g. 

<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2</artifactId>
            <version>1.2</version>
</dependency>

or 


<dependency>
            <groupId>org.apache.axis2</groupId>
            <artifactId>axis2-kernel</artifactId>
            <version>1.2</version>
</dependency>

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

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

Larry Hamel updated AXIS2-2721:
-------------------------------

    Affects Version/s: 1.2
              Summary: axis 2.0 parent jar missing on ibiblio.org for maven 2  (was: maven 2 jar missing on ibiblio.org for axis 2.0 parent)

> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2721) axis 2.0 parent jar missing on ibiblio.org for maven 2

Posted by "Larry Hamel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500284 ] 

Larry Hamel commented on AXIS2-2721:
------------------------------------

Maybe it will be more clear to describe the 'use-case' of how axis-parent appears to me:

Having no knowledge of Axis, and having a maven2-based build, I seek to give the sample axis code a run. What stanza should I use?  a query at 

    http://mvnrepository.com/search.html?query=axis

yields 62 separate choices. However, one of them, axis-parent, has an apt title and by far the longest description. So I hope by using that, I'll get all the pieces, and get my test code running. I really don't know what libraries I'll need.  Easiest to try to get an "parent" project that will call in all the libraries, and I can optimize later.

And then a broken build, because of what *looks* to be a missing jar.

So again, consider fixing this by eliminating axis-parent from the published set of stanzas, or put the <packaging> tag into the stanza itself, if that would help.

thanks,

larry


> axis 2.0 parent jar missing on ibiblio.org for maven 2
> ------------------------------------------------------
>
>                 Key: AXIS2-2721
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2721
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Larry Hamel
>            Assignee: David Illsley
>
> The maven 2 stanza
> <dependency>
>             <groupId>org.apache.axis2</groupId>
>             <artifactId>axis2-parent</artifactId>
>             <version>1.2</version>
> </dependency>
> using maven 2.0.4, yields:
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building iLink
> [INFO]    task-segment: [compile]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [xml:transform {execution: default}]
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] Transformed 1 file(s).
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> Downloading: http://www.ibiblio.net/pub/packages/maven2/org/apache/axis2/axis2-parent/1.2/axis2-parent-1.2.jar
> [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.axis2:axis2-parent:jar:1.2
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.axis2 -DartifactId=axis2-parent \
>           -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
>   Path to dependency: 
>   	1) com.sri:ilink:war:1.0-SNAPSHOT
>   	2) org.apache.axis2:axis2-parent:jar:1.2
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.sri:ilink:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> Can you add the jar in question to the central repository?
> thanks,
> larry

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org