Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-11-17 Thread Alexei Zakharov
, Vladimir On 11/15/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Things become more and more complicated. Can anyone say why we rejected to use TestSuites for this purpose from the very beginning? Well, I can't say I am against using xml lists here. But the next step will be to keep list

Re: [classlib][beans] analyzing indexed properties

2006-11-17 Thread Alexei Zakharov
, pages 55-56). So my assumption is we should report the regular property that has String[] type here. Any thoughts, objections? Thanks. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][sql] SerialJavaObject constructor throws SerialException when the object is unserializable?

2006-11-17 Thread Alexei Zakharov
); } static class NonSerializableClass { public static int i; public static Thread t; public transient String s; NonSerializableClass() { } } -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [general] Harmony Todo list

2006-11-17 Thread Alexei Zakharov
pribambasy. I particularly like Intelovskiye :-) -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [ot] getting silly

2006-11-17 Thread Alexei Zakharov
back to the code me thinks. Tim Alexei Zakharov wrote: +1 Intelovskiye is just the exact spelling of the russian pronunciation. It is interesting how it translates this back to Russian. :-D 17.11.06, Mikhail Loenko[EMAIL PROTECTED] написал(а): LOL 17.11.06, Tim Ellison[EMAIL PROTECTED

[classlib][beans] analyzing indexed properties

2006-11-16 Thread Alexei Zakharov
the regular property that has String[] type here. Any thoughts, objections? Thanks. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib] Using Aspects for Tracing

2006-11-15 Thread Alexei Zakharov
at a specific place there's no problem using a combination of aspects and hand-coded logging. Does that answer your question at all? Thanks, Sian On 14/11/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Sian, Cool! Thanks for this. Can AspectJ be used for something more sophisticated than just tracing

Re: [jira][attachments] Is it possible to mark attachments as obsolete?

2006-11-15 Thread Alexei Zakharov
use this trick for some time. However, I've seen cases when other contributors ignored gray color of the attachment and reviewed/tested/committed incorrect patch. So, probably, some care from the reviewers/committers is also needed. -- Alexei Zakharov, Intel Enterprise Solutions Software

Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-11-15 Thread Alexei Zakharov
, Everything is correct in you description, but it looks like that * HARMONY-2018* https://issues.apache.org/jira/browse/HARMONY-2018 should fix described bug. I think Alexei will have a chance to check it. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: Re: Re: [classlib][pack200] Status update

2006-11-14 Thread Alexei Zakharov
. Alex. On 13/11/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Oh, and I've discovered that the default Sun implementation doesn't actually allow you to replace it with another implementation unless it's on the boot classpath. Have you tried endorsed dirs -Djava.endorsed.dirs=... [1]? Seems

Re: [classlib][swing] Serialization of Swing classes

2006-11-14 Thread Alexei Zakharov
be no time spent to compute SUID during execution thus improving performance a little. Therefore I'm inclined to declare SUID rather than using @SuppressWarning(serial). However it may be worth to add a comment similar to that in the JavaDoc. What do you think? +1 -- Alexei Zakharov, Intel

Re: [classlib] Using Aspects for Tracing

2006-11-14 Thread Alexei Zakharov
might be useful to have available somewhere I would be happy to expand it a bit for a web page or a Wiki page. Regards, Sian -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: Re: [classlib][pack200] Status update

2006-11-13 Thread Alexei Zakharov
:-) -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [drlvm] release vs. debug

2006-11-10 Thread Alexei Zakharov
, Pavel On 11/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Well, since the problem is repeatable :) Gregory Shimansky wrote: Geir Magnusson Jr. wrote: Alexei Zakharov wrote: Hi DRLVM fans, I encountered a rather strange problem while working

Re: [testing] harmonytest.org new features

2006-11-10 Thread Alexei Zakharov
this problem - at least my test 11Mb file that broke the upload now uploads correctly. Please report bugs and send feature requests. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [testing] harmonytest.org new features

