how to get Hierarchical Confs satisfying one boundary

2008-01-31 Thread Davide Gesino
assume I have the following: root leaf name=first leaf/ leaf name=second leaf/ /root how can I get the sub configuration leaf assuming that I know that name=second leaf' without cycling throh with the xmlConf.configurationsAt(leaf)??? -- View this message in context:

Re: how to get Hierarchical Confs satisfying one boundary

2008-01-31 Thread Christian Migowski
one way would be using the XPathExpressionEngine and a query string like /leaf[name=second leaf] hth, regards, christian On 1/31/08, Davide Gesino [EMAIL PROTECTED] wrote: assume I have the following: root leaf name=first leaf/ leaf name=second leaf/ /root how

Re: [vfs] Inconsistent Behavior...

2008-01-31 Thread Mario Ivankovits
Hi James! I have fix for this I believe. Good to hear :-) - and - good catch! final String path = fileInfo != null fileInfo.isSymbolicLink() ? getParent().getName().getPath() + / + fileInfo.getLink() : relPath; final FTPFile[] tmpChildren = client.listFiles(path); Somewhere in

Re: [vfs] Inconsistent Behavior...

2008-01-31 Thread James Carman
I'll see what I can do. By the way, do you want me to get the m2 build working? I can do it, but I'll have to move some stuff around a bit. Is that okay? On 1/31/08, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi James! I have fix for this I believe. Good to hear :-) - and - good catch!