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 Dean Hiller <de...@xsoftware.biz> on 2005/09/01 14:53:02 UTC

axis2 build failing

I tried to build from CVS, but I got the following error

Attempting to download maven-itest-plugin-1.0.jar.
WARNING: Failed to download maven-itest-plugin-1.0.jar.

Where is this jar, and how to I get it so my build keeps building?

thanks,
dean

Re: axis2 build stillfailing

Posted by Dean Hiller <de...@xsoftware.biz>.
I am using 5.0jdk.  The error seems to be slightly different but very 
close.  I will go try 1.4.
thanks,
dean

Eran Chinthaka wrote:

> Hi Dean,
>
> Dean Hiller wrote:
>
>> whoops, I think that was because I ran the commands on maven 1.0, and 
>> then switched to 1.1.  Now I am getting the error on 1.6.2.  Any 
>> ideas on what is wrong?   
>
>
> If you got the mentioned two plugins updated, then it should run 
> perfectly well with Maven 1.1.
>
> But if you are on JDK 1.5, then we have a known bug where some test 
> cases fail (see here for more information 
> http://issues.apache.org/jira/browse/AXIS2-193)
>
> If you still feels its some other thing, past the things above what 
> you have pasted here. I can't exactly figure out what has happened by 
> the things you have pasted here. I think one of your tests has failed.
>
> If you see that, the tests mentioned in 
> http://issues.apache.org/jira/browse/AXIS2-193 is failing, then its 
> something to do with JDK 1.5 incompatibility.
>
>> ps.  thanks for your patience....some would have castrated me by now 
>> on my stupid mistakes :).
>
>
> Humans have no control over mistakes (at least in Software), if they 
> do, they will not do mistakes, hopefully :).
>
> Regards,
> Chinthaka
>
>>
>> BUILD FAILED
>> File...... C:\Documents and 
>> Settings\fastdragon\.maven\cache\maven-multiproject-
>> plugin-1.4.1\plugin.jelly
>> Element... maven:reactor
>> Line...... 218
>> Column.... 9
>> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
>> and Settin
>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>> <fail> T
>> here were test failures.
>> Total time   : 5 minutes 43 seconds
>> Finished at  : Monday, September 5, 2005 6:10:48 PM MDT
>>
>> thanks,
>> dean
>>
>> Eran Chinthaka wrote:
>>
>>> Hi Dean,
>>>
>>> I think you have not done what the FAQ says. See I have higlighted 
>>> that, u still have version 1.5.2 of maven-artifact plugin. We need 
>>> to have maven-artifact plugin version 1.6.
>>>
>>> Dean Hiller wrote:
>>>
>>>> I did what the FAQ did and still got what kind of looks like the 
>>>> same error(it looks slightly different but the same?).  It would 
>>>> actually be very nice if the version of maven and ant you were 
>>>> using was checked in and I just ran build.bat.  
>>>
>>>
>>>
>>> I can't understand what you mean here ... You want us to upload the 
>>> correct maven and ant versions ?
>>>
>>> -- Chinthaka
>>>
>>>> I have seen this done with ant and I have never have had a problem 
>>>> building projects that go that route.  It would be a nice future 
>>>> feature at least so others don't run into these problems.   My 
>>>> current error is this....
>>>>
>>>> jar:install:
>>>>    [echo] Installing...
>>>> Uploading to axis2/jars/axis2-common-0.91.jar:
>>>> .................... (18K)
>>>>
>>>> BUILD FAILED
>>>> File...... C:\Documents and 
>>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>>> plugin-1.4.1\plugin.jelly
>>>> Element... maven:reactor
>>>> Line...... 218
>>>> Column.... 9
>>>> Unable to obtain goal [multiproject:install-callback] -- 
>>>> C:\Documents and Settin
>>>> gs\fastdragon\.maven\cache*\maven-artifact-plugin-1.5.2*\plugin.jelly:62:9: 
>>>> <artif
>>>> act:artifact-install> 
>>>> org.apache.maven.project.Dependency.setProperties(Ljava/ut
>>>> il/List;)V
>>>> Total time   : 42 seconds
>>>> Finished at  : Sunday, September 4, 2005 10:23:19 PM MDT
>>>>
>>>> thanks,
>>>> dean
>>>>
>>>>
>>>>
>>>> Eran Chinthaka wrote:
>>>>
>>>>> Hi Dean,
>>>>>
>>>>> If you have maven 1.1 please read the FAQ here : 
>>>>> http://ws.apache.org/axis2/maven-help.html. It may help you.
>>>>>
>>>>> -- Chinthaka
>>>>>
>>>>> Dean Hiller wrote:
>>>>>
>>>>>> thanks, now my axis2 build is failing on something else.....any 
>>>>>> ideas on what this is?
>>>>>>
>>>>>> BUILD FAILED
>>>>>> File...... C:\Documents and 
>>>>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>>>>> plugin-1.3.1\plugin.jelly
>>>>>> Element... maven:reactor
>>>>>> Line...... 217
>>>>>> Column.... 9
>>>>>> Unable to obtain goal [multiproject:install-callback] -- 
>>>>>> C:\Documents and Settin
>>>>>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>>>>>> <fail> T
>>>>>> here were test failures.
>>>>>> Total time: 7 minutes 56 seconds
>>>>>> Finished at: Sun Sep 04 17:37:26 MDT 2005
>>>>>>
>>>>>> thanks,
>>>>>> dean
>>>>>>
>>>>>> Davanum Srinivas wrote:
>>>>>>
>>>>>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>>>>>>
>>>>>>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>>>>>>  
>>>>>>>
>>>>>>>> I tried to build from CVS, but I got the following error
>>>>>>>>
>>>>>>>> Attempting to download maven-itest-plugin-1.0.jar.
>>>>>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>>>>>>
>>>>>>>> Where is this jar, and how to I get it so my build keeps building?
>>>>>>>>
>>>>>>>> thanks,
>>>>>>>> dean
>>>>>>>>
>>>>>>>>   
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>


Re: axis2 build stillfailing

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Dean,

Dean Hiller wrote:

> whoops, I think that was because I ran the commands on maven 1.0, and 
> then switched to 1.1.  Now I am getting the error on 1.6.2.  Any ideas 
> on what is wrong?   

If you got the mentioned two plugins updated, then it should run 
perfectly well with Maven 1.1.

But if you are on JDK 1.5, then we have a known bug where some test 
cases fail (see here for more information 
http://issues.apache.org/jira/browse/AXIS2-193)

If you still feels its some other thing, past the things above what you 
have pasted here. I can't exactly figure out what has happened by the 
things you have pasted here. I think one of your tests has failed.

If you see that, the tests mentioned in 
http://issues.apache.org/jira/browse/AXIS2-193 is failing, then its 
something to do with JDK 1.5 incompatibility.

> ps.  thanks for your patience....some would have castrated me by now 
> on my stupid mistakes :).

Humans have no control over mistakes (at least in Software), if they do, 
they will not do mistakes, hopefully :).

Regards,
Chinthaka

>
> BUILD FAILED
> File...... C:\Documents and 
> Settings\fastdragon\.maven\cache\maven-multiproject-
> plugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
> and Settin
> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
> <fail> T
> here were test failures.
> Total time   : 5 minutes 43 seconds
> Finished at  : Monday, September 5, 2005 6:10:48 PM MDT
>
> thanks,
> dean
>
> Eran Chinthaka wrote:
>
>> Hi Dean,
>>
>> I think you have not done what the FAQ says. See I have higlighted 
>> that, u still have version 1.5.2 of maven-artifact plugin. We need to 
>> have maven-artifact plugin version 1.6.
>>
>> Dean Hiller wrote:
>>
>>> I did what the FAQ did and still got what kind of looks like the 
>>> same error(it looks slightly different but the same?).  It would 
>>> actually be very nice if the version of maven and ant you were using 
>>> was checked in and I just ran build.bat.  
>>
>>
>> I can't understand what you mean here ... You want us to upload the 
>> correct maven and ant versions ?
>>
>> -- Chinthaka
>>
>>> I have seen this done with ant and I have never have had a problem 
>>> building projects that go that route.  It would be a nice future 
>>> feature at least so others don't run into these problems.   My 
>>> current error is this....
>>>
>>> jar:install:
>>>    [echo] Installing...
>>> Uploading to axis2/jars/axis2-common-0.91.jar:
>>> .................... (18K)
>>>
>>> BUILD FAILED
>>> File...... C:\Documents and 
>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>> plugin-1.4.1\plugin.jelly
>>> Element... maven:reactor
>>> Line...... 218
>>> Column.... 9
>>> Unable to obtain goal [multiproject:install-callback] -- 
>>> C:\Documents and Settin
>>> gs\fastdragon\.maven\cache*\maven-artifact-plugin-1.5.2*\plugin.jelly:62:9: 
>>> <artif
>>> act:artifact-install> 
>>> org.apache.maven.project.Dependency.setProperties(Ljava/ut
>>> il/List;)V
>>> Total time   : 42 seconds
>>> Finished at  : Sunday, September 4, 2005 10:23:19 PM MDT
>>>
>>> thanks,
>>> dean
>>>
>>>
>>>
>>> Eran Chinthaka wrote:
>>>
>>>> Hi Dean,
>>>>
>>>> If you have maven 1.1 please read the FAQ here : 
>>>> http://ws.apache.org/axis2/maven-help.html. It may help you.
>>>>
>>>> -- Chinthaka
>>>>
>>>> Dean Hiller wrote:
>>>>
>>>>> thanks, now my axis2 build is failing on something else.....any 
>>>>> ideas on what this is?
>>>>>
>>>>> BUILD FAILED
>>>>> File...... C:\Documents and 
>>>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>>>> plugin-1.3.1\plugin.jelly
>>>>> Element... maven:reactor
>>>>> Line...... 217
>>>>> Column.... 9
>>>>> Unable to obtain goal [multiproject:install-callback] -- 
>>>>> C:\Documents and Settin
>>>>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>>>>> <fail> T
>>>>> here were test failures.
>>>>> Total time: 7 minutes 56 seconds
>>>>> Finished at: Sun Sep 04 17:37:26 MDT 2005
>>>>>
>>>>> thanks,
>>>>> dean
>>>>>
>>>>> Davanum Srinivas wrote:
>>>>>
>>>>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>>>>>
>>>>>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>>>>>  
>>>>>>
>>>>>>> I tried to build from CVS, but I got the following error
>>>>>>>
>>>>>>> Attempting to download maven-itest-plugin-1.0.jar.
>>>>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>>>>>
>>>>>>> Where is this jar, and how to I get it so my build keeps building?
>>>>>>>
>>>>>>> thanks,
>>>>>>> dean
>>>>>>>
>>>>>>>   
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>
>
>