2006-11-10 Thread Alexei Zakharov
Works fine now. Thanks! Regards, 2006/11/10, Anton Luht [EMAIL PROTECTED]: Hello, Alexei, One little remark: I've got the following screen after trying to search for beans and clicking the first link: It was because of bad/broken data - I've removed it and now the link works. -- Alexei

Re: svn commit: r472149 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java

2006-11-09 Thread Alexei Zakharov
-- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: svn commit: r472149 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java

2006-11-09 Thread Alexei Zakharov
Let me rephrase my question a little bit. What should we do in this particular case when some test passes on J9 and HDK (DRLVM with BUILD_CFG=release) and fails/crashes on DRLVM with BUILD_CFG=debug? I have two examples of such tests already. Thanks, 2006/11/9, Alexei Zakharov [EMAIL PROTECTED

Re: [classlib]Harmony classlib with J9 VM passes all the tests provided by JUnit4.1

2006-11-09 Thread Alexei Zakharov
as TestNG. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][testing] need to run classlib tests over DRLVM

2006-11-09 Thread Alexei Zakharov
care about *HARMONY-2107*http://issues.apache.org/jira/browse/HARMONY-2107? It is trivial to fix issue allows easily identify tests that leads to vm hang up/crash in the process of enabling classlib tests over VM. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: svn commit: r472149 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java

2006-11-09 Thread Alexei Zakharov
Eventually we get more and more arguments to start doing test grouping somehow. TestNG, JUnit TestSuites or whatever but be we definitely need it. And sooner is better. Regards, 2006/11/9, Geir Magnusson Jr. [EMAIL PROTECTED]: Alexei Zakharov wrote: Let me rephrase my question a little bit

Re: [classlib][testing] need to run classlib tests over DRLVM

2006-11-09 Thread Alexei Zakharov
Well, my scenario is to make sure that my fixes in beans don't introduce new hangs/failures on DRLVM. This means running AWT and SWING tests on top of DRLVM that was a painful process before. Regards, 2006/11/9, Vladimir Ivanov [EMAIL PROTECTED]: On 11/9/06, Alexei Zakharov [EMAIL PROTECTED

Re: svn commit: r472149 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java

2006-11-09 Thread Alexei Zakharov
for those tests in debug? I don't recall seeing any discussion here... geir Alexei Zakharov wrote: Eventually we get more and more arguments to start doing test grouping somehow. TestNG, JUnit TestSuites or whatever but be we definitely need it. And sooner is better. Regards, 2006/11/9, Geir

[drlvm] release vs. debug

2006-11-09 Thread Alexei Zakharov
for DRLVM – i.e. what is the *true* build? :) I think many people here currently use snapshots to test their patches. Thanks, -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [drlvm] release vs. debug

2006-11-09 Thread Alexei Zakharov
I would think it's just an assertion firing... Yes, but why it hangs? 2006/11/9, Geir Magnusson Jr. [EMAIL PROTECTED]: Alexei Zakharov wrote: Hi DRLVM fans, I encountered a rather strange problem while working on some class library tests. At least two tests from the beans module hang

Re: svn commit: r472149 - /incubator/harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PersistenceDelegateTest.java

2006-11-09 Thread Alexei Zakharov
to exclude a test since it will be very difficult to find the excluded test and include it again. We have been using the build scripts to exclude test classes. Regards, Tim -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: svn commit: r470310 - in /incubator/harmony/standard/site: README.txt docs/contributors.html xdocs/contributors.xml

2006-11-03 Thread Alexei Zakharov
trtdAlexey Petrenko/tdtdIntel/tdtdA/td/tr +trtdOliver Deakin/tdtdIBM UK/tdtdA/td/tr /table p -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [general] Re: svn commit: r469512 - in /incubator/harmony/standard/site: docs/contributors.html xdocs/contributors.xml

2006-11-02 Thread Alexei Zakharov
because of some more maintenance works done to infrastructure, or should I just be patient? I tried on different machines from command line svn client, eclipse subclipse and kdesvn with the same result. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [general] Re: svn commit: r469512 - in /incubator/harmony/standard/site: docs/contributors.html xdocs/contributors.xml

