[tor-bugs] #25022 [Metrics/Website]: Convert all scripts used for building to Ant tasks
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Feb 13 10:21:12 UTC 2018
#25022: Convert all scripts used for building to Ant tasks
-----------------------------+--------------------------------------
Reporter: iwakeh | Owner: iwakeh, metrics-team
Type: enhancement | Status: needs_information
Priority: Medium | Milestone:
Component: Metrics/Website | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
-----------------------------+--------------------------------------
Comment (by iwakeh):
I think this is a mac issue. Could you remove the first line from
'convert.awk', i.e.
{{{
diff --git a/src/main/resources/spec/convert.awk
b/src/main/resources/spec/convert.awk
index ab26121..8535cba 100644
--- a/src/main/resources/spec/convert.awk
+++ b/src/main/resources/spec/convert.awk
@@ -1,5 +1,3 @@
-#!/usr/bin/awk -f
-
# Skip everything before <body> including generated header, script, and
style.
BEGIN {
insidebody = 0;
}}}
and try 'ant clean generate-specs' again?
(I assume that 'awk' doesn't reside in '/usr/bin' on mac and that this
causes the trouble.)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/25022#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list