Re: axis2 build stillfailing

Posted by Dean Hiller <de...@xsoftware.biz>.
whoops, I think that was because I ran the commands on maven 1.0, and 
then switched to 1.1.  Now I am getting the error on 1.6.2.  Any ideas 
on what is wrong?   ps.  thanks for your patience....some would have 
castrated me by now on my stupid mistakes :).

BUILD FAILED
File...... C:\Documents and 
Settings\fastdragon\.maven\cache\maven-multiproject-
plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
and Settin
gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
<fail> T
here were test failures.
Total time   : 5 minutes 43 seconds
Finished at  : Monday, September 5, 2005 6:10:48 PM MDT

thanks,
dean

Eran Chinthaka wrote:

> Hi Dean,
>
> I think you have not done what the FAQ says. See I have higlighted 
> that, u still have version 1.5.2 of maven-artifact plugin. We need to 
> have maven-artifact plugin version 1.6.
>
> Dean Hiller wrote:
>
>> I did what the FAQ did and still got what kind of looks like the same 
>> error(it looks slightly different but the same?).  It would actually 
>> be very nice if the version of maven and ant you were using was 
>> checked in and I just ran build.bat.  
>
> I can't understand what you mean here ... You want us to upload the 
> correct maven and ant versions ?
>
> -- Chinthaka
>
>> I have seen this done with ant and I have never have had a problem 
>> building projects that go that route.  It would be a nice future 
>> feature at least so others don't run into these problems.   My 
>> current error is this....
>>
>> jar:install:
>>    [echo] Installing...
>> Uploading to axis2/jars/axis2-common-0.91.jar:
>> .................... (18K)
>>
>> BUILD FAILED
>> File...... C:\Documents and 
>> Settings\fastdragon\.maven\cache\maven-multiproject-
>> plugin-1.4.1\plugin.jelly
>> Element... maven:reactor
>> Line...... 218
>> Column.... 9
>> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
>> and Settin
>> gs\fastdragon\.maven\cache*\maven-artifact-plugin-1.5.2*\plugin.jelly:62:9: 
>> <artif
>> act:artifact-install> 
>> org.apache.maven.project.Dependency.setProperties(Ljava/ut
>> il/List;)V
>> Total time   : 42 seconds
>> Finished at  : Sunday, September 4, 2005 10:23:19 PM MDT
>>
>> thanks,
>> dean
>>
>>
>>
>> Eran Chinthaka wrote:
>>
>>> Hi Dean,
>>>
>>> If you have maven 1.1 please read the FAQ here : 
>>> http://ws.apache.org/axis2/maven-help.html. It may help you.
>>>
>>> -- Chinthaka
>>>
>>> Dean Hiller wrote:
>>>
>>>> thanks, now my axis2 build is failing on something else.....any 
>>>> ideas on what this is?
>>>>
>>>> BUILD FAILED
>>>> File...... C:\Documents and 
>>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>>> plugin-1.3.1\plugin.jelly
>>>> Element... maven:reactor
>>>> Line...... 217
>>>> Column.... 9
>>>> Unable to obtain goal [multiproject:install-callback] -- 
>>>> C:\Documents and Settin
>>>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>>>> <fail> T
>>>> here were test failures.
>>>> Total time: 7 minutes 56 seconds
>>>> Finished at: Sun Sep 04 17:37:26 MDT 2005
>>>>
>>>> thanks,
>>>> dean
>>>>
>>>> Davanum Srinivas wrote:
>>>>
>>>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>>>>
>>>>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>>>>  
>>>>>
>>>>>> I tried to build from CVS, but I got the following error
>>>>>>
>>>>>> Attempting to download maven-itest-plugin-1.0.jar.
>>>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>>>>
>>>>>> Where is this jar, and how to I get it so my build keeps building?
>>>>>>
>>>>>> thanks,
>>>>>> dean
>>>>>>
>>>>>>   
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>  
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>



