-
This is in continuation to this mailing list thread. I have just found out that the manifest generation fails on Windows with:
Any chance someone knowledgable with Tycho can have a look and help out? Same command works in Linux with Maven 3.8 and Java 17... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I am attaching two files: Both are the output of running the command on my Linux and Windows computers:
The command works in Linux and fails on Windows. In the attached file, I have downgraded to Java 11 (just in case) on Windows but I get the same error when I try with Java 17 as well. It just fails on Windows. If you search for the string Argh! I've finally figured it out! The culprit is powershell! If you're on Windows, either use CMD to run the command, OR if you're on powershell quote the
|
Beta Was this translation helpful? Give feedback.
I am attaching two files:
linux.txt
andwindows.txt
:linux.txt
windows.txt
Both are the output of running the command on my Linux and Windows computers:
The command works in Linux and fails on Windows. In the attached file, I have downgraded to Java 11 (just in case) on Windows but I get the same error when I try with Java 17 as well. It just fails on Windows.
If you search for the string
THIS IS WHERE WINDOWS DEVIATES FROM LINUX
in both, you will find the spot where Linux finishes parsing the pom and logs the reactor as it starts generation, whereas windows deviates and fails...Argh!…