Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable generation of JavaDoc as part of the incremental build #366

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

ptziegler
Copy link
Contributor

This disables the Ant task (when inside the IDE) that is responsible for collecting the JavaDoc that is used by the online help. Reason being that its dependent "copy-resource" task isn't executed, leading to errors in a clean workspace.

Amends 60c6b5c

This disables the Ant task (when inside the IDE) that is responsible for
collecting the JavaDoc that is used by the online help. Reason being
that its dependent "copy-resource" task isn't executed, leading to
errors in a clean workspace.

Amends 60c6b5c
@ptziegler ptziegler added this to the 3.19.0 milestone Jan 23, 2024
@ptziegler
Copy link
Contributor Author

This is what the lifecycle mapping should look like, afterwards:

image

Copy link

Unit Test Results

     18 files       18 suites   40s ⏱️
   325 tests    325 ✔️ 0 💤 0
1 950 runs  1 950 ✔️ 0 💤 0

Results for commit 38758bd.

@azoitl
Copy link
Contributor

azoitl commented Jan 23, 2024

Thx for the quick fix. Tested with and without maven build. Works now perfectly.

@azoitl azoitl merged commit 0c7dbc1 into eclipse-gef:master Jan 23, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants