Hi all,

I want to set environmental variable for perforce, P4PORT and P4USER in STAX
xml job file.
How can I do that?

I have written,

 <script> user = 'p4user=vijita' </script>

        <process name="'set evn p4port'">
        <location>image</location>
        <command mode="'shell'">'set'</command>
        <parms>'%s' % (user)</parms>
          <stdout>'d:/p4port.txt'</stdout>
        <stderr mode="'stdout'"/>
        <returnstdout/>
        </process>

but its not working.  Any suggestions please??
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to