2006-11-01 Thread Alexei Zakharov
of committers. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [general] creation of jdktools

2006-10-31 Thread Alexei Zakharov
directory called jdktools (and rename tools to project_tools) and create a build target that - with a dependency on classlib for the launcher - creates the 'stuff' needed to fill into the JDK. Any comments? -- Alexei Zakharov, Intel Enterprise Solutions Software

Re: [classlib][beans]got a difference with RI

2006-10-30 Thread Alexei Zakharov
the first and second characters are upper case, we leave it alone. But, IMO, we'd better follow RI here. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib] Preprocessor (was Re: [classlib][rmi] Code smell - Thread.sleep() in ActivationGroup method)

2006-10-30 Thread Alexei Zakharov
for different Java version. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][sql]Is it RI's bug about java.sql.Timestamp.compareTo

2006-10-27 Thread Alexei Zakharov
patch. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: javac and hdk

2006-10-26 Thread Alexei Zakharov
in $ANT_HOME/lib/ directory). To make ant use it you can specify it in compiler=org.eclipse.jdt.core.JDTCompilerAdapter tag of javac ant target. Correct my if I missed something. [1] http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/ecj.jar -- Alexei Zakharov, Intel

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Alexei Zakharov
322 awt 222 sound 186 nio 178 jndi 123 archive 118 auth 117 crypto 116 logging 91 nio_char 87 print 74 regex 68 concurrent 45 beans 41 x-net 21 sql 1 rmi -- Alexei Zakharov, Intel

Re: [announcement] Apache Board approved Apache Harmony as a Top Level Project of the ASF

2006-10-26 Thread Alexei Zakharov
, but until then, just give yourself a well-deserved pat on the back. -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: FW: [doc] List of current open doc issues

2006-10-26 Thread Alexei Zakharov
them :). Thanks in advance! -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [general] Announcing newest members of the Harmony PPMC

2006-10-25 Thread Alexei Zakharov
(and then tell them to get back to work...) :) The Harmony PPMC -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][serialization] Conditional object replacement in ObjectInputStream - bug in RI?

2006-10-25 Thread Alexei Zakharov
floating around. With best regards, 2006/10/20, Alexei Zakharov [EMAIL PROTECTED]: Hi Mikhail, I don't see any problems with the RI behavior here. The spec says about the ObjectInputStream#resolveClass() method: This method will be invoked only once for each unique class in the stream. So your

Re: RE: Thoughtless fixes considered harmful Was: [OT] Automated fixes considered harmful

2006-10-24 Thread Alexei Zakharov
bug fixes are applied to it, I see no harm from deleting unused local variables and imports. Removing unreferenced private fields and methods can be dangerous. Nevertheless I'd vote for removing ones as well. It makes code more concise leaving no legacy. -- Alexei Zakharov, Intel Enterprise

Re: [classlib][test] Configuration dependent test of InetAddress.getHostName

2006-10-23 Thread Alexei Zakharov
by HARMONY-84 and irrelevant with getHostName() method. [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200602.mbox/[EMAIL PROTECTED] What do you think about this situation? -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-23 Thread Alexei Zakharov
, + delta for mail outage. Thanks geir -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][test] Configuration dependent test of InetAddress.getHostName

2006-10-20 Thread Alexei Zakharov
native call. 3. Exclude localhost checking from test_getHostName. What do you think about this situation? -- Alexei Zakharov, Intel Enterprise Solutions Software Division - Terms of use : http://incubator.apache.org/harmony

Re: [general] Incubator graduation update

2006-10-20 Thread Alexei Zakharov
have three security providers that are independent pluggable modules by definition. We can release all or some of them -- Alexei Zakharov, Intel Enterprise Solutions Software Division - Terms of use : http

Re: [classlib][serialization] Conditional object replacement in ObjectInputStream - bug in RI?

2006-10-20 Thread Alexei Zakharov
class TestClass implements Serializable { private static final long serialVersionUID = 1L; public int i = 0; } - -- Alexei Zakharov, Intel Enterprise Solutions Software Division

Re: [classlib][kernel]A bug or non-bug difference?

