You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2007/07/19 16:50:06 UTC

[jira] Created: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

[tools][netbeans] javadoc tool is absent
----------------------------------------

                 Key: HARMONY-4498
                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
             Project: Harmony
          Issue Type: Bug
          Components: App-Oriented Bug Reports, JDK
            Reporter: Vasily Zakharov


Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.

Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasily Zakharov updated HARMONY-4498:
-------------------------------------

    Patch Info: [Patch Available]

> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>         Attachments: Harmony-4498.patch
>
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasily Zakharov updated HARMONY-4498:
-------------------------------------

    Attachment: Harmony-4498.patch

Here I attach a patch providing the reasonable workaround for this issue.

- According to the discussion in the mailing list, org.apache.harmony.tools.javadoc.Main class is created and contains main() method that prints "JavaDoc is not implemented yet" and returns. This method would be called by launcher automatically if put to jdk/bin as javadoc[.exe].

- Adjusted jdktools/modules/samsa/build.xml to copy launcher as javadoc executable.

- Adjusted jdktools/modules/tools/META-INF/MANIFEST.MF to include org.apache.harmony.tools.javadoc package to Export-Package directive.


> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>         Attachments: Harmony-4498.patch
>
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513918 ] 

Vasily Zakharov commented on HARMONY-4498:
------------------------------------------

Here's the discussion of this issue in the mailing list:
http://thread.gmane.org/gmane.comp.java.harmony.devel/28357


> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513917 ] 

Vasily Zakharov commented on HARMONY-4498:
------------------------------------------

I've encountered the problem when using NetBeans 5.5 and 5.5.1 on Windows.

How to reproduce:
- Start NetBeans (on RI).
- Go to Tools menu, click 'Java Platform Manager'.
- Click 'Add Platform...'
- Select (enter) the Harmony deploy/jdk directory.
- Click Next.
- 'Detecting JDK' would run for some time.
- Click Finish.
- 'Cannot locate javadoc command' diagnostic appears.

The problem disapperars if dummy empty javadoc file is created in Harmony deploy/jdk/bin directory.


> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko reassigned HARMONY-4498:
----------------------------------------

    Assignee: Alexey Petrenko

> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>            Assignee: Alexey Petrenko
>         Attachments: Harmony-4498.patch
>
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko resolved HARMONY-4498.
--------------------------------------

    Resolution: Fixed

The patch has been applied.
Please verify.

> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>            Assignee: Alexey Petrenko
>         Attachments: Harmony-4498.patch
>
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-4498) [tools][netbeans] javadoc tool is absent

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vasily Zakharov closed HARMONY-4498.
------------------------------------


The patch applied fine, thanks Alexey.

Closing.


> [tools][netbeans] javadoc tool is absent
> ----------------------------------------
>
>                 Key: HARMONY-4498
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4498
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, JDK
>            Reporter: Vasily Zakharov
>            Assignee: Alexey Petrenko
>         Attachments: Harmony-4498.patch
>
>
> Harmony lacks javadoc executable in jdk/bin directory. This causes a problem when trying to use Harmony as a development java platform in NetBeans.
> Creating a dummy binary printing the "not implemented" diagnostic would workaround this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.