Hi,
Not sure I post in the right forum but here is my issue:
Following to try Macro plugin creation for confluence, I installed Atlassian SDK + JDK 8.
the sdk is well installed, checked with atlas-version.
When I start after having creating the Macro plugin skeleton to launch atlas-run I got the error below:
[INFO] β maven-compiler-plugin:3.7.0:compile (default-compile) @ confluenceMac
roPlug β
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Atlassian_Macro_Plugin\Confluence_test\con
fluenceMacroPlug\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/api/MyPluginComponent.java:[1,23] β
;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[1,
23] β;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[6,
22] β;β expected
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.664 s
[INFO] Finished at: 2018-05-31T09:20:16+01:00
[INFO] Final Memory: 39M/287M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
7.0:compile (default-compile) on project confluenceMacroPlug: Compilation failur
e: Compilation failure:
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/api/MyPluginComponent.java:[1,23] β
;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[1,
23] β;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[6,
22] β;β expected
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
Here when I launched it again with the debug logging:
[INFO] β maven-compiler-plugin:3.7.0:compile (default-compile) @ confluenceMac
roPlug β
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to C:\Atlassian_Macro_Plugin\Confluence_test\con
fluenceMacroPlug\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/api/MyPluginComponent.java:[1,23] β
;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[1,
23] β;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[6,
22] β;β expected
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.664 s
[INFO] Finished at: 2018-05-31T09:20:16+01:00
[INFO] Final Memory: 39M/287M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
7.0:compile (default-compile) on project confluenceMacroPlug: Compilation failur
e: Compilation failure:
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/api/MyPluginComponent.java:[1,23] β
;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[1,
23] β;β expected
[ERROR] /C:/Atlassian_Macro_Plugin/Confluence_test/confluenceMacroPlug/src/main/
java/org/iter/macro-test/confluenceMacroPlug/impl/MyPluginComponentImpl.java:[6,
22] β;β expected
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
Bear in mind, I got previously errors with non-recognized jdk when I was starting the atlas-runβ¦ I finally fixed it but Iβm now stuck with this oneβ¦ No idea what I should doβ¦ to fix it.