2006-10-19 Thread Alexei Zakharov
) { System.out.println(println); } } OUTPUTS: RI println HARMONY print print -- Alexei Zakharov, Intel Enterprise Solutions Software Division - Terms of use : http://incubator.apache.org/harmony/mailing.html

Re: [classlib][beans] Failed to build classlib

2006-10-19 Thread Alexei Zakharov
patch from HARMONY-1304 [classlib][bean] compatibility: no NPE on Harmony for Encoder().setPersistenceDelegate(Void.TYPE, null) -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia

Re: [classlib] logging (was: Re: [classlib][xnet] Problem connecting using SSLSocketImpl)

2006-10-18 Thread Alexei Zakharov
such orthogonal behavior to the classlib functionality. If you look here[1] there is a document that describes the diagnostics capabilities in the IBM VM that we use to support our customers. [1] http://www-128.ibm.com/developerworks/java/jdk/diagnosis/ Regards, Tim -- Alexei Zakharov, Intel

Re: [general] POLL : supported platforms

2006-10-18 Thread Alexei Zakharov
be a criteria for addition to the set of supported, but can't be a definition. Logically there could be a platform that we don't know, but that platform could pass 99% of the tests, do you think we can support a platform we don't have any idea about? -- Alexei Zakharov, Intel Enterprise Solutions

Re: [classlib] build fails: build-java.xml:143: java.lang.reflect.InvocationTargetException

2006-10-18 Thread Alexei Zakharov
. Regards, Tim -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Alexei Zakharov
so far, and welcome. The Apache Harmony PPMC -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ECJ set as default compiler (WAS: [general] version of gcc and other tools)

2006-10-17 Thread Alexei Zakharov
then? The 'fetch-depends' already downloads the necessary JAR, so copying it over should be a trivial task for now. -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia - Terms of use : http://incubator.apache.org

Re: [classlib] build fails: build-java.xml:143: java.lang.reflect.InvocationTargetException

2006-10-17 Thread Alexei Zakharov
:\t_harmony\classlib\trunk\build.xml:108: The following error occurred while ex ecuting this line: C:\t_harmony\classlib\trunk\make\build-java.xml:143: java.lang.reflect.Invocatio nTargetException Total time: 22 seconds -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia

Re: [classlib] build fails: build-java.xml:143: java.lang.reflect.InvocationTargetException

2006-10-17 Thread Alexei Zakharov
Thanks, that helps. ant -Dhy.javac.maxmem=512M doesn't work for some reason. Regards, 2006/10/17, Andrew Zhang [EMAIL PROTECTED]: Please try to set ANT_OPTS = -Xms256M -Xmx512M I met the same problem 10 hours ago. :-) On 10/18/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hmm, I've got

Re: [classlib][beans] RI inconsistency in EventHandler

2006-10-16 Thread Alexei Zakharov
assumption that the setFoo() method may be a mutator anyway, e.g. setDefaults() or something like that? Just guessing. In this case it may be safer to follow the RI -- but I'm open to persuasion. Regards, Tim Alexei Zakharov wrote: Hi all, Let me disturb you with another boring RI

Re: [drlvm] “java.compiler” property

2006-10-16 Thread Alexei Zakharov
none or interpreter-only would do no harm? geir Tim Ellison wrote: FWIW in the IBM VM we set to java.compiler= if the JIT is disabled. and the Sun 1.5.0_06 build doesn't set it at all! Regards, Tim -- Alexei Zakharov, Intel Enterprise Solutions Software Division, Russia

Re: [drlvm] “java.compiler” property

2006-10-16 Thread Alexei Zakharov
I agree. Just tell me and I will commit the patch for EM(interpreter) and JIT modes. I agree it will be better if you do this since I'm not very familiar with DRLVM code yet. So +1 for you to go ahead. Regards, 2006/10/16, Mikhail Fursov [EMAIL PROTECTED]: On 10/16/06, Alexei Zakharov [EMAIL

Re: [classlib][beans] RI inconsistency in EventHandler

