You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Remko Popma <re...@gmail.com> on 2014/09/09 03:49:30 UTC

Build fails

Build fails on my work PC (Japanese WinXP):
FileUtilsTest.testFileFromUriWithPlusCharactersInName:38

(2 more fail for the same reason)


Sent from my iPhone

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


Re: Build fails

Posted by Remko Popma <re...@gmail.com>.
I doubt it: the plus is converted to a space, which makes the test fail. 

Sent from my iPhone

> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
> 
> I noticed that failing in the brief branch I had, but that was from running it in an IDE. Could it be an L10n issue?
> 
> 
>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>> Build fails on my work PC (Japanese WinXP):
>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>> 
>> (2 more fail for the same reason)
>> 
>> 
>> Sent from my iPhone
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Remko Popma <re...@gmail.com>.
For the multi byte yen character, there are both SJIS and Unicode encodings to convert that character to bytes. 
But if you send me a text with a backslash, that same text (the same bytes) will display as a (narrow) yen mark on a Japanese PC. That is a code page thing, not a character encoding thing. 

Sent from my iPhone

> On 2014/09/10, at 8:05, Matt Sicker <bo...@gmail.com> wrote:
> 
> Is this in SJIS or Unicode?
> 
>> On 9 September 2014 17:08, Remko Popma <re...@gmail.com> wrote:
>> On a Japanese OS the backslash is displayed as a yen symbol (single byte). There's also a double byte yen symbol. In my mail my phone probably used the double-byte character or it would have displayed as a backslash for you. 
>> 
>> Sent from my iPhone
>> 
>>> On 2014/09/10, at 0:45, Matt Sicker <bo...@gmail.com> wrote:
>>> 
>>> Whoa, does WinXP actually use the yen symbol for directories? :P
>>> 
>>> 
>>>> On 9 September 2014 08:07, Gary Gregory <ga...@gmail.com> wrote:
>>>> But there is a way to make file:// URL work with spaces. This sounds like a bug in the tests or in _something__
>>>> 
>>>> Gary
>>>> 
>>>>> On Tue, Sep 9, 2014 at 1:41 AM, Remko Popma <re...@gmail.com> wrote:
>>>>> I think I understand. 
>>>>> I just checked out log4j on that PC. 
>>>>> So all files are now under the git repository workspace. 
>>>>> 
>>>>> On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun spaces in the path) 
>>>>> These spaces throw off the URL-File conversion. 
>>>>> 
>>>>> I guess I need to move my git repository to a different location on WinXP. 
>>>>> 
>>>>> Sent from my iPhone
>>>>> 
>>>>>> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
>>>>>> 
>>>>> 
>>>>>> I noticed that failing in the brief branch I had, but that was from running it in an IDE. Could it be an L10n issue?
>>>>>> 
>>>>>> 
>>>>>>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>>>>>>> Build fails on my work PC (Japanese WinXP):
>>>>>>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>>>>>>> 
>>>>>>> (2 more fail for the same reason)
>>>>>>> 
>>>>>>> 
>>>>>>> Sent from my iPhone
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>>>>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> -- 
>>>>>> Matt Sicker <bo...@gmail.com>
>>>> 
>>>> 
>>>> 
>>>> -- 
>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org 
>>>> Java Persistence with Hibernate, Second Edition
>>>> JUnit in Action, Second Edition
>>>> Spring Batch in Action
>>>> Blog: http://garygregory.wordpress.com 
>>>> Home: http://garygregory.com/
>>>> Tweet! http://twitter.com/GaryGregory
>>> 
>>> 
>>> 
>>> -- 
>>> Matt Sicker <bo...@gmail.com>
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Matt Sicker <bo...@gmail.com>.
Is this in SJIS or Unicode?

On 9 September 2014 17:08, Remko Popma <re...@gmail.com> wrote:

> On a Japanese OS the backslash is displayed as a yen symbol (single byte).
> There's also a double byte yen symbol. In my mail my phone probably used
> the double-byte character or it would have displayed as a backslash for
> you.
>
> Sent from my iPhone
>
> On 2014/09/10, at 0:45, Matt Sicker <bo...@gmail.com> wrote:
>
> Whoa, does WinXP actually use the yen symbol for directories? :P
>
>
> On 9 September 2014 08:07, Gary Gregory <ga...@gmail.com> wrote:
>
>> But there is a way to make file:// URL work with spaces. This sounds like
>> a bug in the tests or in _something__
>>
>> Gary
>>
>> On Tue, Sep 9, 2014 at 1:41 AM, Remko Popma <re...@gmail.com>
>> wrote:
>>
>>> I think I understand.
>>> I just checked out log4j on that PC.
>>> So all files are now under the git repository workspace.
>>>
>>> On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun
>>> spaces in the path)
>>> These spaces throw off the URL-File conversion.
>>>
>>> I guess I need to move my git repository to a different location on
>>> WinXP.
>>>
>>> Sent from my iPhone
>>>
>>> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
>>>
>>> I noticed that failing in the brief branch I had, but that was from
>>> running it in an IDE. Could it be an L10n issue?
>>>
>>>
>>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>>>
>>>> Build fails on my work PC (Japanese WinXP):
>>>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>>>>
>>>> (2 more fail for the same reason)
>>>>
>>>>
>>>> Sent from my iPhone
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>>
>>>>
>>>
>>>
>>> --
>>> Matt Sicker <bo...@gmail.com>
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Remko Popma <re...@gmail.com>.
On a Japanese OS the backslash is displayed as a yen symbol (single byte). There's also a double byte yen symbol. In my mail my phone probably used the double-byte character or it would have displayed as a backslash for you. 

