Richard Achmatowicz created JGRP-1787:
-----------------------------------------
Summary: Adjust Windows command line parameter processing to accept more than
9 parameters.
Key: JGRP-1787
URL:
https://issues.jboss.org/browse/JGRP-1787
Project: JGroups
Issue Type: Bug
Affects Versions: 3.2.13
Environment: Windows
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Priority: Minor
Fix For: 3.2.13
In the Windows build.bat script, command-line parameters are processed using the following
code:
{noformat}
"%JAVA_HOME%\bin\java" -classpath "%CP%" org.apache.tools.ant.Main
-buildfile build.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
{noformat}
This limits the number of command-line parameters to 9, which is not sufficient for
executing builds which make use of many system properties (e.g. in the QA lab).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira