From 37cd358d32af3fd8a1b1e09057ae007d2419282b Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 22 Mar 2021 14:41:58 +0700 Subject: [PATCH] Add link to JDK-8263924 bug ticket to POMs using maven-assembly-plugin This is a follow-up on commit @0b182d60. I have just received confirmation from Oracle that my issue was accepted: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924 Signed-off-by: Alexander Kriegisch --- aspectjmatcher/pom.xml | 3 +++ aspectjrt/pom.xml | 3 +++ aspectjtools/pom.xml | 3 +++ aspectjweaver/pom.xml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index 63e51a155..a81ca7a9d 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -108,6 +108,9 @@ 'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'. + Alexander Kriegisch created this bug ticket: + https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924 + In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this: File | Settings | Editor | Code Style | XML | Wrap text -> deactivate --> diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml index 323e2a098..611475af5 100644 --- a/aspectjrt/pom.xml +++ b/aspectjrt/pom.xml @@ -84,6 +84,9 @@ 'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'. + Alexander Kriegisch created this bug ticket: + https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924 + In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this: File | Settings | Editor | Code Style | XML | Wrap text -> deactivate --> diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index cb8d59b55..7fa02377f 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -140,6 +140,9 @@ 'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'. + Alexander Kriegisch created this bug ticket: + https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924 + In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this: File | Settings | Editor | Code Style | XML | Wrap text -> deactivate --> diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index daae4574e..99e98a773 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -112,6 +112,9 @@ 'java -cp aspectjtools.jar org.aspectj.tools.ajc.Main' can then fail with the absolutely unexpected error 'Could not find or load main class org.aspectj.tools.ajc.Main'. + Alexander Kriegisch created this bug ticket: + https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8263924 + In IntelliJ IDEA you can deactivate wrapping text inside XML tags like this: File | Settings | Editor | Code Style | XML | Wrap text -> deactivate --> -- 2.39.5