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 "Rost Vashevnik (JIRA)" <ji...@apache.org> on 2008/07/03 02:24:44 UTC

[jira] Created: (AXIS2-3885) Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails

Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails
---------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3885
                 URL: https://issues.apache.org/jira/browse/AXIS2-3885
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Integration
    Affects Versions: 1.4
         Environment: Building on Windows with Maven
            Reporter: Rost Vashevnik
            Priority: Minor


The pom.xml in integration module does not have commons-httpclient listed as dependency. As the result - build fails. Once I have listed dependency (see below) - build has been successfull.
<!-- Add dependency on commons-httpclient -->
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
        </dependency>


-- 
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-3885) Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails

Posted by "Rost Vashevnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610876#action_12610876 ] 

Rost Vashevnik commented on AXIS2-3885:
---------------------------------------

This has happened with officcial Axis 1.4 source zip download.

> Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3885
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3885
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 1.4
>         Environment: Building on Windows with Maven
>            Reporter: Rost Vashevnik
>            Priority: Minor
>
> The pom.xml in integration module does not have commons-httpclient listed as dependency. As the result - build fails. Once I have listed dependency (see below) - build has been successfull.
> <!-- Add dependency on commons-httpclient -->
>         <dependency>
>             <groupId>commons-httpclient</groupId>
>             <artifactId>commons-httpclient</artifactId>
>         </dependency>

-- 
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-3885) Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610526#action_12610526 ] 

Deepal Jayasinghe commented on AXIS2-3885:
------------------------------------------

Is this happen in fresh checkout , in my machine build works fine

> Integration module's pom.xml does not have commons-httpclient listed as dependency. As the result - build fails
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3885
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3885
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 1.4
>         Environment: Building on Windows with Maven
>            Reporter: Rost Vashevnik
>            Priority: Minor
>
> The pom.xml in integration module does not have commons-httpclient listed as dependency. As the result - build fails. Once I have listed dependency (see below) - build has been successfull.
> <!-- Add dependency on commons-httpclient -->
>         <dependency>
>             <groupId>commons-httpclient</groupId>
>             <artifactId>commons-httpclient</artifactId>
>         </dependency>

-- 
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