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

 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?


Back to the top