Re: wtf

2009-04-23 Thread Alexandr Khlystov
Thanks, nabble.com helps.

Thanks, I saw it in the sent folder, but I wanted to be sure that it is
achieved the mail list.

On Thu, Apr 23, 2009 at 9:12 PM, Mick Knutson  wrote:

> If you look in the Sent folder, they always show up there
>
>
> ---
> Thank You…
>
> Mick Knutson, President
>
> BASE Logic, Inc.
> Enterprise Architecture, Design, Mentoring & Agile Consulting
> p. (866) BLiNC-411: (254-6241-1)
> f. (415) 685-4233
>
> Website: http://baselogic.com
> Linked IN: http://linkedin.com/in/mickknutson
> Vacation Rental: http://tahoe.baselogic.com
> ---
>
>
>
> On Thu, Apr 23, 2009 at 9:52 AM, Alexandr Khlystov <
> allex.khlys...@gmail.com
> > wrote:
>
> > Thanks for reply, I was told few minutes later, that gmail doesn't show
> > unresponded letters. ( I mean I can't see my own letter from inbox )
> >
> > On Thu, Apr 23, 2009 at 8:42 PM, Ryan Connolly  wrote:
> >
> > > I have seen this one and another from you asking the same thing...
> > >
> > > On Thu, Apr 23, 2009 at 9:37 AM, Alexandr Khlystov
> > >  wrote:
> > > > Why I can't publish email to this group?? I've sent 2, and none is
> > > arrived.
> > > >
> > > > --
> > > > 
> > > > Best regards,
> > > > Alexandr Khlystov
> > > >
> > >
> > >
> > >
> > > --
> > > �...@n
> > >
> > > -----
> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: users-h...@maven.apache.org
> > >
> > >
> >
> >
> > --
> > 
> > Best regards,
> > Alexandr Khlystov
> >
>



-- 

Best regards,
Alexandr Khlystov


Re: wtf

2009-04-23 Thread Alexandr Khlystov
Thanks for reply, I was told few minutes later, that gmail doesn't show
unresponded letters. ( I mean I can't see my own letter from inbox )

On Thu, Apr 23, 2009 at 8:42 PM, Ryan Connolly  wrote:

> I have seen this one and another from you asking the same thing...
>
> On Thu, Apr 23, 2009 at 9:37 AM, Alexandr Khlystov
>  wrote:
> > Why I can't publish email to this group?? I've sent 2, and none is
> arrived.
> >
> > --
> > ____
> > Best regards,
> > Alexandr Khlystov
> >
>
>
>
> --
> �...@n
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 

Best regards,
Alexandr Khlystov


Re: wtf

2009-04-23 Thread Alexandr Khlystov
Ok, got you. Thanks for reply.

Though it is strange functionality in gmail.

On Thu, Apr 23, 2009 at 8:42 PM, Wes Wannemacher  wrote:

> They're arriving it is just that GMail doesn't show them to you until
> someone replies. It takes a little getting used to, but you'll
> appreciate it, eventually.
>
> -Wes
>
> On Thu, Apr 23, 2009 at 9:37 AM, Alexandr Khlystov
>  wrote:
> > Why I can't publish email to this group?? I've sent 2, and none is
> arrived.
> >
> > --
> > 
> > Best regards,
> > Alexandr Khlystov
> >
>
>
>
> --
> Wes Wannemacher
> Author - Struts 2 In Practice
> Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more
> http://www.manning.com/wannemacher
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 

Best regards,
Alexandr Khlystov


wtf

2009-04-23 Thread Alexandr Khlystov
Why I can't publish email to this group?? I've sent 2, and none is arrived.

-- 

Best regards,
Alexandr Khlystov


why my previous email is not published to the list?

2009-04-23 Thread Alexandr Khlystov
why my previous email is not published to the list?

-- 

Best regards,
Alexandr Khlystov


Re: maven 1.x tests encoding problems

2009-04-23 Thread Alexandr Khlystov
On Thu, Apr 23, 2009 at 4:52 PM, Alexandr Khlystov  wrote:

> maven 1.x tests encoding problems
>
> Hi guys!
>
> I've broken my head with it. I can't setup UTF-8 symbols to be correctly
> rendered for tests.
>
> I see following strings at ..\target\test-reports\*
> TEST-${my_project_name}.GeneralTestSuite.txt* :
> ...
> values (142,'','BL');
> (142,'?','VK');
> ...
>
> Here ??? - should be UTF-8 symbols.
>
> And at my ..\target\test-reports\*TEST-${my_project_name}.GeneralTestSuite.xml
> *I see*:
>
> *
>  tests="9" time="6.281">
>   
> ...
>  value="UnicodeLittle">
> 
> 
> ...
> 
> 
>
> ...
>   
> 
>
>
> How I run tests:
> *maven *-Dlog4j.debug=true -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8
> *test:test*
>
> What I have at my *project.properties* is:
> ...
> maven.compile.source=1.4
> maven.compile.target=1.4
> maven.compile.encoding=UTF-8
> ...
> *maven.junit.fork*=yes
> maven.test.compile.encoding=UTF-8
> *maven.junit.sysproperties*=file.encoding log4j.debug sun.jnu.encoding
> file.encoding=UTF-8
> log4j.debug=true
> sun.jnu.encoding=UTF-8
> ...
>
> What I am doing wrong?
>
>
> Thanks, in advance!
>
>
>
> --
> 
> Best regards,
> Alexandr Khlystov
>



-- 

Best regards,
Alexandr Khlystov


maven 1.x tests encoding problems

2009-04-23 Thread Alexandr Khlystov
maven 1.x tests encoding problems

Hi guys!

I've broken my head with it. I can't setup UTF-8 symbols to be correctly
rendered for tests.

I see following strings at ..\target\test-reports\*
TEST-${my_project_name}.GeneralTestSuite.txt* :
...
values (142,'','BL');
(142,'?','VK');
...

Here ??? - should be UTF-8 symbols.

And at my ..\target\test-reports\*TEST-${my_project_name}.GeneralTestSuite.xml
*I see*:

*

  
...



...



...
  



How I run tests:
*maven *-Dlog4j.debug=true -Dsun.jnu.encoding=UTF-8 -Dfile.encoding=UTF-8 *
test:test*

What I have at my *project.properties* is:
...
maven.compile.source=1.4
maven.compile.target=1.4
maven.compile.encoding=UTF-8
...
*maven.junit.fork*=yes
maven.test.compile.encoding=UTF-8
*maven.junit.sysproperties*=file.encoding log4j.debug sun.jnu.encoding
file.encoding=UTF-8
log4j.debug=true
sun.jnu.encoding=UTF-8
...

What I am doing wrong?


Thanks, in advance!



-- 
____
Best regards,
Alexandr Khlystov


how to set maven test:test JVM system properties?

2009-02-16 Thread Alexandr Khlystov
how to set maven test:test JVM system properties?

I've tried:
maven -Duser.language=ru -Duser.country=RU test:test

and

  
org.apache.maven.plugins
maven-surefire-plugin
2.4.2

  

  user.language
  ru


  user.country
  RU

  

  


*but output log shows me*

TEST-***GeneralTestSuite.xml:



  


...
*
...

Here I see both en & ru, how should I fix this? to use only "ru"? And where
does Maven take "en" at all?

Thank you.


-- 
____
Best regards,
Alexandr Khlystov