Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] [External] : Generating user guide for platform?
  • From: Gurunandan Rao <gurunandan.rao@xxxxxxxxxx>
  • Date: Fri, 27 May 2022 11:49:20 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=cQD1DXTyHEEKk0GDIo0PljKlPLthW0PCnn12LIygi3c=; b=Xyf8v+UbeG3RIXv6AmiJCh5JlY4dSjbNf7CoSNDqBuMbvQX/Hl5UHjqBllzIdkwcMY3WRhL2A88UmcLKogNulTg2HXPk43FvcdQnv6+ie/5w29BYQz73ZshkNd63S7ICwBKK7o82SPskp6bccnp2ZxT5VWhvHX072g2CXImfmZOlgu/3fW2Z2htgURnysxxaohIc/zNHBZxwqit/XWtHNE+0MkBqbZTij4TACQxygpydufLvJDIRN0OgftIXaZB7Pp3NOGcs7XGMsluFULAWc1RZ29gtz1nfiJ2NAuyj163jfsoR0gxf+Qnf/o47zDhV5ZhY7vclZpQcvnsqaGjarg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HnU57divsyDzhdGlT6E555nYjlmKyz6E+bmrbl3MzjbSB08OVRm7d+Hmm8KP53+BcaC9aaFV9YZIHnxyr08ydKy7GMs+G6Q2t5vUV6BfVNm/Kt4uM4Cja/QYCQvVhnwuvmsj76r9wpvUTvZEdbgW4032+XloAfPcy14S1F8Y808M6NmC8o2vklLKSwRxuTi02wq7EXDduK5wscsQCNeOJRimYeL4RMQ8ekpvUMrbyskxjbLv6ZbQMpRhimQpXMsJ7I8yF12rBtLDDk41Es41MiG73ix+5vdQA2uOSB5hR2mNfIfD2M5kMB1kE8R5SWb53lpBoU95oREDP7UXm0l95Q==
  • Delivered-to: jakartaee-tck-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-tck-dev/>
  • List-help: <mailto:jakartaee-tck-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 95d4ed2a-20b0-0315-cc34-ace50c5c5dd3
  • Thread-index: AQHYcbppzL5cktq9xUKQXpOis8eHaq0ymvrd
  • Thread-topic: [External] : [jakartaee-tck-dev] Generating user guide for platform?

We use CI job - https://ci.eclipse.org/jakartaee-tck/job/buildUG/ to build UG.we can use the same job with our own branch or clone the job.

I have generated UG using master branch - https://ci.eclipse.org/jakartaee-tck/job/buildUG/25/

If there are issues with generated UG, we need to  validate if there are breakages with tags.

regards,
Guru



From: jakartaee-tck-dev <jakartaee-tck-dev-bounces@xxxxxxxxxxx> on behalf of Scott Stark <starksm64@xxxxxxxxx>
Sent: 27 May 2022 16:40
To: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Subject: [External] : [jakartaee-tck-dev] Generating user guide for platform?
 
Based on the user_guides/jakartaee/README.md I should just be able to generate the guide using mvn generate-resources from that directory, but the pdf that is produced in user_guides/jakartaee/target/generated-docs/Jakarta-EE-TCK-Users-Guide.pdf has none of the asciidoc markup processed, no TOC, etc.

The html content in user_guides/jakartaee/target/staging/install.html looks fine.

Is there another way to build the pdf version?


Back to the top