You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by Sanjiva Weerawarana <sa...@opensource.lk> on 2006/10/14 05:28:22 UTC

Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

On Sat, 2006-10-14 at 03:10 +0000, thilina@apache.org wrote:

>          <ant:copy todir="${samples.dir}/yahooRESTSearch">
> -            <ant:fileset dir="script/yahooRESTSearch"/>
> +            <ant:fileset dir="script/yahooRestSearch"/>
>          </ant:copy>
>          <jar destfile="${samples.dir}/yahooRESTSearch/yahooRESTSearch.jar">
>              <fileset dir="target/classes">

Can you please make it consistent- this just asking for trouble.

Sanjiva.


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


Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

Posted by Thilina Gunarathne <cs...@gmail.com>.
aha...Thanks a lot for the tip.. :)

~Thilina

On 10/15/06, Davanum Srinivas <da...@gmail.com> wrote:
> Actually it's easy, issue a "svn mv" using the remote URL(s) w/o using
> the local directory.
>
> -- dims
>
> On 10/14/06, Thilina Gunarathne <cs...@gmail.com> wrote:
> > Yes... Actually above commit is a temp fix to get the build up, since
> > it's not at all fun to do a svn move with just a CASE change :(..
> >
> > I'll make sure to make the things consistent...
> >
> > Thanks,
> > Thilina
> >
> > On 10/14/06, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> > > On Sat, 2006-10-14 at 03:10 +0000, thilina@apache.org wrote:
> > >
> > > >          <ant:copy todir="${samples.dir}/yahooRESTSearch">
> > > > -            <ant:fileset dir="script/yahooRESTSearch"/>
> > > > +            <ant:fileset dir="script/yahooRestSearch"/>
> > > >          </ant:copy>
> > > >          <jar destfile="${samples.dir}/yahooRESTSearch/yahooRESTSearch.jar">
> > > >              <fileset dir="target/classes">
> > >
> > > Can you please make it consistent- this just asking for trouble.
> > >
> > > Sanjiva.
> > >
> > >
> >
> >
> > --
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-cvs-help@ws.apache.org
> >
> >
>
>
> --
> Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

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


Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Actually it's easy, issue a "svn mv" using the remote URL(s) w/o using
the local directory.

-- dims

On 10/14/06, Thilina Gunarathne <cs...@gmail.com> wrote:
> Yes... Actually above commit is a temp fix to get the build up, since
> it's not at all fun to do a svn move with just a CASE change :(..
>
> I'll make sure to make the things consistent...
>
> Thanks,
> Thilina
>
> On 10/14/06, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> > On Sat, 2006-10-14 at 03:10 +0000, thilina@apache.org wrote:
> >
> > >          <ant:copy todir="${samples.dir}/yahooRESTSearch">
> > > -            <ant:fileset dir="script/yahooRESTSearch"/>
> > > +            <ant:fileset dir="script/yahooRestSearch"/>
> > >          </ant:copy>
> > >          <jar destfile="${samples.dir}/yahooRESTSearch/yahooRESTSearch.jar">
> > >              <fileset dir="target/classes">
> >
> > Can you please make it consistent- this just asking for trouble.
> >
> > Sanjiva.
> >
> >
>
>
> --
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

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


Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

Posted by Thilina Gunarathne <cs...@gmail.com>.
Yes... Actually above commit is a temp fix to get the build up, since
it's not at all fun to do a svn move with just a CASE change :(..

I'll make sure to make the things consistent...

Thanks,
Thilina

On 10/14/06, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> On Sat, 2006-10-14 at 03:10 +0000, thilina@apache.org wrote:
>
> >          <ant:copy todir="${samples.dir}/yahooRESTSearch">
> > -            <ant:fileset dir="script/yahooRESTSearch"/>
> > +            <ant:fileset dir="script/yahooRestSearch"/>
> >          </ant:copy>
> >          <jar destfile="${samples.dir}/yahooRESTSearch/yahooRESTSearch.jar">
> >              <fileset dir="target/classes">
>
> Can you please make it consistent- this just asking for trouble.
>
> Sanjiva.
>
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

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


Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

Posted by Thilina Gunarathne <cs...@gmail.com>.
Yes... Actually above commit is a temp fix to get the build up, since
it's not at all fun to do a svn move with just a CASE change :(..

I'll make sure to make the things consistent...

Thanks,
Thilina

On 10/14/06, Sanjiva Weerawarana <sa...@opensource.lk> wrote:
> On Sat, 2006-10-14 at 03:10 +0000, thilina@apache.org wrote:
>
> >          <ant:copy todir="${samples.dir}/yahooRESTSearch">
> > -            <ant:fileset dir="script/yahooRESTSearch"/>
> > +            <ant:fileset dir="script/yahooRestSearch"/>
> >          </ant:copy>
> >          <jar destfile="${samples.dir}/yahooRESTSearch/yahooRESTSearch.jar">
> >              <fileset dir="target/classes">
>
> Can you please make it consistent- this just asking for trouble.
>
> Sanjiva.
>
>


-- 
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/

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