[
https://issues.apache.org/jira/browse/CASSANDRA-16171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Berenguer Blasi updated CASSANDRA-16171:
----------------------------------------
Status: Changes Suggested (was: Review In Progress)
Same as Andres. Go over the code for .bat, .exe, .ps1,... extensions imo:
{noformat}
grep -ri "\.bat" |grep -iv batch
NEWS.txt: - Windows Service ("cassandra.bat install" to enable)
README.asc:C:\procrun\prunsrv.exe), and run "bin\cassandra.bat install".
CHANGES.txt: * Make stop-server.bat wait for Cassandra to terminate
(CASSANDRA-14829)
CHANGES.txt: * use SETLOCAL in cassandra.bat (CASSANDRA-3506)
CHANGES.txt: * Add "install" command to cassandra.bat (CASSANDRA-292)
CHANGES.txt: * Fix tool .bat files when CASSANDRA_HOME contains spaces
(CASSANDRA-3258)
CHANGES.txt: * fix cassandra.bat when CASSANDRA_HOME contains spaces
(CASSANDRA-2952)
CHANGES.txt: * add jamm agent to cassandra.bat (CASSANDRA-2787)
CHANGES.txt: Windows .bat files (CASSANDRA-1723)
CHANGES.txt: * Update windows .bat files to work outside of main Cassandra
CHANGES.txt: * update GC settings in cassandra.bat (CASSANDRA-1636)
CHANGES.txt: * update GC settings in cassandra.bat (CASSANDRA-1636)
CHANGES.txt: * cassandra-cli.bat works on windows (CASSANDRA-1236)
CHANGES.txt: * fix classpath in cassandra-cli.bat for Windows (CASSANDRA-858)
CHANGES.txt: * add -Dcassandra-foreground=yes to cassandra.bat
doc/README.md:(or `make.bat html` on windows). Alternatively, the top-level
`ant gen-doc`
redhat/cassandra.spec:rm -f bin/*.bat
redhat/cassandra.spec:rm -f tools/bin/*.bat
build.xml: <arg value="make.bat"/>
build.xml: <fixcrlf srcdir="bin" includes="**/*" excludes="**/*.bat,
**/*.ps1" eol="lf" eof="remove" />
build.xml: <fixcrlf srcdir="conf" includes="**/*" excludes="**/*.bat,
**/*.ps1" eol="lf" eof="remove" />
build.xml: <fixcrlf srcdir="tools/bin" includes="**/*" excludes="**/*.bat,
**/*.ps1" eol="lf" eof="remove" />
build.xml: <include name="bin/*.bat" />
build.xml: <exclude name="bin/*.bat" />
{noformat}
> Remove Windows scripts
> ----------------------
>
> Key: CASSANDRA-16171
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16171
> Project: Cassandra
> Issue Type: Task
> Components: Packaging
> Reporter: Yuki Morishita
> Assignee: Yuki Morishita
> Priority: Normal
> Fix For: 4.0-rc
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As per the email thread in cassandra-dev mailing list[1], remove windows
> scripts from Cassandra 4.0 onwards, due to the lack of maintenance and tests.
> 1: https://www.mail-archive.com/[email protected]/msg15583.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]