Opened 16 years ago
Last modified 15 years ago
#721 closed Bugs (fixed)
Generated files "@()" don't work in regular expressions. — at Initial Version
Reported by: | René Rivera | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Boost.Jam 3.1.15 | Component: | bjam |
Version: | Boost.Jam 3.1.14 | Severity: | Showstopper |
Keywords: | Cc: |
Description
@() file creation and substitution should work in regular variable contexts. For example: # creates the test.txt file and sets file to "test.txt" local file = @(test.txt:E=$(test-content)) ; # equivalent of ECHO, but to the error stream local unused = @(STDERR:E="this is an error") ;
Note:
See TracTickets
for help on using tickets.