Re: not working when the branch has a dot character

2016-12-06 Thread Gabriel Soto
by setting the > "matcher" attribute on that task to be "exact". Remember though that, that > value will apply to all attributes (org, module and branch), so you will be > expected to provide exact value for those attributes: > > matcher="exact"/> > >

Re: not working when the branch has a dot character

2016-12-02 Thread Gabriel Soto
t; We also have dots in the name of our branches and don't have any problems > with it. > Maybe you can execute your repreport with debugging enabled ? > > Regards > Marc > > > 2016-12-02 16:54 GMT+01:00 Gabriel Soto <gabs...@gmail.com>: > > > Hello, > >

not working when the branch has a dot character

2016-12-02 Thread Gabriel Soto
Hello, I'm calling a basic repreport for a module on my local repo: Most of the time, the task behaves as expected but every time the branch contains a '.' it outputs an empty report (the same behavior as if the branch didn't exist). Does this limitation make sense? May I be hitting a bug? Is

How to get the reverse dependency tree

2014-03-20 Thread Gabriel Soto
Good afternoon, We need to gather this information from our Ivy repository: Given a module name, organization, branch and revision, obtain all modules that are directly or transitively dependent on that module (with branch and revision). How could we approach resolving that task? Is there any