Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Stepan Mishura
Oh, I see - thanks! - Stepan. On 4/21/06, Mark Hindess wrote: > > But I can't see how. It is a tirvial fix though changing cipherText > on line 554 to 'ciphertext' to match the case of the checked in file > name. > > -Mark. > > > On 4/21/06, Mark Hindess <[EMAIL PROTECTED]> wrote: > > It did when

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Mark Hindess
But I can't see how. It is a tirvial fix though changing cipherText on line 554 to 'ciphertext' to match the case of the checked in file name. -Mark. On 4/21/06, Mark Hindess <[EMAIL PROTECTED]> wrote: > It did when I submitted the patch. > -Mark. > > On 4/21/06, Stepan Mishura <[EMAIL PROTECTE

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Mark Hindess
It did when I submitted the patch. -Mark. On 4/21/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Do you mean that the test tests/api/javax/crypto/CipherTest.java passes on > you linux without classpath modification? > > Thanks, > Stepan. > > On 4/20/06, Mark Hindess <[EMAIL PROTECTED

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Stepan Mishura
Hi Mark, Do you mean that the test tests/api/javax/crypto/CipherTest.java passes on you linux without classpath modification? Thanks, Stepan. On 4/20/06, Mark Hindess <[EMAIL PROTECTED]> wrote: > > Without the classpath modifications then it works for me on linux. > -Mark. > > > On 4/20/06, Step

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Stepan Mishura
But doesn't work for me. -Stepan On 4/20/06, Mark Hindess wrote: > > Without the classpath modifications then it works for me on linux. > -Mark. > > > On 4/20/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > On 4/20/06, Mark Hindess wrote: > > > > > > Stepan, > > > > > > In your original commit

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Mark Hindess
Without the classpath modifications then it works for me on linux. -Mark. On 4/20/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: > On 4/20/06, Mark Hindess wrote: > > > > Stepan, > > > > In your original commit for HARMONY-315, you made this change: > > > > > > > >

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Stepan Mishura
On 4/20/06, Mark Hindess wrote: > > Stepan, > > In your original commit for HARMONY-315, you made this change: > > > > > > I'm not sure how this relates to this JIRA Right, it was better to separate updates. but it is this that breaks > the test. Why not

Re: svn commit: r395541 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

2006-04-20 Thread Mark Hindess
Stepan, In your original commit for HARMONY-315, you made this change: I'm not sure how this relates to this JIRA but it is this that breaks the test. Why not remove/fix this unrelated change rather than comment out the otherwise working test? IMHO, w