Please let me know what exception has been raised. I think we have to add the plugin "exec-maven-plugin" in our pom files to execute exec:java related. Otherwise, it will throw some warnings during the execution.
Thanks, Pradeep.S -----Original Message----- From: Satoshi Kobayashi [mailto:nore...@reviews.apache.org] On Behalf Of Satoshi Kobayashi Sent: Thursday, September 06, 2012 8:52 AM To: cloudstack; Satoshi Kobayashi Subject: Review Request: Add the dependence library (JNA) for maven exec:java goal ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6937/ ----------------------------------------------------------- Review request for cloudstack. Description ------- Add the dependence library (JNA) for maven exec:java goal It is required to run on development environment for KVM Agent Diffs ----- plugins/hypervisors/kvm/pom.xml 8cdaa8681571b5070bfc501014df91c9986479e3 Diff: https://reviews.apache.org/r/6937/diff/ Testing ------- 1) mvn compile -Dnonoss 2) prepare agent.properties 3) mvn exec:java -pl plugins/hypervisors/kvm \ -Dexec.mainClass=com.cloud.agent.AgentShell \ -Dnonoss result: An exception does not be raised. Thanks, Satoshi Kobayashi