Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 14903 invoked from network); 20 Jul 2007 15:59:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jul 2007 15:59:51 -0000 Received: (qmail 24707 invoked by uid 500); 20 Jul 2007 15:59:43 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 24651 invoked by uid 500); 20 Jul 2007 15:59:42 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 24607 invoked by uid 99); 20 Jul 2007 15:59:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:59:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [143.182.124.21] (HELO mga03.intel.com) (143.182.124.21) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2007 08:52:41 -0700 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 20 Jul 2007 08:52:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.16,563,1175497200"; d="scan'208";a="252825690" Received: from fmsmsx334.amr.corp.intel.com ([132.233.42.1]) by azsmga001.ch.intel.com with ESMTP; 20 Jul 2007 08:52:21 -0700 Received: from mssmsx411.ccr.corp.intel.com ([10.125.144.12]) by fmsmsx334.amr.corp.intel.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 20 Jul 2007 08:52:17 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: [tools] javadoc is absent Date: Fri, 20 Jul 2007 19:53:10 +0400 Message-ID: <3D8E84095C6A524A985B787423094E4001234228@mssmsx411.ccr.corp.intel.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [tools] javadoc is absent Thread-Index: AcfKnJoXrHjqhNDoQ8aA/40w7y5TMwAKC22A From: "Zakharov, Vasily M" To: X-OriginalArrivalTime: 20 Jul 2007 15:52:17.0638 (UTC) FILETIME=[F2FDA860:01C7CAE5] X-Virus-Checked: Checked by ClamAV on apache.org Alexey, thanks for pointing me to the right place. :) I've implemented this solution in a patch and attached it to HARMONY-4498. Could you please review it and commit, if appropriate? Thank you! Vasily -----Original Message----- From: Alexey Petrenko [mailto:alexey.a.petrenko@gmail.com]=20 Sent: Friday, July 20, 2007 11:00 AM To: dev@harmony.apache.org Subject: Re: [tools] javadoc is absent Use the Source, Luke! :) org.apache.harmony.tools.javadoc.Main class with standard main method in jdk_tools will be enough. SY, Alexey 2007/7/20, Zakharov, Vasily M : > > Any ideas on what name and API should that class have? :) > > Vasily > > > -----Original Message----- > From: Alexey Petrenko [mailto:alexey.a.petrenko@gmail.com] > Sent: Thursday, July 19, 2007 11:40 PM > To: dev@harmony.apache.org > Subject: Re: [tools] javadoc is absent > > I would say that it is better to create corresponding class for > JavaDoc which will print that "JavaDoc is not implemented yet. > > SY, Alexey > > 2007/7/19, Zakharov, Vasily M : > > Hi, all, > > > > For now, Harmony lacks javadoc executable in jdk/bin directory. This, > > for example, creates a problem when trying to add Harmony as a > > development platform to NetBeans. Creating a dummy empty file resolves > > the problem and NetBeans adds Harmony to the platform list normally. > > I've filed a jira for this issue, HARMONY-4498. > > > > Probably it would be good to workaround the problem for now by making > > another copy of the launcher named javadoc, and instructing the > launcher > > to print "Javadoc is not implemented in Harmony" diagnostic when run? > > > > Any opinions? > > > > Vasily Zakharov > > Intel ESSD > > >