Re: axis2 build failing

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Dean,

I think you have not done what the FAQ says. See I have higlighted that, 
u still have version 1.5.2 of maven-artifact plugin. We need to have 
maven-artifact plugin version 1.6.

Dean Hiller wrote:

> I did what the FAQ did and still got what kind of looks like the same 
> error(it looks slightly different but the same?).  It would actually 
> be very nice if the version of maven and ant you were using was 
> checked in and I just ran build.bat.  

I can't understand what you mean here ... You want us to upload the 
correct maven and ant versions ?

-- Chinthaka

> I have seen this done with ant and I have never have had a problem 
> building projects that go that route.  It would be a nice future 
> feature at least so others don't run into these problems.   My current 
> error is this....
>
> jar:install:
>    [echo] Installing...
> Uploading to axis2/jars/axis2-common-0.91.jar:
> .................... (18K)
>
> BUILD FAILED
> File...... C:\Documents and 
> Settings\fastdragon\.maven\cache\maven-multiproject-
> plugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
> and Settin
> gs\fastdragon\.maven\cache*\maven-artifact-plugin-1.5.2*\plugin.jelly:62:9: 
> <artif
> act:artifact-install> 
> org.apache.maven.project.Dependency.setProperties(Ljava/ut
> il/List;)V
> Total time   : 42 seconds
> Finished at  : Sunday, September 4, 2005 10:23:19 PM MDT
>
> thanks,
> dean
>
>
>
> Eran Chinthaka wrote:
>
>> Hi Dean,
>>
>> If you have maven 1.1 please read the FAQ here : 
>> http://ws.apache.org/axis2/maven-help.html. It may help you.
>>
>> -- Chinthaka
>>
>> Dean Hiller wrote:
>>
>>> thanks, now my axis2 build is failing on something else.....any 
>>> ideas on what this is?
>>>
>>> BUILD FAILED
>>> File...... C:\Documents and 
>>> Settings\fastdragon\.maven\cache\maven-multiproject-
>>> plugin-1.3.1\plugin.jelly
>>> Element... maven:reactor
>>> Line...... 217
>>> Column.... 9
>>> Unable to obtain goal [multiproject:install-callback] -- 
>>> C:\Documents and Settin
>>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>>> <fail> T
>>> here were test failures.
>>> Total time: 7 minutes 56 seconds
>>> Finished at: Sun Sep 04 17:37:26 MDT 2005
>>>
>>> thanks,
>>> dean
>>>
>>> Davanum Srinivas wrote:
>>>
>>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>>>
>>>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>>>  
>>>>
>>>>> I tried to build from CVS, but I got the following error
>>>>>
>>>>> Attempting to download maven-itest-plugin-1.0.jar.
>>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>>>
>>>>> Where is this jar, and how to I get it so my build keeps building?
>>>>>
>>>>> thanks,
>>>>> dean
>>>>>
>>>>>   
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>  
>>>>
>>>
>>>
>>>
>>
>
>
>

Re: axis2 build failing

Posted by Dean Hiller <de...@xsoftware.biz>.
I did what the FAQ did and still got what kind of looks like the same 
error(it looks slightly different but the same?).  It would actually be 
very nice if the version of maven and ant you were using was checked in 
and I just ran build.bat.  I have seen this done with ant and I have 
never have had a problem building projects that go that route.  It would 
be a nice future feature at least so others don't run into these 
problems.   My current error is this....

