Sounds good Thank you
On Fri, Mar 21, 2014 at 6:50 PM, Andrew Phillips <[email protected]> wrote: > I need to use router extension related functionality. I can see it over >> here- >> https://github.com/KrisSterckx/jclouds-labs-openstack/tree/os-neutron- >> router/openstack-neutron/src/main/java/org >> I have all jars with jclouds1.7.0 How can I replace my existing openstack >> neutron 1.7.0 jar with new jar containing router extensions? >> > > Until Kris' pull request is merged, your best option is: > > 1) Clone Kris' repository [1] > 2) Build it locally (mvn clean package or similar) > 3) Replace the JARs in your application with those produced by the build > in step 2 > > Does that make sense? > > Regards > > ap > > [1] https://github.com/KrisSterckx/jclouds-labs- > openstack/compare/os-neutron-router >
