convert-sh comes to mind. This tasks should also look for other hidden shell scripts and streamline the usage of exec in ant tasks, e.g., always log to the ant log etc.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
~/src/metrics-web$ ant generate-specsBuildfile: /Users/karsten/src/metrics-web/build.xmlsubmoduleupdate:init:generate-specs:xml2jsp: [echo] Generating bridge-descriptors specification jsp ... [exec] awk: syntax error at source line 1 [exec] context is [exec] >>> /Users/karsten/src/metrics-web/src/main/resources/spec/convert. <<< awk [exec] awk: bailing out at source line 1BUILD FAILED/Users/karsten/src/metrics-web/build.xml:231: The following error occurred while executing this line:/Users/karsten/src/metrics-web/build.xml:262: exec returned: 2Total time: 2 seconds~/src/metrics-web$ find . | grep tmp./${generated}/spec/bridge-descriptors.tmp./${generated}/spec/bridge-descriptors.tmp2
The reason for leaving the generated JSPs under version control was that one wouldn't need to have to regenerate specs in order to build the website. Now we make that a requirement. I don't feel strongly about this.
(And again, I didn't get a notification for this ticket update...)
Trac: Cc: N/Ato metrics-team Status: needs_review to needs_revision
...
The reason for leaving the generated JSPs under version control was that one wouldn't need to have to regenerate specs in order to build the website. Now we make that a requirement. I don't feel strongly about this.
Ah, ok, the reasoning was that there are several tools needed, which might not generally be available, and having the resulting pages in version control would help here. So, the generated files should stay in git. I'll add a README file to the spec folder explaining this.
(And again, I didn't get a notification for this ticket update...)
Trying to assign the ticket to metrics-team, too.
Trac: Owner: iwakeh to iwakeh, metrics-team Status: needs_revision to assigned
The property generated is not yet set at the time of creating property specdir. Linux can apparently deal with the funky pathname and didn't show the error above (comment:3). Now, all should work as expected.
Looks better, but still doesn't work here. And I found out why: The awk on macOS doesn't know the --file command-line option, but only the -f option. Clearly.