Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/825#issuecomment-140378109 @borisroman @wido Was this PR compiled locally? Master is now broken. When I try to build I get: BrocadeVcsApi.java:[378,26] error: cannot find symbol I checked the file and found out the following: * Previous to @borisroman changes: import com.cloud.dc.Vlan; import com.cloud.utils.StringUtils; import com.cloud.utils.cisco.n1kv.vsm.PortProfile; * After @borisroman changes: import com.cloud.network.schema.interfacevlan.InterfaceVlan; import com.cloud.network.schema.interfacevlan.Interface; import com.cloud.network.schema.interfacevlan.Vlan; import com.cloud.network.schema.portprofile.PortProfile; import com.cloud.network.schema.portprofile.PortProfile.Activate; import com.cloud.network.schema.portprofile.PortProfile.Static; import com.cloud.network.schema.portprofile.PortProfileGlobal; import com.cloud.network.schema.portprofile.VlanProfile; import com.cloud.network.schema.portprofile.VlanProfile.Switchport; import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Mode; import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Trunk; import com.cloud.network.schema.portprofile.VlanProfile.Switchport.Trunk.Allowed; import com.cloud.network.schema.portprofile.VlanProfile.SwitchportBasic; import com.cloud.network.schema.portprofile.VlanProfile.SwitchportBasic.Basic; import com.cloud.network.schema.showvcs.Output; Which gives also this error: PortProfile() is not public in PortProfile; cannot be accessed from outside package. The imports are all wrong. Could you please fix it? ping @remibergsma @miguelaferreira @DaanHoogland @karuturi @bhaisaab Cheers, Wilder
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---