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 th...@apache.org on 2006/10/14 05:10:48 UTC

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

Author: thilina
Date: Fri Oct 13 20:10:45 2006
New Revision: 463888

URL: http://svn.apache.org/viewvc?view=rev&rev=463888
Log:
Fixing the build brake... Seems like SVN has troubles with letter cases :(

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/maven.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/maven.xml?view=diff&rev=463888&r1=463887&r2=463888
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/maven.xml Fri Oct 13 20:10:45 2006
@@ -205,7 +205,7 @@
         </ant:copy-->
         
         <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">



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


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

Posted by Sanjiva Weerawarana <sa...@opensource.lk>.
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 Sanjiva Weerawarana <sa...@opensource.lk>.
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