On Fri, Jun 15, 2012 at 1:32 PM, Pradeep Soundararajan
<pradeep.soundarara...@citrix.com> wrote:
> Hi Edison,
>
> It looks like some other codes are also dependent on this code, I have got 
> some other compilation error after removing these codes and the jar.
>
> Error:
> compile-agent:
>    [mkdir] Created dir: 
> /home/pradeep/workspaces/cloudstack-oss/target/classes/cloud-agent.jar
>     [echo] Compiling /home/pradeep/workspaces/cloudstack-oss/agent/src
>    [javac] Compiling 41 source files to 
> /home/pradeep/workspaces/cloudstack-oss/target/classes/cloud-agent.jar
>    [javac] 
> /home/pradeep/workspaces/cloudstack-oss/agent/src/com/cloud/agent/resource/computing/CloudZonesComputingResource.java:42:
>  cannot find symbol
>    [javac] symbol  : class DhcpSnooperImpl
>    [javac] location: package com.cloud.agent.dhcp
>    [javac] import com.cloud.agent.dhcp.DhcpSnooperImpl;
>    [javac]                            ^
>    [javac] 
> /home/pradeep/workspaces/cloudstack-oss/agent/src/com/cloud/agent/resource/computing/CloudZonesComputingResource.java:75:
>  cannot find symbol
>    [javac] symbol  : class DhcpSnooperImpl
>    [javac] location: class 
> com.cloud.agent.resource.computing.CloudZonesComputingResource
>    [javac]             _dhcpSnooper = new DhcpSnooperImpl(bridgeName, 
> _dhcpTimeout);
>    [javac]                                ^
>    [javac] Note: 
> /home/pradeep/workspaces/cloudstack-oss/agent/src/com/cloud/agent/resource/computing/LibvirtVMDef.java
>  uses unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 2 errors
>
>
> Thanks,
> Pradeep.S

I fully expect that you'll have to look for and modify the places that
try an import those classes in addition to just removing the files.

--David

Reply via email to