[ 
https://issues.jenkins-ci.org/browse/JENKINS-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161678#comment-161678
 ] 

Ed Randall edited comment on JENKINS-13044 at 4/17/12 9:31 AM:
---------------------------------------------------------------

This bug is very specific to the conditions described, 
ie. it occurs only when multiple properties are entered on ONE line, delimited 
by a SPACE.
There's nothing stopping you from entering multiple properties, if you drop 
down (expand) the box and enter your properties one-per-line (separated by a 
NEWLINE) then it works fine.
But the documentation describes that it should be possible to enter them all on 
one line and that doesn't work.

                
      was (Author: edrandall):
    This bug is very specific to the conditions described, 
ie. it occurs only when multiple properties are entered on ONE line, delimited 
by a SPACE.
There's nothing stopping you from entering multiple properties, if you drop 
down (expand) the box and enter your properties one-per-line then it works fine.
But the documentation describes that it should be possible to enter them all on 
one line and that doesn't work.

                  
> Ant multiple properties delimited by spaces parsed as a single property
> -----------------------------------------------------------------------
>
>                 Key: JENKINS-13044
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13044
>             Project: Jenkins
>          Issue Type: Bug
>          Components: ant
>    Affects Versions: current
>         Environment: SunOS ldnwebv10 5.10 Generic_120012-14 i86pc i386 i86pc 
> Solaris
> Jenkins STABLE 1.424.3
>            Reporter: Ed Randall
>
> Configuring an Ant task on a job with multiple properties on 1 line separated 
> by a space, ie.:
> name1=value1 name2=value2 
> Results at execution time in:
> ant ... "-Dname1=value1 name2=value2"
> This is not expected, what I would expect from the documentation is:
> -Dname1=value1 -Dname2=value2 
> etc.
> eg.
> Properties: offline=1 user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
> user.bedrock.properties=bedrock-quicktest.properties
> console log:
> [Bedrock-DEV-GF-EL-03-quick-test] $ 
> /home/hudson/tools/apache-ant-1.7.1/bin/ant 
> -DUPSTREAM_BUILD_TAG=jenkins-Bedrock-DEV-GF-EL-01-compile-2656 
> -DP4_CHANGELIST_PARAM=322808 "-Doffline=1 
> user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
> user.bedrock.properties=bedrock-quicktest.properties" hudson.quicktests
> Buildfile: build.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to