Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Generating the Extension Point Reference HTML documention for the Eclipse Help system
  • From: "Striegl, Matthias" <Matthias.Striegl@xxxxxxxxxxxxxx>
  • Date: Thu, 19 Nov 2020 11:13:45 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=elektrobit.com; dmarc=pass action=none header.from=elektrobit.com; dkim=pass header.d=elektrobit.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=MppjrAQgRQyHjwJpMxNO5x6TtSWE3YXtJUNFZsNnz3E=; b=XiiUXWTvXgWHOaYqlGIv4gLoEyr4azQjbBtY4WzYSFg5gUPicLa9bwPwBf+HMzbhYrzfBkC1uaDILx3+uz3OVF4YyxuDqSSa4ms9ONpR32pCxxt2c+BGPVLHV4JM0uCN3Yv9R7QE+YWY9kmW1ZEqoeMUlbvDmpALNdsTAHciiX13vhaXxTMkKt+pt2iNqZMEVUDAALVe/MpN8eyhEiog2kP0PAX7IkrOSzmymyydeU0FkqfwFwYS1V0JzwOUEd+zEBeP7eXWDF4Ima6xWg7JPXMHIT8M9gCUBkvPt7kgenJLk6uRxOvf4KqGYeYe98by5RAnq7xQGThoqKiRsB7Tiw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fE7DWUIlbPo5ccV1ejM9U3/Lnkclyad+pTvRvBG3G3kn5PHW9BuVZM1bACdzkhtBlNf8PycNmhLqSH4IuSdpf9Mvj44dd0u0MvW+ZJxCe54Q1u0aJ3ipM3TeevKQiUFJwiXUjVFHC+wlT+xl1nlHmaSNTwDkMiU/OxVfcotoyQbVjRUntYiFDBEd8Mrlsojtk8p0DVjdI5mgZE6XFiUjuonoaH8jidv1mSkBdbCeTKyXFgrox1m3jo2bS0hjXCqiFNWEJFhhl6+QjC4wHA0+Iz7h/2hAwLF8PQuTYYCnD6O/Pyrptekp5cxdgge2AVhGPS8jYX1olQhbd1wqw4Vgeg==
  • Delivered-to: tycho-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-user>
  • List-help: <mailto:tycho-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Ada+XmV1XcZajbNbTIuZAQ6tfs8X5QAAb7mAAABAOQAAAM7hYA==
  • Thread-topic: [tycho-user] Generating the Extension Point Reference HTML documention for the Eclipse Help system

Thanks for the quick responses and the pointers.  I had already found these, and hoped that there might be an easier way already 😉.

 

Opened: Bug 568956 - [tycho-document-bundle] add support for generation of extension point schema reference documentation HTML files

 

 

 

 

From: tycho-user-bounces@xxxxxxxxxxx <tycho-user-bounces@xxxxxxxxxxx> On Behalf Of Aleksandar Kurtakov
Sent: Thursday, November 19, 2020 11:46 AM
To: Tycho user list <tycho-user@xxxxxxxxxxx>
Subject: Re: [tycho-user] Generating the Extension Point Reference HTML documention for the Eclipse Help system

 

There is also the cdt (done in a bit Maven way than jdt.doc.isv) https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/doc/org.eclipse.cdt.doc.isv/pom.xml#n53 which calls https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/doc/org.eclipse.cdt.doc.isv/buildDoc.xml . This is probably the simplest solution I can find for you.

Would you please open a bug report for that?

Mickael, now that we have all artifacts (e.g. https://mvnrepository.com/artifact/org.eclipse.pde/org.eclipse.pde.core) it should be slightly easier cause in theory we could point to them directly. WDYT?

 

On Thu, Nov 19, 2020 at 12:39 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:

Hi,

 

It's definitely doable in some way, but not trivial.

You can look at how https://git.eclipse.org/c/platform/eclipse.platform.common.git/tree/bundles/org.eclipse.jdt.doc.isv/pom.xml calls some antRunner application and PDE Ant task to generate documentation in official Eclipse Platform build.

 

HTH

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tycho-user



--

Alexander Kurtakov

Red Hat Eclipse Team


Back to the top