Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] more on RM XML

On many systems there is an official scratch space. We have a database of where scratch is on each of the major systems in Simfactory.

Cheers,
Steve

On 01/25/2011 01:20 PM, Greg Watson wrote:
On Jan 25, 2011, at 12:37 PM, Albert L. Rossi wrote:

files that needed to be staged.  Do we need to have a special set of properties, "files", which the RM looks at and copies if it is remote?
That's what I was thinking. Something like:

<file-staging-location>${remote.home}/.eclipse</file-staging-location>
<managed-file create="true" delete-after-use="true">submitScript</managed-file>
<managed-file delete-after-use="false">fileThatShouldBeLeftForSomeReason</managed-file>

The RM would create these files (if necessary) and copy them to the staging location prior to executing any commands.
I follow the<magaged-file>.  Why would it be necessary to specify the file-staging-location?  Isn't that part of the magic?
It could be hardcoded I guess, but it would probably be nice to make it configurable in some way. You might want it in /tmp or something.

Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top