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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2008/08/07 18:23:44 UTC

[jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

Fails to build Axis2-1.4.1 from source distribution
---------------------------------------------------

                 Key: AXIS2-3968
                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.4.1
         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8
            Reporter: Charitha Kankanamge
            Assignee: Nandana Mihindukulasooriya
            Priority: Blocker


I couldnot build Axis2-1.4.1 from source distro. See the following output.

Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there:
    mvn deploy:deploy-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
id]


  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  ws-zones (http://ws.zones.apache.org/repository2),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)

  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  ws-zones (http://ws.zones.apache.org/repository2),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
[INFO] Final Memory: 8M/15M
[INFO] ------------------------------------------------------------------------

D:\axis2\axis2-1.4.1>

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


Re: [jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by Amila Suriarachchi <am...@gmail.com>.
On Fri, Aug 8, 2008 at 8:07 AM, Nandana Mihindukulasooriya <
nandana.cse@gmail.com> wrote:

> Hi Charitha,
>
> I think the problem is a cyclic dependency. We cannot put
>    i) org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>   ii) org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:1.4.1
>
> artifacts to the maven repo until they are released. So Charith can you
> first build  those two artifacts, by doing a maven build on
>
> modules/tool/axis2-mar-maven-plugin
> modules/tool/axis2-aar-maven-plugin
>

This is not a blocker for 1.4.1, since there is a work around. We can fix
this for 1.5.

thanks,
Amila.

>
>
> two modules and then doing a maven build on the root level. Yes, I agree we
> should have to order this in the maven build in such a way that these two
> will built first and then this problem can be eliminated.
>
> thanks,
> nandana
>
>
> On Thu, Aug 7, 2008 at 10:18 PM, Charitha Kankanamge <ch...@wso2.com>wrote:
>
>> This was tested to check whether the 1.4.1 source can be built
>> out-of-the-box. As you said, aar-maven-plugin is not in public repos. We
>> should add it to a public repo and then I'll test this again.
>>
>> regards
>> Charitha
>>
>> http://charithaka.blogspot.com
>>
>> keith chapman wrote:
>>
>>  Charitha this is because the axis2-mar-maven plugin is used in the build
>>> and its not available in public repos. Can you try going into
>>> modules/tools/axis2-mar-maven-plugin and building that first before you
>>> attempt to build axis2. (If it fails saying that you need the
>>> axis2-aar-maven-plugin you may need to build that too).
>>>
>>> On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA) <
>>> jira@apache.org <ma...@apache.org>> wrote:
>>>
>>>    Fails to build Axis2-1.4.1 from source distribution
>>>    ---------------------------------------------------
>>>
>>>                    Key: AXIS2-3968
>>>                    URL: https://issues.apache.org/jira/browse/AXIS2-3968
>>>                Project: Axis 2.0 (Axis2)
>>>             Issue Type: Bug
>>>       Affects Versions: 1.4.1
>>>            Environment: Winxp, Axis2-1.4.1 (Release
>>>    candidate-2008-08-07), jdk15, maven2.0.8
>>>               Reporter: Charitha Kankanamge
>>>               Assignee: Nandana Mihindukulasooriya
>>>               Priority: Blocker
>>>
>>>
>>>    I couldnot build Axis2-1.4.1 from source distro. See the following
>>>    output.
>>>
>>>    Downloading:
>>>
>>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>>>    Downloading:
>>>
>>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>>>    [INFO]
>>>
>>>  ------------------------------------------------------------------------
>>>    [ERROR] BUILD ERROR
>>>    [INFO]
>>>
>>>  ------------------------------------------------------------------------
>>>    [INFO] Plugin could not be found - check that the goal name is
>>>    correct: Unable to download the artifact from any repository
>>>
>>>    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-mar-maven-plugin -Dversion=1.4.1
>>>    -Dpackaging=maven-plugin -Dfile=/path/to/file
>>>
>>>    Alternatively, if you host your own repository you can deploy the
>>>    file there:
>>>       mvn deploy:deploy-file -DgroupId=org.apache.axis2
>>>    -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1
>>>    -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
>>>    -DrepositoryId=[
>>>    id]
>>>
>>>
>>>     org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>>>
>>>    from the specified remote repositories:
>>>     central (http://repo1.maven.org/maven2),
>>>     ws-zones (http://ws.zones.apache.org/repository2),
>>>     apache-snapshots
>>>    (http://people.apache.org/repo/m2-snapshot-repository)
>>>
>>>     org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>>>
>>>    from the specified remote repositories:
>>>     central (http://repo1.maven.org/maven2),
>>>     ws-zones (http://ws.zones.apache.org/repository2),
>>>     apache-snapshots
>>>    (http://people.apache.org/repo/m2-snapshot-repository)
>>>
>>>    [INFO]
>>>
>>>  ------------------------------------------------------------------------
>>>    [INFO] For more information, run Maven with the -e switch
>>>    [INFO]
>>>
>>>  ------------------------------------------------------------------------
>>>    [INFO] Total time: 8 seconds
>>>    [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
>>>    [INFO] Final Memory: 8M/15M
>>>    [INFO]
>>>
>>>  ------------------------------------------------------------------------
>>>
>>>    D:\axis2\axis2-1.4.1>
>>>
>>>    --
>>>    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
>>>    <ma...@ws.apache.org>
>>>    For additional commands, e-mail: axis-dev-help@ws.apache.org
>>>    <ma...@ws.apache.org>
>>>
>>>
>>>
>>>
>>> --
>>> Keith Chapman
>>> Senior Software Engineer
>>> WSO2 Inc.
>>> Oxygenating the Web Service Platform.
>>> http://wso2.org/
>>>
>>> blog: http://www.keith-chapman.org
>>>
>>> ------------------------------------------------------------------------
>>>
>>> Internal Virus Database is out-of-date.
>>> Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release
>>> Date: 7/9/2008 6:32 PM
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-dev-help@ws.apache.org
>>
>>


-- 
Amila Suriarachchi,
WSO2 Inc.

Re: [jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by Nandana Mihindukulasooriya <na...@gmail.com>.
Hi Charitha,

I think the problem is a cyclic dependency. We cannot put
   i) org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
  ii) org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:1.4.1

artifacts to the maven repo until they are released. So Charith can you
first build  those two artifacts, by doing a maven build on

modules/tool/axis2-mar-maven-plugin
modules/tool/axis2-aar-maven-plugin

two modules and then doing a maven build on the root level. Yes, I agree we
should have to order this in the maven build in such a way that these two
will built first and then this problem can be eliminated.

thanks,
nandana

On Thu, Aug 7, 2008 at 10:18 PM, Charitha Kankanamge <ch...@wso2.com>wrote:

> This was tested to check whether the 1.4.1 source can be built
> out-of-the-box. As you said, aar-maven-plugin is not in public repos. We
> should add it to a public repo and then I'll test this again.
>
> regards
> Charitha
>
> http://charithaka.blogspot.com
>
> keith chapman wrote:
>
>  Charitha this is because the axis2-mar-maven plugin is used in the build
>> and its not available in public repos. Can you try going into
>> modules/tools/axis2-mar-maven-plugin and building that first before you
>> attempt to build axis2. (If it fails saying that you need the
>> axis2-aar-maven-plugin you may need to build that too).
>>
>> On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA) <
>> jira@apache.org <ma...@apache.org>> wrote:
>>
>>    Fails to build Axis2-1.4.1 from source distribution
>>    ---------------------------------------------------
>>
>>                    Key: AXIS2-3968
>>                    URL: https://issues.apache.org/jira/browse/AXIS2-3968
>>                Project: Axis 2.0 (Axis2)
>>             Issue Type: Bug
>>       Affects Versions: 1.4.1
>>            Environment: Winxp, Axis2-1.4.1 (Release
>>    candidate-2008-08-07), jdk15, maven2.0.8
>>               Reporter: Charitha Kankanamge
>>               Assignee: Nandana Mihindukulasooriya
>>               Priority: Blocker
>>
>>
>>    I couldnot build Axis2-1.4.1 from source distro. See the following
>>    output.
>>
>>    Downloading:
>>
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>>    Downloading:
>>
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>>    [INFO]
>>
>>  ------------------------------------------------------------------------
>>    [ERROR] BUILD ERROR
>>    [INFO]
>>
>>  ------------------------------------------------------------------------
>>    [INFO] Plugin could not be found - check that the goal name is
>>    correct: Unable to download the artifact from any repository
>>
>>    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-mar-maven-plugin -Dversion=1.4.1
>>    -Dpackaging=maven-plugin -Dfile=/path/to/file
>>
>>    Alternatively, if you host your own repository you can deploy the
>>    file there:
>>       mvn deploy:deploy-file -DgroupId=org.apache.axis2
>>    -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1
>>    -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
>>    -DrepositoryId=[
>>    id]
>>
>>
>>     org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>>
>>    from the specified remote repositories:
>>     central (http://repo1.maven.org/maven2),
>>     ws-zones (http://ws.zones.apache.org/repository2),
>>     apache-snapshots
>>    (http://people.apache.org/repo/m2-snapshot-repository)
>>
>>     org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>>
>>    from the specified remote repositories:
>>     central (http://repo1.maven.org/maven2),
>>     ws-zones (http://ws.zones.apache.org/repository2),
>>     apache-snapshots
>>    (http://people.apache.org/repo/m2-snapshot-repository)
>>
>>    [INFO]
>>
>>  ------------------------------------------------------------------------
>>    [INFO] For more information, run Maven with the -e switch
>>    [INFO]
>>
>>  ------------------------------------------------------------------------
>>    [INFO] Total time: 8 seconds
>>    [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
>>    [INFO] Final Memory: 8M/15M
>>    [INFO]
>>
>>  ------------------------------------------------------------------------
>>
>>    D:\axis2\axis2-1.4.1>
>>
>>    --
>>    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
>>    <ma...@ws.apache.org>
>>    For additional commands, e-mail: axis-dev-help@ws.apache.org
>>    <ma...@ws.apache.org>
>>
>>
>>
>>
>> --
>> Keith Chapman
>> Senior Software Engineer
>> WSO2 Inc.
>> Oxygenating the Web Service Platform.
>> http://wso2.org/
>>
>> blog: http://www.keith-chapman.org
>>
>> ------------------------------------------------------------------------
>>
>> Internal Virus Database is out-of-date.
>> Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release
>> Date: 7/9/2008 6:32 PM
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-dev-help@ws.apache.org
>
>

Re: [jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by Charitha Kankanamge <ch...@wso2.com>.
This was tested to check whether the 1.4.1 source can be built 
out-of-the-box. As you said, aar-maven-plugin is not in public repos. We 
should add it to a public repo and then I'll test this again.

regards
Charitha

http://charithaka.blogspot.com

keith chapman wrote:

> Charitha this is because the axis2-mar-maven plugin is used in the 
> build and its not available in public repos. Can you try going into 
> modules/tools/axis2-mar-maven-plugin and building that first before 
> you attempt to build axis2. (If it fails saying that you need the 
> axis2-aar-maven-plugin you may need to build that too).
>
> On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA) 
> <jira@apache.org <ma...@apache.org>> wrote:
>
>     Fails to build Axis2-1.4.1 from source distribution
>     ---------------------------------------------------
>
>                     Key: AXIS2-3968
>                     URL: https://issues.apache.org/jira/browse/AXIS2-3968
>                 Project: Axis 2.0 (Axis2)
>              Issue Type: Bug
>        Affects Versions: 1.4.1
>             Environment: Winxp, Axis2-1.4.1 (Release
>     candidate-2008-08-07), jdk15, maven2.0.8
>                Reporter: Charitha Kankanamge
>                Assignee: Nandana Mihindukulasooriya
>                Priority: Blocker
>
>
>     I couldnot build Axis2-1.4.1 from source distro. See the following
>     output.
>
>     Downloading:
>     http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>     Downloading:
>     http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
>     [INFO]
>     ------------------------------------------------------------------------
>     [ERROR] BUILD ERROR
>     [INFO]
>     ------------------------------------------------------------------------
>     [INFO] Plugin could not be found - check that the goal name is
>     correct: Unable to download the artifact from any repository
>
>     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-mar-maven-plugin -Dversion=1.4.1
>     -Dpackaging=maven-plugin -Dfile=/path/to/file
>
>     Alternatively, if you host your own repository you can deploy the
>     file there:
>        mvn deploy:deploy-file -DgroupId=org.apache.axis2
>     -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1
>     -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
>     -DrepositoryId=[
>     id]
>
>
>      org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>
>     from the specified remote repositories:
>      central (http://repo1.maven.org/maven2),
>      ws-zones (http://ws.zones.apache.org/repository2),
>      apache-snapshots
>     (http://people.apache.org/repo/m2-snapshot-repository)
>
>      org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>
>     from the specified remote repositories:
>      central (http://repo1.maven.org/maven2),
>      ws-zones (http://ws.zones.apache.org/repository2),
>      apache-snapshots
>     (http://people.apache.org/repo/m2-snapshot-repository)
>
>     [INFO]
>     ------------------------------------------------------------------------
>     [INFO] For more information, run Maven with the -e switch
>     [INFO]
>     ------------------------------------------------------------------------
>     [INFO] Total time: 8 seconds
>     [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
>     [INFO] Final Memory: 8M/15M
>     [INFO]
>     ------------------------------------------------------------------------
>
>     D:\axis2\axis2-1.4.1>
>
>     --
>     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
>     <ma...@ws.apache.org>
>     For additional commands, e-mail: axis-dev-help@ws.apache.org
>     <ma...@ws.apache.org>
>
>
>
>
> -- 
> Keith Chapman
> Senior Software Engineer
> WSO2 Inc.
> Oxygenating the Web Service Platform.
> http://wso2.org/
>
> blog: http://www.keith-chapman.org
>
>------------------------------------------------------------------------
>
>Internal Virus Database is out-of-date.
>Checked by AVG. 
>Version: 7.5.524 / Virus Database: 270.4.7/1543 - Release Date: 7/9/2008 6:32 PM
>  
>


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


Re: [jira] Created: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by keith chapman <ke...@gmail.com>.
Charitha this is because the axis2-mar-maven plugin is used in the build and
its not available in public repos. Can you try going into
modules/tools/axis2-mar-maven-plugin and building that first before you
attempt to build axis2. (If it fails saying that you need the
axis2-aar-maven-plugin you may need to build that too).

On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA)
<ji...@apache.org>wrote:

> Fails to build Axis2-1.4.1 from source distribution
> ---------------------------------------------------
>
>                 Key: AXIS2-3968
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07),
> jdk15, maven2.0.8
>            Reporter: Charitha Kankanamge
>            Assignee: Nandana Mihindukulasooriya
>            Priority: Blocker
>
>
> I couldnot build Axis2-1.4.1 from source distro. See the following output.
>
> Downloading:
> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> Downloading:
> http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct:
> Unable to download the artifact from any repository
>
> 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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>    mvn deploy:deploy-file -DgroupId=org.apache.axis2
> -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
> id]
>
>
>  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  ws-zones (http://ws.zones.apache.org/repository2),
>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>
>  org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  ws-zones (http://ws.zones.apache.org/repository2),
>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
> [INFO] Final Memory: 8M/15M
> [INFO]
> ------------------------------------------------------------------------
>
> D:\axis2\axis2-1.4.1>
>
> --
> 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
>
>


-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org

[jira] Resolved: (AXIS2-3968) Fails to build Axis2-1.4.1 from source distribution

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

Nandana Mihindukulasooriya resolved AXIS2-3968.
-----------------------------------------------

    Resolution: Fixed

Resolving as this is fixed. 

> Fails to build Axis2-1.4.1 from source distribution
> ---------------------------------------------------
>
>                 Key: AXIS2-3968
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8
>            Reporter: Charitha Kankanamge
>            Assignee: Nandana Mihindukulasooriya
>
> I couldnot build Axis2-1.4.1 from source distro. See the following output.
> Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
> 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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
>     mvn deploy:deploy-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
> id]
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
> [INFO] Final Memory: 8M/15M
> [INFO] ------------------------------------------------------------------------
> D:\axis2\axis2-1.4.1>

-- 
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-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620892#action_12620892 ] 

Nandana Mihindukulasooriya commented on AXIS2-3968:
---------------------------------------------------

Fixed this issue in New Revision: 683926. 

> Fails to build Axis2-1.4.1 from source distribution
> ---------------------------------------------------
>
>                 Key: AXIS2-3968
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8
>            Reporter: Charitha Kankanamge
>            Assignee: Nandana Mihindukulasooriya
>
> I couldnot build Axis2-1.4.1 from source distro. See the following output.
> Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
> 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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
>     mvn deploy:deploy-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
> id]
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
> [INFO] Final Memory: 8M/15M
> [INFO] ------------------------------------------------------------------------
> D:\axis2\axis2-1.4.1>

-- 
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-3968) Fails to build Axis2-1.4.1 from source distribution

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

Charitha Kankanamge updated AXIS2-3968:
---------------------------------------

    Priority: Major  (was: Blocker)

Reduced the severity of bug since there is a workaround.

> Fails to build Axis2-1.4.1 from source distribution
> ---------------------------------------------------
>
>                 Key: AXIS2-3968
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8
>            Reporter: Charitha Kankanamge
>            Assignee: Nandana Mihindukulasooriya
>
> I couldnot build Axis2-1.4.1 from source distro. See the following output.
> Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
> 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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
>     mvn deploy:deploy-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
> id]
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
> [INFO] Final Memory: 8M/15M
> [INFO] ------------------------------------------------------------------------
> D:\axis2\axis2-1.4.1>

-- 
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-3968) Fails to build Axis2-1.4.1 from source distribution

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620873#action_12620873 ] 

Charitha Kankanamge commented on AXIS2-3968:
--------------------------------------------

We have noticed another issue when proceeding through the workaround(after building axis2-maven-mar plugin and aar plugin seperately).

Now I get the following error when building the release artifacts.

D:\axis2\axis2-1.4.1\modules\distribution>mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Axis2 - Distribution
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory D:\axis2\axis2-1.4.1\modules\distribution\target
[INFO] [antrun:run {execution: package}]
[INFO] Executing tasks
     [copy] Copying 137 files to D:\axis2\axis2-1.4.1\modules\distribution\target\tmp-doc-distro\xdocs\1_4
     [copy] Copied 10 empty directories to 2 empty directories under D:\axis2\axis2-1.4.1\modules\distribution\target\tmp-doc-distro\xdocs\1_4
     [copy] Copying 51 files to D:\axis2\axis2-1.4.1\modules\distribution\target\tmp-doc-distro\xdocs\1_4
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks

Embedded error: D:\axis2\axis2-1.4.1\release-docs\readme-files not found.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Fri Aug 08 13:27:43 IST 2008
[INFO] Final Memory: 10M/18M
[INFO] ------------------------------------------------------------------------


> Fails to build Axis2-1.4.1 from source distribution
> ---------------------------------------------------
>
>                 Key: AXIS2-3968
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3968
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.4.1
>         Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), jdk15, maven2.0.8
>            Reporter: Charitha Kankanamge
>            Assignee: Nandana Mihindukulasooriya
>
> I couldnot build Axis2-1.4.1 from source distro. See the following output.
> Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> Downloading: http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
> 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-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
>     mvn deploy:deploy-file -DgroupId=org.apache.axis2 -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[
> id]
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
>   org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   ws-zones (http://ws.zones.apache.org/repository2),
>   apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository)
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008
> [INFO] Final Memory: 8M/15M
> [INFO] ------------------------------------------------------------------------
> D:\axis2\axis2-1.4.1>

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