|
@@ -113,6 +113,7 @@ |
|
|
srcDir="${src.dir}" |
|
|
srcDir="${src.dir}" |
|
|
destFile="${out.app}" |
|
|
destFile="${out.app}" |
|
|
targetType="${out.type}" |
|
|
targetType="${out.type}" |
|
|
|
|
|
references="System.Web.Services.dll" |
|
|
/> |
|
|
/> |
|
|
<available property="app.created" file="${out.app}"/> |
|
|
<available property="app.created" file="${out.app}"/> |
|
|
<fail unless="app.created">No app created</fail> |
|
|
<fail unless="app.created">No app created</fail> |
|
@@ -128,6 +129,7 @@ |
|
|
destFile="${out.app}" |
|
|
destFile="${out.app}" |
|
|
targetType="${out.type}" |
|
|
targetType="${out.type}" |
|
|
fileAlign="512" |
|
|
fileAlign="512" |
|
|
|
|
|
references="System.Web.Services.dll" |
|
|
/> |
|
|
/> |
|
|
<available property="app.created" file="${out.app}"/> |
|
|
<available property="app.created" file="${out.app}"/> |
|
|
<fail unless="app.created">No app created</fail> |
|
|
<fail unless="app.created">No app created</fail> |
|
|