Modify ↓
Opened 19 years ago
Closed 19 years ago
#84 closed defect (duplicate)
<sh:exec file=...> does not work
Reported by: | webkontakt@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5 |
Keywords: | Cc: | webkontakt@… | |
Operating System: | Linux |
Description
Even the simplest scripts fail when invoked via sh:exec. I used this script
#!/bin/sh echo "Test" exit 0
but received no log message at all. The recipe looks like this:
<build xmlns:sh="http://bitten.cmlenz.net/tools/sh" xmlns:c="http://bitten.cmlenz.net/tools/c" > <step id="build" description="Build the whole thing"> <sh:exec file="test"/> </step> </build>
Maybe the reason is #83, but I am not sure, so I created a new ticket for it.
Attachments (0)
Change History (3)
comment:1 Changed 19 years ago by anonymous
- Summary changed from sh:exec does not work to <sh:exec file=...>does not work
comment:2 Changed 19 years ago by anonymous
comment:3 Changed 19 years ago by cmlenz
- Priority changed from critical to major
- Resolution set to duplicate
- Status changed from new to closed
- Summary changed from <sh:exec file=...>does not work to <sh:exec file=...> does not work
… so I'm closing this as duplicate of #107.
Note: See
TracTickets for help on using
tickets.
I think i've found the cause of this in #107 ...