Hi Folks,

I just did an svn checkout of the 1.5 branch onto a system that didn't 
have a maven repository (.m2) from previous builds, and I'm getting two 
build errors.  I didn't see a Jira open for this.  It seems to me this 
should be a blocker for 1.5.

(1) axis2-mar-maven-plugin-1.5-beta-2.jar not found
Downloading: 
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.5-beta-2/axis2-mar-maven-plugin-1.5-beta-2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.5-beta-2/axis2-mar-maven-plugin-1.5-beta-2.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

I used the workaround below to build modules/tool/axis2-mar-maven-plugin 
to get past this problem.

(2) axis2-aar-maven-plugin-1.5-beta-2.jar
Downloading: 
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-aar-maven-plugin/1.5-beta-2/axis2-aar-maven-plugin-1.5-beta-2.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/1.5-beta-2/axis2-aar-maven-plugin-1.5-beta-2.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

I used the same sort of workaround to build 
modules/tool/axis2-aar-maven-plugin to get past this problem.

Thanks,
Jeff

IBM Software Group - WebSphere Web Services Development
Phone: (512) 286-5256 or TieLine: 363-5256
Internet e-mail and Sametime ID: barre...@us.ibm.com
----- Forwarded by Jeff Barrett/Austin/IBM on 01/15/2009 07:52 AM -----

From:
"Nandana Mihindukulasooriya" <nandana....@gmail.com>
To:
axis-dev@ws.apache.org
Date:
12/17/2008 10:54 PM
Subject:
Re: [ANNOUNCE] Axis2 1.5 beta-1 is out and ready for testing!



Hi Jose,
     Can u please try building the axis2-mar-maven-plugin module under
/modules/tool/axis2-mar-maven-plugin first and then try building at
the root level. There seems to have a cyclic dependency. Once the
artifacts are in the maven repo this problem will solved.

thanks,
nandana

On Thu, Dec 18, 2008 at 1:28 AM, Zé Ricardo <zehzi...@gmail.com> wrote:
> Hi Glen, now I got the following error:
>
> Downloading: 
http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.5-beta-1/axis2-mar-maven-plugin-1.5-beta-1.jar

> Downloading: 
http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.5-beta-1/axis2-mar-maven-plugin-1.5-beta-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.
>
> []'s,
>
> José Ricardo
>
> On Wed, Dec 17, 2008 at 4:10 PM, Glen Daniels <g...@thoughtcraft.com> 
wrote:
>> Hi Ze,
>>
>> I updated the assembly and rebuilt just the src distribution - can you 
grab
>> it (I overwrote the old one) and try again?  I haven't finished 
watching the
>> new src build yet but it looks like everything's going OK so far.
>>
>> Thanks,
>> --Glen
>>
>> Zé Ricardo wrote:
>>>
>>> Hi, I tried to build the package "mvn package" and got the following
>>> error:
>>>
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>> [ERROR] FATAL ERROR
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>> [INFO] Error building POM (may not be this project's POM).
>>>
>>>
>>> Project ID: unknown
>>>
>>> Reason: Could not find the model file
>>> '/home/myuser/axis2-1.5-beta-1/modules/jaxws-mar'. for project unknown
>>>
>>>
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>> [INFO] Trace
>>> org.apache.maven.reactor.MavenExecutionException: Could not find the
>>> model file '/home/myuser/axis2-1.5-beta-1/modules/jaxws-mar'. for
>>> project unknown
>>>
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>> [INFO] Trace
>>> org.apache.maven.reactor.MavenExecutionException: Could not find the
>>> model file '/home/myuser/axis2-1.5-beta-1/modules/jaxws-mar'. for
>>> project unknown
>>>        at 
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
>>>        at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
>>>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>>>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>>>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>        at
>>> 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>        at
>>> 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>        at java.lang.reflect.Method.invoke(Method.java:616)
>>>        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.project.ProjectBuildingException: Could
>>> not find the model file
>>> '/home/myuser/axis2-1.5-beta-1/modules/jaxws-mar'. for project unknown
>>>        at
>>> 
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1557)
>>>        at
>>> 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:504)
>>>        at
>>> 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198)
>>>        at 
org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583)
>>>        at
>>> org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461)
>>>        at
>>> org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:535)
>>>        at 
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
>>>        ... 11 more
>>> Caused by: java.io.FileNotFoundException:
>>> /home/myuser/axis2-1.5-beta-1/modules/jaxws-mar (No such file or
>>> directory)
>>>        at java.io.FileInputStream.open(Native Method)
>>>        at java.io.FileInputStream.<init>(FileInputStream.java:137)
>>>        at
>>> org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:123)
>>>        at
>>> 
org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamReader.java:67)
>>>        at
>>> 
org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:113)
>>>        at
>>> 
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1552)
>>>        ... 17 more
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>> [INFO] Total time: 2 seconds
>>> [INFO] Finished at: Wed Dec 17 15:49:17 AMST 2008
>>> [INFO] Final Memory: 8M/134M
>>> [INFO]
>>> 
------------------------------------------------------------------------
>>>
>>> The same for
>>>
>>>  mvn clean install or mvn install
>>>
>>>
>>> On Wed, Dec 17, 2008 at 3:37 PM, Glen Daniels <g...@thoughtcraft.com>
>>> wrote:
>>>>
>>>> Hi y'all!
>>>>
>>>> I've put the first beta version of Axis2 1.5 up here:
>>>>
>>>> http://people.apache.org/~gdaniels/axis2/dist/1.5-beta-1/
>>>>
>>>> Major Changes Since 1.4.1:
>>>> - Refactored, pluggable transports (separate jars, with deployer)
>>>> - Clustering improvements (works with EC2)
>>>> - Over 100 JIRA issues resolved
>>>>
>>>> This is an initial beta, so there are still a few bugs we expect to 
nail
>>>> before 1.5 goes out, and we'll be doing a once-over of the docs/etc
>>>> before
>>>> we go final as well.  Thanks to the team for all the good work so 
far.
>>>>
>>>> For now, please pick it up and kick the tires if you can, paying
>>>> particular
>>>> attention to any JIRAs you might want to confirm fixes for. As 
always,
>>>> file
>>>> new issues (or comment on old ones) at:
>>>>
>>>> http://issues.apache.org/jira/browse/AXIS2
>>>>
>>>> If we can manage to get the final version out before the end of the 
year
>>>> that would be great.
>>>>
>>>> Thanks,
>>>> --Glen
>>>>
>>
>


Reply via email to