DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23717>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23717

Long property values on command line fail to be properly assigned

           Summary: Long property values on command line fail to be properly
                    assigned
           Product: Ant
           Version: 1.5.4
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Wrapper scripts
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


A long property value passed on the command line will not be properly assigned. 
The line below 
will fail

ant -f B99Test.xml -Dview=adl:browse -
Dholding_id=siogdc_COOK23MV_20021022142248_20021022142248.tar.gz  metadata

A shorter property value passed on the command line works in the same script. 
The line below will 
works.

ant -f B99Test.xml -Dview=adl:browse -Dholding_id=caljsioa_81-127-1753m.jpg  
metadata
....all is fine...

passing the same long properties in a property file will work
ant -f B99Test.xml -propertyfile b99sio_long.properties metadata   

So it appears that the length of the property values on the command line has a 
limit.

test case... need to do a test case.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to