git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9505508
)
More cute error message from ws call.
author
František Dvořák
<valtri@civ.zcu.cz>
Thu, 27 Mar 2008 18:46:27 +0000
(18:46 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Thu, 27 Mar 2008 18:46:27 +0000
(18:46 +0000)
Tiny shell fixes.
org.glite.jp.ws-interface/src/jpdev.sh
patch
|
blob
|
blame
|
history
org.glite.jp.ws-interface/src/jpdev.xml.sh
patch
|
blob
|
blame
|
history
org.glite.jp.ws-interface/src/ws_fault.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.ws-interface/src/jpdev.sh
b/org.glite.jp.ws-interface/src/jpdev.sh
index
a1b9602
..
ffc66f4
100755
(executable)
--- a/
org.glite.jp.ws-interface/src/jpdev.sh
+++ b/
org.glite.jp.ws-interface/src/jpdev.sh
@@
-1,4
+1,4
@@
-#!
/bin/
sh
+#!
/bin/ba
sh
xmlcut() {
echo -e "\t<!-- $1 -->"
diff --git
a/org.glite.jp.ws-interface/src/jpdev.xml.sh
b/org.glite.jp.ws-interface/src/jpdev.xml.sh
index
1925109
..
55294b9
100644
(file)
--- a/
org.glite.jp.ws-interface/src/jpdev.xml.sh
+++ b/
org.glite.jp.ws-interface/src/jpdev.xml.sh
@@
-6,7
+6,7
@@
elemNs="http://glite.org/wsdl/elements/jp"
elemPrefix="jpe">
- <version>CVS revision: <![CDATA[ $Header$: ]]></version>
+ <version>CVS revision: <![CDATA[
\
$Header$: ]]></version>
<import namespace="http://glite.org/wsdl/services/jp" location="JobProvenanceTypes.wsdl"/>
diff --git
a/org.glite.jp.ws-interface/src/ws_fault.c
b/org.glite.jp.ws-interface/src/ws_fault.c
index
867a0b6
..
bac4d9f
100644
(file)
--- a/
org.glite.jp.ws-interface/src/ws_fault.c
+++ b/
org.glite.jp.ws-interface/src/ws_fault.c
@@
-93,6
+93,7
@@
static int glite_jp_clientCheckFault(struct soap *soap, int err, const char *nam
break;
default:
+ fprintf(stderr, "%ssoap err=%d, ", prefix, err);
soap_print_fault(soap,stderr);
retval = -1;
}