2006-10-16 Thread Alexei Zakharov
Alexei Zakharov wrote: Hi Tim, -- persuasion starts here Let me cite the spec describing design patterns for properties, JavaBeans spec v1.01-A (Aug 8, 1997), page 55: --- 8.3 Design Patterns for Properties 8.3.1 Simple properties By default, we use design patterns to locate properties

Re: [classlib][beans] RI inconsistency in EventHandler

2006-10-16 Thread Alexei Zakharov
HARMONY-1884 was created. Thanks, 2006/10/16, Alexei Zakharov [EMAIL PROTECTED]: I am ok with this. :) Will file a JIRA soon. Regards, 2006/10/16, Tim Ellison [EMAIL PROTECTED]: I'm fine with marking it as a non-bug difference, with the option to fix it if we find some compelling

Re: [general] version of gcc and other tools

2006-10-13 Thread Alexei Zakharov
) and will post that on the getting started document on teh website. geir -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail

[drlvm] “java.compiler” property

2006-10-13 Thread Alexei Zakharov
if at least one of mandatory property is set. IMHO we should return something for the java.compiler property name. Any thoughts? [1] http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200610.mbox/[EMAIL PROTECTED] (problem 2) Thanks, -- Alexei Zakharov, Intel Enterprise Solutions

Re: [drlvm] “java.compiler” property

2006-10-13 Thread Alexei Zakharov
PROTECTED]: The most simple fix: put it into all EM configuration files if you want it to depend on JIT configuration is used. On 10/13/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi all, I found that we have some problems with system properties in DRLVM. In the javadoc for java.lang.System class

Re: [general] version of gcc and other tools

2006-10-13 Thread Alexei Zakharov
if we decide to use this approach. Thanks, 2006/10/13, Nathan Beyer [EMAIL PROTECTED]: On 10/13/06, Alexei Zakharov [EMAIL PROTECTED] wrote: I'd prefer to be using ECJ for our compiler, but I haven't heard anything lately about getting that back into the build scripts. Do we still have

Re: [drlvm] “java.compiler” property

2006-10-13 Thread Alexei Zakharov
I agree. I meant the interpreter mode to be tagged with none. What do others think? Regards, 2006/10/13, Mikhail Fursov [EMAIL PROTECTED]: none is OK. But if you want a real JIT info the EM config file is the only valid place to put it. On 10/13/06, Alexei Zakharov [EMAIL PROTECTED] wrote

Re: [classlib] [tests] Can anyone explain what these are for?

2006-10-11 Thread Alexei Zakharov
() { assertTrue(Used to test, true); } Can anyone explain why we have these? -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html

Re: [classlib] enabling AWT/Swing by default

2006-10-09 Thread Alexei Zakharov
was holding off. I have the patch applied in my workspace but will wait before committing it. Regards, Tim -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony

Re: [classlib] enabling AWT/Swing by default (was: Re: svn commit: r452826 - in /incubator/harmony/enhanced/classlib/trunk: depends/libs/build/ depends/libs/windows.x86/ make/depends.properties make/d

2006-10-06 Thread Alexei Zakharov
prevent us from breaking applications that uses this RI behavior. What is your opinion? On 10/5/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Oleg, + we need to fix in beans the fact that the following code: new PropertyDescriptor(propertyName, c.getClass(), 1, null); will throw

Re: [jira] Updated: (HARMONY-1763) [classlib][beans] method java.beans.PropertyDescriptor.equals(Object) throws ClassCastException

2006-10-06 Thread Alexei Zakharov
HelpClass { public HelpClass () {} public static void f_static () {} } -- Alexei Zakharov, Intel Middleware Product Division - Terms of use

Re: [general] creation of jdktools

2006-10-05 Thread Alexei Zakharov
- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division - Terms

Re: [classlib][logging] Best practices for logging within the Class Library?

2006-10-05 Thread Alexei Zakharov
above). The other modules that might need isolation are archive and text, but I'm not sure about that. Any others? -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony

Re: [jira] Bugs priorities

2006-10-05 Thread Alexei Zakharov
- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division

