[
https://issues.apache.org/jira/browse/MYFACES-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906750#comment-17906750
]
Thomas Andraschko edited comment on MYFACES-4693 at 12/18/24 1:36 PM:
----------------------------------------------------------------------
[~volosied] when getting the master branch of MF and doing "mvn clean install",
i get:
[INFO] --- myfaces-builder:1.0.12:make-components (makecomp) @ myfaces-api ---
[INFO] Files to be excluded:
**/src/main/java/jakarta/faces/component/ActionSource.java
syntax error @[48,1] in
file:/D:/projects/OS/myfaces/api/src/main/java/jakarta/faces/component/ActionSource.java
[ERROR] Failed to execute goal
org.apache.myfaces.buildtools:myfaces-builder-plugin:1.0.12:make-components
(makecomp) on project myfaces-api: Execution makecomp of goal
org.apache.myfaces.buildtools:myfaces-builder-plugin:1.0.12:make-components
failed: syntax error @[45,2] in
file:/D:/projects/OS/myfaces/api/src/main/java/jakarta/faces/component/ActionSource.java
-> [Help 1]
does this work for you?
was (Author: tandraschko):
[~volosied] when getting the master branch of MF and doing "mvn clean install",
i get:
[INFO] --- myfaces-builder:1.0.12:make-components (makecomp) @ myfaces-api ---
[INFO] Files to be excluded:
**/src/main/java/jakarta/faces/component/ActionSource.java
syntax error @[48,1] in
file:/D:/projects/OS/myfaces/api/src/main/java/jakarta/faces/component/ActionSource.java
does this work for you?
> update myfaces-builder-plugin to exclude files
> ----------------------------------------------
>
> Key: MYFACES-4693
> URL: https://issues.apache.org/jira/browse/MYFACES-4693
> Project: MyFaces Core
> Issue Type: Bug
> Reporter: Volodymyr Siedlecki
> Priority: Major
>
> This Jira is just for tracking purposes for the following PR:
> [https://github.com/apache/myfaces-build-tools/pull/31]
> The official Faces API started to use the default method in the interfaces,
> but our plugin is not updated to handle this scenario.
> The error is reports is:
> {{}}
> {code:java}
> [ERROR] Failed to execute goal
> org.apache.myfaces.buildtools:myfaces-builder-plugin:1.0.11:build-metadata
> (default) on project myfaces-api: Execution default of goal
> org.apache.myfaces.buildtools:myfaces-builder-plugin:1.0.11:build-metadata
> failed: syntax error @[48,1] in file:
> myfaces/api/src/main/java/jakarta/faces/component/ActionSource.java -> [Help
> 1]{code}
> {{}}
> {{{}I looked into update the plugin, but, as explained in the PR, the
> "{}}}{{{}com.thoughtworks.qdox{}}}{{{}" was updated and is incompatible with
> our current plugin code. Extensive rework would need to be done instead.
> This is not an effect use of time (as the source code should be checked in
> and not generated manually as the API is stable now). {}}}
> {{Instead, I created the PR above to exclude certain files from the builder,
> which can be specified via the POM.}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)