Sent from my iPhone

> On 2014/09/10, at 0:45, Matt Sicker <bo...@gmail.com> wrote:
> 
> Whoa, does WinXP actually use the yen symbol for directories? :P
> 
> 
>> On 9 September 2014 08:07, Gary Gregory <ga...@gmail.com> wrote:
>> But there is a way to make file:// URL work with spaces. This sounds like a bug in the tests or in _something__
>> 
>> Gary
>> 
>>> On Tue, Sep 9, 2014 at 1:41 AM, Remko Popma <re...@gmail.com> wrote:
>>> I think I understand. 
>>> I just checked out log4j on that PC. 
>>> So all files are now under the git repository workspace. 
>>> 
>>> On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun spaces in the path) 
>>> These spaces throw off the URL-File conversion. 
>>> 
>>> I guess I need to move my git repository to a different location on WinXP. 
>>> 
>>> Sent from my iPhone
>>> 
>>>> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
>>>> 
>>> 
>>>> I noticed that failing in the brief branch I had, but that was from running it in an IDE. Could it be an L10n issue?
>>>> 
>>>> 
>>>>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>>>>> Build fails on my work PC (Japanese WinXP):
>>>>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>>>>> 
>>>>> (2 more fail for the same reason)
>>>>> 
>>>>> 
>>>>> Sent from my iPhone
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>> 
>>>> 
>>>> 
>>>> -- 
>>>> Matt Sicker <bo...@gmail.com>
>> 
>> 
>> 
>> -- 
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org 
>> Java Persistence with Hibernate, Second Edition
>> JUnit in Action, Second Edition
>> Spring Batch in Action
>> Blog: http://garygregory.wordpress.com 
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Matt Sicker <bo...@gmail.com>.
Whoa, does WinXP actually use the yen symbol for directories? :P


On 9 September 2014 08:07, Gary Gregory <ga...@gmail.com> wrote:

> But there is a way to make file:// URL work with spaces. This sounds like
> a bug in the tests or in _something__
>
> Gary
>
> On Tue, Sep 9, 2014 at 1:41 AM, Remko Popma <re...@gmail.com> wrote:
>
>> I think I understand.
>> I just checked out log4j on that PC.
>> So all files are now under the git repository workspace.
>>
>> On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun
>> spaces in the path)
>> These spaces throw off the URL-File conversion.
>>
>> I guess I need to move my git repository to a different location on
>> WinXP.
>>
>> Sent from my iPhone
>>
>> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
>>
>> I noticed that failing in the brief branch I had, but that was from
>> running it in an IDE. Could it be an L10n issue?
>>
>>
>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>>
>>> Build fails on my work PC (Japanese WinXP):
>>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>>>
>>> (2 more fail for the same reason)
>>>
>>>
>>> Sent from my iPhone
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>>
>>>
>>
>>
>> --
>> Matt Sicker <bo...@gmail.com>
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Gary Gregory <ga...@gmail.com>.
But there is a way to make file:// URL work with spaces. This sounds like a
bug in the tests or in _something__

Gary

On Tue, Sep 9, 2014 at 1:41 AM, Remko Popma <re...@gmail.com> wrote:

> I think I understand.
> I just checked out log4j on that PC.
> So all files are now under the git repository workspace.
>
> On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun spaces
> in the path)
> These spaces throw off the URL-File conversion.
>
> I guess I need to move my git repository to a different location on WinXP.
>
> Sent from my iPhone
>
> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
>
> I noticed that failing in the brief branch I had, but that was from
> running it in an IDE. Could it be an L10n issue?
>
>
> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>
>> Build fails on my work PC (Japanese WinXP):
>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>>
>> (2 more fail for the same reason)
>>
>>
>> Sent from my iPhone
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>>
>>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Build fails

Posted by Remko Popma <re...@gmail.com>.
I think I understand. 
I just checked out log4j on that PC. 
So all files are now under the git repository workspace. 

On WinXP, user.home is c:¥Documents and Settings¥popmarem (with fun spaces in the path) 
These spaces throw off the URL-File conversion. 

I guess I need to move my git repository to a different location on WinXP. 

Sent from my iPhone

> On 2014/09/09, at 11:09, Matt Sicker <bo...@gmail.com> wrote:
> 
> I noticed that failing in the brief branch I had, but that was from running it in an IDE. Could it be an L10n issue?
> 
> 
>> On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:
>> Build fails on my work PC (Japanese WinXP):
>> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>> 
>> (2 more fail for the same reason)
>> 
>> 
>> Sent from my iPhone
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
>> For additional commands, e-mail: log4j-dev-help@logging.apache.org
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>

Re: Build fails

Posted by Matt Sicker <bo...@gmail.com>.
I noticed that failing in the brief branch I had, but that was from running
it in an IDE. Could it be an L10n issue?


On 8 September 2014 20:49, Remko Popma <re...@gmail.com> wrote:

> Build fails on my work PC (Japanese WinXP):
> FileUtilsTest.testFileFromUriWithPlusCharactersInName:38
>
> (2 more fail for the same reason)
>
>
> Sent from my iPhone
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-dev-help@logging.apache.org
>
>


-- 
Matt Sicker <bo...@gmail.com>