Re: [classlib] enabling AWT/Swing by default (was: Re: svn commit: r452826 - in /incubator/harmony/enhanced/classlib/trunk: depends/libs/build/ depends/libs/windows.x86/ make/depends.properties make/d

2006-10-05 Thread Alexei Zakharov
(EventDispatchThread.java:75) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e

Re: Re: [r451637] - Code cleanup - ... - Remove unnecessary comments

2006-10-05 Thread Alexei Zakharov
] - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division

Re: [classlib] removing \t from sources

2006-10-03 Thread Alexei Zakharov
. Not a slur on your script you know. Regards Tim Alexey Petrenko wrote: I mean that {space, space, tab} will be converted to the same number of spaces as simple tab by the most of editors. SY, Alexey 2006/10/2, Alexei Zakharov [EMAIL PROTECTED]: What do you mean? Convert \t to something

Re: [classlib] removing \t from sources

2006-10-03 Thread Alexei Zakharov
of such cases in HY code, at least in the modules I worked with. With best regards, 2006/10/2, Alexey Petrenko [EMAIL PROTECTED]: I mean that {space, space, tab} will be converted to the same number of spaces as simple tab by the most of editors. SY, Alexey 2006/10/2, Alexei Zakharov [EMAIL

Re: [general] Using the HDK ( was Re: [general] jre and hdk snapshots posted to general snapshot site )

2006-10-03 Thread Alexei Zakharov
Egor, HARMONY-1673 is filed. I've tried both -Xem:opt -Xem:jet. Regards, 03 Oct 2006 00:06:16 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1F6 day of Apache Harmony Alexei Zakharov wrote: The same result with the -Xem:opt. Could you file a JIRA for that, please? With steps to reproduce

Re: [classlib] removing \t from sources

2006-10-03 Thread Alexei Zakharov
Thanks, Tim :-) Regards, 2006/10/3, Tim Ellison [EMAIL PROTECTED]: I've committed the reformatted code in r452415. Now you can feel calm again :-) The other modules are being cleaned-up piece by piece. Regards, Tim Alexei Zakharov wrote: I see. This IMHO is another argument why \t is bad

Re: [general] Using the HDK ( was Re: [general] jre and hdk snapshots posted to general snapshot site )

2006-10-02 Thread Alexei Zakharov
. Regards, -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [general] Using the HDK ( was Re: [general] jre and hdk snapshots posted to general snapshot site )

2006-10-02 Thread Alexei Zakharov
to terminate it in an unusual way. [junit] Please contact the application's support team for more information. [junit] Test org.apache.harmony.beans.tests.java.beans.IntrospectionExceptionTest FAILED == Thanks, 2006/10/2, Vladimir Ivanov [EMAIL PROTECTED]: On 10/2/06, Alexei Zakharov [EMAIL

Re: [classlib] removing \t from sources

2006-10-02 Thread Alexei Zakharov
with the sequences like {space, space, tab} etc? 2006/10/2, Alexei Zakharov [EMAIL PROTECTED]: Hi all, I noticed that the tab character (0x09) is still widely used in our classlib source code. At least in tests. From my recent experience this leads to broken indentation. I mean the situation

Re: [build-test-infra] Build Test Infrastructure

2006-09-29 Thread Alexei Zakharov
for the info - fixed. -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [build-test-infra] Build Test Infrastructure

2006-09-29 Thread Alexei Zakharov
Now everything is ok, thanks! Regards, 2006/9/29, Anton Luht [EMAIL PROTECTED]: Alexey, I was configuring site at that time :) I hope I've solved the problems with connection pool settings - sorry for the inconvenience. On 9/29/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi Anton, I hate

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-28 Thread Alexei Zakharov
= $_; } -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [build-test-infra] Build Test Infrastructure

2006-09-28 Thread Alexei Zakharov
] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [classlib][test] fail statements omitted in many exception catching test cases

2006-09-27 Thread Alexei Zakharov
- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division

Re: [general] jre and hdk snapshots posted to general snapshot site

