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 Hyen V Chung <hy...@us.ibm.com> on 2006/02/08 03:48:05 UTC

[axis2] Compilation Error with maven war

In order to build the war from the latest source, I have to change
axis2/modules/webapp/project.xml:

from
        <dependency>
            <groupId>ws-commons</groupId>
            <artifactId>ws-policy</artifactId>
            <version>${policy.version}</version>
            <properties>
                <module>true</module>
            </properties>
        </dependency>

to
        <dependency>
            <groupId>ws-commons</groupId>
            <artifactId>policy</artifactId>
            <version>${policy.version}</version>
            <properties>
                <module>true</module>
            </properties>
        </dependency>


Have anyone see this?

Thanks,
Henry


Re: [axis2] Compilation Error with maven war

Posted by Ajith Ranabahu <aj...@gmail.com>.
Hi,
Hmm... I commited a fix yesterday morning after figuring out the
issue. But seems things have changed even after that!

On 2/8/06, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> Just committed the fix .. thanks for reporting it.
>
> Sanjiva.
>
> On Tue, 2006-02-07 at 20:48 -0600, Hyen V Chung wrote:
> > In order to build the war from the latest source, I have to change
> > axis2/modules/webapp/project.xml:
> >
> > from
> >         <dependency>
> >             <groupId>ws-commons</groupId>
> >             <artifactId>ws-policy</artifactId>
> >             <version>${policy.version}</version>
> >             <properties>
> >                 <module>true</module>
> >             </properties>
> >         </dependency>
> >
> > to
> >         <dependency>
> >             <groupId>ws-commons</groupId>
> >             <artifactId>policy</artifactId>
> >             <version>${policy.version}</version>
> >             <properties>
> >                 <module>true</module>
> >             </properties>
> >         </dependency>
> >
> >
> > Have anyone see this?
> >
> > Thanks,
> > Henry
> >
>
>


--
Ajith Ranabahu

Re: [axis2] Compilation Error with maven war

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
Just committed the fix .. thanks for reporting it.

Sanjiva.

On Tue, 2006-02-07 at 20:48 -0600, Hyen V Chung wrote:
> In order to build the war from the latest source, I have to change
> axis2/modules/webapp/project.xml:
> 
> from
>         <dependency>
>             <groupId>ws-commons</groupId>
>             <artifactId>ws-policy</artifactId>
>             <version>${policy.version}</version>
>             <properties>
>                 <module>true</module>
>             </properties>
>         </dependency>
> 
> to
>         <dependency>
>             <groupId>ws-commons</groupId>
>             <artifactId>policy</artifactId>
>             <version>${policy.version}</version>
>             <properties>
>                 <module>true</module>
>             </properties>
>         </dependency>
> 
> 
> Have anyone see this?
> 
> Thanks,
> Henry
>