openhab / openhab-distro

The binary distribution of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.3k stars 394 forks source link

Windows .bat files stroed in Unix format in ...\openhab-2.1.0\runtime\bin #562

Closed WaldGrisBang closed 1 year ago

WaldGrisBang commented 6 years ago

The following *.bat are stored in unix format (LF only instead of CR/LF). Makes it a bit difficult to track down startup problems on a windows box.

C:\openHAB2\openhab-2.1.0\runtime\bin\setenv.bat C:\openHAB2\openhab-2.1.0\runtime\bin\status.bat C:\openHAB2\openhab-2.1.0\runtime\bin\stop.bat

bdleedy commented 6 years ago

I'll see if I can get this fixed tonight.

kaikreuzer commented 6 years ago

I briefly looked into it - most files are not from our repo, but created by the karaf packaging.

So what is needed is an adaption of the Maven assembly descriptor - just like we already do it for the start.bat.

bdleedy commented 6 years ago

Out of my league then.

kaikreuzer commented 6 years ago

607 might solve this, but I am not sure, though (see my comment on it).

kaikreuzer commented 1 year ago

Closing it as outdated and assuming it was fixed by #607.