2006-09-27 Thread Alexei Zakharov
] - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-26 Thread Alexei Zakharov
/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-21 Thread Alexei Zakharov
. 2.5. Make sure that all unit tests pass. ... Regards, 2006/9/21, Tim Ellison [EMAIL PROTECTED]: Alexei Zakharov wrote: Hi Alexey, IMHO it would be nice to explicitly state (for issue reports and/or resolution providers) that patch to classlib code and patch to test should be two separate

Re: [classlib][beans] RI violates the spec in DefaultPersistenceDelegate

2006-09-20 Thread Alexei Zakharov
Thanks for the feedback Tim. HARMONY-1503 has been rised. Regards, 2006/9/20, Tim Ellison [EMAIL PROTECTED]: I agree that it should use the BeanInfo. Leave Harmony code as-is and file a non-bug difference JIRA. Regards, Tim Alexei Zakharov wrote: to whom it may concern Greetings

[classlib][beans] Re: svn commit: r447242 - in /incubator/harmony/enhanced/classlib/trunk/modules/beans: build.xml src/main/java/java/beans/BeanInfoImpl.java src/main/java/java/beans/PropertyDescripto

2006-09-19 Thread Alexei Zakharov
)) { +throw new IntrospectionException(Messages.getString(beans.33)); //$NON-NLS-1$ +} Class? propertyType = getPropertyType(); if((propertyType != null) !returnType.equals(propertyType)) { throw new IntrospectionException( -- Alexei Zakharov

[classlib][beans] RI violates the spec in DefaultPersistenceDelegate

2006-09-19 Thread Alexei Zakharov
for ignoring RI and following the spec here. Thanks for your attention, -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [jira] Updated: (HARMONY-1409) [classlib][beans] add missing get/setSource methods to PropertyEditorSupport

2006-09-18 Thread Alexei Zakharov
Stepan, I 've filed it as HARMONY-1491. As far as I understand someone should close it according to the latest Non-bug differences from RI policy. Thanks, 2006/9/13, Stepan Mishura [EMAIL PROTECTED]: On 9/13/06, Alexei Zakharov wrote: Ok, Stepan, in this case I suggest to leave the check

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-15 Thread Alexei Zakharov
]: Hi, Are there any non-exception messages in the other modules which are already internationalized? I think, if there are any, they should be modified to follow the new convention. -- Oleg On 9/12/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi, Jimmy, Jing Lv wrote

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-15 Thread Alexei Zakharov
, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi Ilya, Just to make sure. Yesterday I have added a new method to the PropertyDescriptor class from the beans module. It contains two new exception messages so I just took next two ids beans.47 and beans.48. Does this fit to the new scheme? I hope

[testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
, -- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
That's insane. Does the Spec require a specific call sequence? Certainly not! 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Alexei Zakharov wrote: Hi all, While investigating one of the failed tests from the beans module (PersistenceDelegateTest#*) I have discovered that the test

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
life. And since the PersistenceDelegate test itself is a rather small class he probably decide that normal tests is not sufficient... :-) Regards, 2006/9/15, Andrew Zhang [EMAIL PROTECTED]: On 9/15/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi all, While investigating one of the failed tests

Re: [jira] Updated: (HARMONY-1409) [classlib][beans] add missing get/setSource methods to PropertyEditorSupport

2006-09-13 Thread Alexei Zakharov
/12/06, Alexei Zakharov wrote: Hi Stepan, Thank you for your attention to my patch first of all. IMHO everything is ok except for the null-check you add to the setSource() method. It seems RI does not check for null in this case. At least your regression test fails on Sun JDK 1.5.0_06

Re: Re: Re: [classlib][TestNG] groups of Harmony test

2006-09-13 Thread Alexei Zakharov
to anyone? Thanks for the reading, 2006/9/12, Stepan Mishura [EMAIL PROTECTED]: On 9/11/06, Alexei Zakharov wrote: Hi all, One more note (seems it already was said sorry if I repeat): the test without any marks should be run in all configurations (i.e. we have 'default' group

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-12 Thread Alexei Zakharov
-- Alexei Zakharov, Intel Middleware Product Division - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   >