OSDN Git Service

mdc/BetaProject.git
16 years agoThis commit was manufactured by cvs2svn to create tag StartNetBeans55Development
Takuya Ono [Sun, 22 Jul 2007 07:56:31 +0000 (07:56 +0000)]
This commit was manufactured by cvs2svn to create tag
'StartNetBeans55Development'.

16 years agoChange IDE JDeveloper to NetBeans 5.5.
takuya-o [Sun, 22 Jul 2007 07:56:30 +0000 (07:56 +0000)]
Change IDE  JDeveloper to NetBeans 5.5.
Support configuration screen.
Support Quit operation from configuration frame. Req#5596

17 years agoBUGFIX:[#8673] typo 'chech' to 'check'.
takuya-o [Sat, 15 Jul 2006 23:57:59 +0000 (23:57 +0000)]
BUGFIX:[#8673] typo 'chech' to 'check'.

17 years agoChagne from GettingStart.sxw OpenOffice1.0 format to OpenOffice2.0 format.
takuya-o [Sat, 15 Jul 2006 23:55:34 +0000 (23:55 +0000)]
Chagne from GettingStart.sxw OpenOffice1.0 format to OpenOffice2.0 format.
BUGFIX:[#8673] type 'chech' to 'check'.

17 years agoChange to OpenOffice 2.0 format file .odt
takuya-o [Sat, 15 Jul 2006 23:54:40 +0000 (23:54 +0000)]
Change to OpenOffice 2.0 format file .odt

18 years agoADD: It is linked picture size and list size.
takuya-o [Sun, 6 Nov 2005 12:44:18 +0000 (12:44 +0000)]
ADD: It is linked picture size and list size.
BUGFIX: NullPointerException occurred with Thunderbird.

18 years agoBUGFIX: [ #7449 ] NullPointerException occurred. Cause: When thunderbird received...
takuya-o [Sun, 6 Nov 2005 12:40:24 +0000 (12:40 +0000)]
BUGFIX: [ #7449 ]  NullPointerException occurred.  Cause: When thunderbird received 451, it disconnect the socket.

18 years agoJUnit: Close, CANCEL and OK button test.
takuya-o [Sun, 6 Nov 2005 07:59:37 +0000 (07:59 +0000)]
JUnit: Close, CANCEL and OK button test.

18 years agoMOD: Refactoring method name and use List interface.
takuya-o [Sun, 6 Nov 2005 07:58:36 +0000 (07:58 +0000)]
MOD: Refactoring method name and use List interface.

18 years agoJUnit: Add JUnit test case.
takuya-o [Sat, 5 Nov 2005 21:15:16 +0000 (21:15 +0000)]
JUnit: Add JUnit test case.

18 years agoMOD: Use ResultNotify interface.
takuya-o [Sat, 5 Nov 2005 21:12:39 +0000 (21:12 +0000)]
MOD: Use ResultNotify interface.

18 years agoFALESAFE: The result is not OK, it mean NG.
takuya-o [Sat, 5 Nov 2005 21:10:48 +0000 (21:10 +0000)]
FALESAFE: The result is not OK, it mean NG.
MOD Use ResultNotify interface.
ADD: Swing border layout. It enable to change size at address list on Dialog.

18 years agoRelease 0.2
takuya-o [Fri, 4 Nov 2005 19:45:27 +0000 (19:45 +0000)]
Release 0.2

18 years agoRelease 0.2. Release0_2
takuya-o [Fri, 4 Nov 2005 19:27:10 +0000 (19:27 +0000)]
Release 0.2.

18 years agoNEW: This is Getting Start Document.
takuya-o [Thu, 3 Nov 2005 19:26:21 +0000 (19:26 +0000)]
NEW: This is Getting Start Document.

18 years agoMOD: Support JRE 5.0.
takuya-o [Thu, 3 Nov 2005 18:53:26 +0000 (18:53 +0000)]
MOD: Support JRE 5.0.

18 years agoMOD: JDialog.show() method is obsolute. It change to setVisible(true).
takuya-o [Thu, 3 Nov 2005 18:51:19 +0000 (18:51 +0000)]
MOD: JDialog.show()  method is obsolute.  It change to setVisible(true).

18 years agoJDeveloper 10g (10.1.3)EA1 Code Style Profile. This project use this Code Style.
takuya-o [Sun, 30 Oct 2005 17:20:59 +0000 (17:20 +0000)]
JDeveloper 10g (10.1.3)EA1 Code Style Profile. This project use this Code Style.

18 years agoMOD: JDeveloper upgrade 10.1.3 DP to 10.1.3 EA1.
takuya-o [Fri, 28 Oct 2005 21:26:31 +0000 (21:26 +0000)]
MOD:  JDeveloper upgrade 10.1.3 DP to 10.1.3 EA1.

18 years agoMOD: enum is researved word. It was changed to mailList.
takuya-o [Fri, 28 Oct 2005 21:25:25 +0000 (21:25 +0000)]
MOD: enum is researved word. It was changed to mailList.

19 years agoBinary file was remove from CVS files.
takuya-o [Wed, 23 Feb 2005 13:35:17 +0000 (13:35 +0000)]
Binary file was remove from CVS files.

19 years agoBUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server...
takuya-o [Wed, 23 Feb 2005 13:30:56 +0000 (13:30 +0000)]
BUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server connection timeout.
MOD: Change properties name "org.jent.checksmtp.ldap.root" to "org.jent.checksmtp.ldap.baseDn".
ADD: Add properties "org.jent.checksmtp.enableRemoteConnect". It control permit connect from remote host.
ADD: Catch LDAP Time Limit and Not Found Exception.

19 years agoBUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server...
takuya-o [Wed, 23 Feb 2005 13:27:17 +0000 (13:27 +0000)]
BUGFIX: When SMTP connection was closed, LDAP connection close. It avoid LDAP server connection timeout.
MOD: Change properties name "org.jent.checksmtp.ldap.root" to "org.jent.checksmtp.ldap.baseDn".
ADD: Add properties "org.jent.checksmtp.enableRemoteConnect". It control permit connect from remote host.
ADD: Catch LDAP Time Limit and Not Found Exception

19 years agoLDAP support Version Binary.
takuya-o [Mon, 21 Feb 2005 22:23:03 +0000 (22:23 +0000)]
LDAP support Version Binary.

19 years agoBUGFIX: Therefor LDAP initialize flag invarted, LDAP can not initialize. When org...
takuya-o [Mon, 21 Feb 2005 16:11:06 +0000 (16:11 +0000)]
BUGFIX: Therefor LDAP initialize flag invarted, LDAP can not initialize. When org.jent.checksmtp.ladp=true, error occurred.
FAILSAFE: Unexpected Exception catch and close Sockets.
FAILSAFE: When LDAP NamingException, InitialDirContext refresh.

19 years agoBinary file was remove from CVS files.
takuya-o [Mon, 21 Feb 2005 00:00:09 +0000 (00:00 +0000)]
Binary file was remove from CVS files.

19 years agoMail Destination Confirm Program(Beta) start
takuya-o [Sun, 20 Feb 2005 23:44:04 +0000 (23:44 +0000)]
Mail Destination Confirm Program(Beta)