Hi,
When I use the staf/Ant interface on linux to execute a shell command on
WinXP, I get an error.
Here is the code from the linux (Ubuntu) box:
<target name="client_cleanup" if="client_cleanup.run">
<for list="${build.client.ip.addresses}" delimiter="," param="ip">
<sequential>
<echo>@{ip}</echo>
<for list="${build.client.apps}" delimiter="," param="app">
<sequential>
<echo>Stopping: @{app}</echo>
<staf
location="@{ip}"
service="process"
request='start shell command "dir"'
throwBuildException="true"/>
</sequential>
</for>
</sequential>
</for>
</target>
Here is the error returned:
/opt/cruisecontrol/projects/nightly/build.xml:106:
java.lang.UnsatisfiedLinkError: /usr/local/staf/lib/libJSTAF.so:
/usr/local/staf/lib/libJSTAF.so: wrong EL
F class: ELFCLASS32 (Possible cause: architecture word width mismatch)
Any ideas?
--
Tks,
-T
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users