Probably a victim of not doing a "clean compile."  Maven works completely
on timestamps of source and dest and does not check dependencies of code.
So if you build juniper code once, then changed IpAddressTO, and then did
compile, maven won't detect that JuniperSrxResource should be rebuilt.
Maven's just cool like that.

Darren


On Thu, Sep 19, 2013 at 1:42 AM, Daan Hoogland <daan.hoogl...@gmail.com>wrote:

> Sorry, it was mee,
>
> Don't know how I missed it as I did do the nonoss build. Probably had
> some build leftovers on my system.
> Does someone know if there are configurations possible where juniper
> works with something else then vlan?
>
> if so
>        if (ip.getBroadcastUri() != null &&
> !ip.getBroadcastUri().equals("untagged")) {
>             try {
>                     publicVlanTag = Long.parseLong(ip.getBroadcastUri());
>             } catch (Exception e) {
> throw new ExecutionException("Could not parse public VLAN tag: " +
> ip.getBroadcastUri());
>             }
>         }
> is going to fail.
>
>
>
> On Thu, Sep 19, 2013 at 1:41 AM, Kelven Yang <kelven.y...@citrix.com>
> wrote:
> > Thanks Alena.
> >
> > Kelven
> >
> > On 9/18/13 4:38 PM, "Alena Prokharchyk" <alena.prokharc...@citrix.com>
> > wrote:
> >
> >> Thank you Darren, just fixed with
> >>3ab8d8d8f20c453fdc684f177a612922eae5f415
> >>
> >>-Alena.
> >>
> >>From: Darren Shepherd
> >><darren.s.sheph...@gmail.com<mailto:darren.s.sheph...@gmail.com>>
> >>Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>"
> >><dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>
> >>Date: Wednesday, September 18, 2013 4:29 PM
> >>To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>"
> >><dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>
> >>Cc: "dhoogl...@schubergphilis.com<mailto:dhoogl...@schubergphilis.com>"
> >><dhoogl...@schubergphilis.com<mailto:dhoogl...@schubergphilis.com>>
> >>Subject: Re: Master nonoss is broken?
> >>
> >>It was the below that broke it.  The Juniper code was not updated to
> >>reflect the refactor from vlanId to broadcastUri
> >>
> >>commit 2614b00c513734ce6b1c29e572fbd7a37d4059fc
> >>Author: Daan Hoogland
> >><dhoogl...@schubergphilis.com<mailto:dhoogl...@schubergphilis.com>>
> >>Date:   Thu Aug 1 16:25:27 2013 +0200
> >>
> >>    sdn hosted vpc gateways (using lswitch)
> >>
> >>
> >>
> >>On Wed, Sep 18, 2013 at 4:19 PM, Alena Prokharchyk <
> >>alena.prokharc...@citrix.com<mailto:alena.prokharc...@citrix.com>>
> wrote:
> >>
> >>Looking
> >>
> >>From: Kelven Yang
> >><kelven.y...@citrix.com<mailto:kelven.y...@citrix.com><mailto:
> kelven.yang@
> >>citrix.com>>
> >>Reply-To:
> >>"dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org><mailto:
> dev@cl
> >>oudstack.apache.org>" <
> >>dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org><mailto:
> dev@clo
> >>udstack.apache.org>>
> >>Date: Wednesday, September 18, 2013 4:14 PM
> >>To:
> >>"dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org><mailto:
> dev@cl
> >>oudstack.apache.org>" <
> >>dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org><mailto:
> dev@clo
> >>udstack.apache.org>>
> >>Subject: Master nonoss is broken?
> >>
> >>In JuniperSrxResource.java, someone to look at it?
> >>
> >>Kelven
> >>
> >>
> >>
> >
>

Reply via email to