You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2004/03/02 22:57:42 UTC

cvs commit: ant/src/script ant

mbenson     2004/03/02 13:57:42

  Modified:    src/script ant
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.47      +1 -1      ant/src/script/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/ant/src/script/ant,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- ant	27 Feb 2004 15:40:34 -0000	1.46
  +++ ant	2 Mar 2004 21:57:42 -0000	1.47
  @@ -259,7 +259,7 @@
     esac
     case "$LOCALCLASSPATH" in
       *\\ )
  -    LOCALCLASSPATH="LOCALCLASSPATH\\"
  +    LOCALCLASSPATH="$LOCALCLASSPATH\\"
       ;;
     esac
     case "$CLASSPATH" in
  
  
  

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


Re: cvs commit: ant/src/script ant

Posted by Matt Benson <gu...@yahoo.com>.
--- Stefan Bodewig <bo...@apache.org> wrote:
> On Tue, 2 Mar 2004, Matt Benson
> <gu...@yahoo.com> wrote:
> 
> This is in the part I've committed for the jpackage
> folks, right?
> 
Actually, I think it was from the previous change to
avoid escaping the quote on the command line when
certain paths ended with backslashes.  This gives me a
chance to half-retract what I said about escaping
issues as well, since upon re-reading Antoine's
original message those problems were encountered with
ant.bat and I was using ant under cygwin.  If we're
lucky that puts us back in the Java world to figure
out why Ant doesn't like a UNC ANT_HOME.  :)

-Matt

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com

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


Re: cvs commit: ant/src/script ant

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 2 Mar 2004, Matt Benson <gu...@yahoo.com> wrote:

> Don't be fooled--this doesn't fix the big UNC problem, just
> addresses a quick typo.

This is in the part I've committed for the jpackage folks, right?

Sorry, I just quickly glanced over it and didn't catch it.  As I don't
use the RPMs myself I more or less trust them to do the right thing
(tm).

Thanks

        Stefan

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


Re: cvs commit: ant/src/script ant

Posted by Matt Benson <gu...@yahoo.com>.
Don't be fooled--this doesn't fix the big UNC problem,
just addresses a quick typo.

-Matt

--- mbenson@apache.org wrote:
> mbenson     2004/03/02 13:57:42
> 
>   Modified:    src/script ant
>   Log:
>   Fix typo.
>   
>   Revision  Changes    Path
>   1.47      +1 -1      ant/src/script/ant
>   
>   Index: ant
>  
>
===================================================================
>   RCS file: /home/cvs/ant/src/script/ant,v
>   retrieving revision 1.46
>   retrieving revision 1.47
>   diff -u -r1.46 -r1.47
>   --- ant	27 Feb 2004 15:40:34 -0000	1.46
>   +++ ant	2 Mar 2004 21:57:42 -0000	1.47
>   @@ -259,7 +259,7 @@
>      esac
>      case "$LOCALCLASSPATH" in
>        *\\ )
>   -    LOCALCLASSPATH="LOCALCLASSPATH\\"
>   +    LOCALCLASSPATH="$LOCALCLASSPATH\\"
>        ;;
>      esac
>      case "$CLASSPATH" in
>   
>   
>   
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com

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