jar:install:
    [echo] Installing...
Uploading to axis2/jars/axis2-common-0.91.jar:
.................... (18K)

BUILD FAILED
File...... C:\Documents and 
Settings\fastdragon\.maven\cache\maven-multiproject-
plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
and Settin
gs\fastdragon\.maven\cache\maven-artifact-plugin-1.5.2\plugin.jelly:62:9: 
<artif
act:artifact-install> 
org.apache.maven.project.Dependency.setProperties(Ljava/ut
il/List;)V
Total time   : 42 seconds
Finished at  : Sunday, September 4, 2005 10:23:19 PM MDT

thanks,
dean



Eran Chinthaka wrote:

> Hi Dean,
>
> If you have maven 1.1 please read the FAQ here : 
> http://ws.apache.org/axis2/maven-help.html. It may help you.
>
> -- Chinthaka
>
> Dean Hiller wrote:
>
>> thanks, now my axis2 build is failing on something else.....any ideas 
>> on what this is?
>>
>> BUILD FAILED
>> File...... C:\Documents and 
>> Settings\fastdragon\.maven\cache\maven-multiproject-
>> plugin-1.3.1\plugin.jelly
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
>> and Settin
>> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
>> <fail> T
>> here were test failures.
>> Total time: 7 minutes 56 seconds
>> Finished at: Sun Sep 04 17:37:26 MDT 2005
>>
>> thanks,
>> dean
>>
>> Davanum Srinivas wrote:
>>
>>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>>
>>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>>  
>>>
>>>> I tried to build from CVS, but I got the following error
>>>>
>>>> Attempting to download maven-itest-plugin-1.0.jar.
>>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>>
>>>> Where is this jar, and how to I get it so my build keeps building?
>>>>
>>>> thanks,
>>>> dean
>>>>
>>>>   
>>>
>>>
>>>
>>>
>>>  
>>>
>>
>>
>>
>



Re: axis2 build failing

Posted by Eran Chinthaka <ch...@opensource.lk>.
Hi Dean,

If you have maven 1.1 please read the FAQ here : 
http://ws.apache.org/axis2/maven-help.html. It may help you.

-- Chinthaka

Dean Hiller wrote:

> thanks, now my axis2 build is failing on something else.....any ideas 
> on what this is?
>
> BUILD FAILED
> File...... C:\Documents and 
> Settings\fastdragon\.maven\cache\maven-multiproject-
> plugin-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
> and Settin
> gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
> <fail> T
> here were test failures.
> Total time: 7 minutes 56 seconds
> Finished at: Sun Sep 04 17:37:26 MDT 2005
>
> thanks,
> dean
>
> Davanum Srinivas wrote:
>
>> http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>>
>> On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>>  
>>
>>> I tried to build from CVS, but I got the following error
>>>
>>> Attempting to download maven-itest-plugin-1.0.jar.
>>> WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>>
>>> Where is this jar, and how to I get it so my build keeps building?
>>>
>>> thanks,
>>> dean
>>>
>>>   
>>
>>
>>
>>  
>>
>
>
>


Re: axis2 build failing

Posted by Dean Hiller <de...@xsoftware.biz>.
thanks, now my axis2 build is failing on something else.....any ideas on 
what this is?

BUILD FAILED
File...... C:\Documents and 
Settings\fastdragon\.maven\cache\maven-multiproject-
plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- C:\Documents 
and Settin
gs\fastdragon\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly:181:54: 
<fail> T
here were test failures.
Total time: 7 minutes 56 seconds
Finished at: Sun Sep 04 17:37:26 MDT 2005

thanks,
dean

Davanum Srinivas wrote:

>http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2
>
>On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
>  
>
>>I tried to build from CVS, but I got the following error
>>
>>Attempting to download maven-itest-plugin-1.0.jar.
>>WARNING: Failed to download maven-itest-plugin-1.0.jar.
>>
>>Where is this jar, and how to I get it so my build keeps building?
>>
>>thanks,
>>dean
>>
>>    
>>
>
>
>  
>



Re: axis2 build failing

Posted by Davanum Srinivas <da...@gmail.com>.
http://marc.theaimsgroup.com/?l=axis-dev&m=112489830732245&w=2

On 9/1/05, Dean Hiller <de...@xsoftware.biz> wrote:
> I tried to build from CVS, but I got the following error
> 
> Attempting to download maven-itest-plugin-1.0.jar.
> WARNING: Failed to download maven-itest-plugin-1.0.jar.
> 
> Where is this jar, and how to I get it so my build keeps building?
> 
> thanks,
> dean
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform