On 2015-02-11, Jackie Xiao wrote:
> Is it possible for Ant to read build files from memory?
Yes, but it takes some effort. The entry point for this would be a
custom ProjectHelper implementation[1].
Note that there are several parts in Ant that assume there is some sort
of File that defines the
> I see sshexec finish with a successful status, then it gets back to the
> calling task and bombs out.
What is it that you actually see, when you "see sshexec finish with a
successful status?" Obviously it's no the return value.
Where's the javascript happening, and what is it doing that caus
Hi Xiao-
supposedly yes ...if you can get your File to extend apache jackrabbit
MemoryFile
https://jackrabbit.apache.org/api/1.5/index.html?org/apache/jackrabbit/core/fs/mem/MemoryFile.html
I would not rely on any java implementor to guarantee your Java Object will be
"in memory" vs "on disk"
s
Dear List:
Is it possible for Ant to read build files from memory?
If possible, what will be the necessary steps, thanks.
This e-mail and any attachments thereto are intended for the sole use of the
recipient(s) named above and may contain confidential and/or privileged
material. Any use of the
OK, seems to work one time, fail another, work one time, fail another...
Anyone even have a hint on how to trouble-shoot it? I already have sshexec set
to verbose and that just gives the stack trace. Makes no sense to me.
On Tuesday, February 10, 2015 2:36 PM, Eric Fetzer
wrote: