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

[Task]: Issue with Maven Builds: Assembly Creation Error and Rat Check Failure #3986

Closed
dsanderbi opened this issue May 27, 2024 · 1 comment · Fixed by #3995
Closed

[Task]: Issue with Maven Builds: Assembly Creation Error and Rat Check Failure #3986

dsanderbi opened this issue May 27, 2024 · 1 comment · Fixed by #3995
Assignees
Labels
Other P2 Default Priority task
Milestone

Comments

@dsanderbi
Copy link
Contributor

What needs to happen?

OS: Windows 11
Maven: 3.6.3
Java: OpenJDK 17.0.11

It should be checked why Maven Builds fail on Windows OS.

The following behavior occurs on Windows 11:

Executing
mvn clean install -pl :hop-assemblies-samples -am
results in "Failed to create assembly: Error creating assembly archive samples: archive cannot be empty".

Executing
mvn clean install -pl :hop-transform-textfile -am apache-rat:check
results in a failure during the Rat check.
This is triggered by an empty file generated during the execution of hop-transform-textfile.
The file gets stored here : \hop\plugins\transforms\textfile\textFileOutput.txt

NOTE: also the execution of "hop-plugins-misc-git" will fail on Windows, but this is a known issue, as mentioned by @nadment

Issue Priority

Priority: 2

Issue Component

Component: Other

@nadment
Copy link
Contributor

nadment commented May 28, 2024

I create a separate issue for tests failures in hop-plugins-misc-git #3994

nadment added a commit to nadment/hop that referenced this issue May 28, 2024
@nadment nadment linked a pull request May 28, 2024 that will close this issue
@nadment nadment self-assigned this May 28, 2024
@nadment nadment added this to the 2.10 milestone May 28, 2024
hansva added a commit that referenced this issue May 29, 2024
Create tempory file for tests in ram #3986
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Other P2 Default Priority task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants