Re: applying patch - manually change jar file

2014-03-25 Thread Tomasz Zięba
It works for me. Thank for help. cd /root/apache-cloudstack-4.2.1-src/plugins/hypervisors/xen mvn -X -P cloud-plugin-hypervisor-xen clean install cp /root/.m2/repository/org/apache/cloudstack/cloud-plugin-hypervisor-xen/4.2.1/cloud-plugin-hypervisor-xen-4.2.1.jar /usr/share/cloudstack-managemen

Re: applying patch - manually change jar file

2014-03-24 Thread Tomasz Zięba
hi, thank you for responses. unfortunately I don't know tools like mvn, ant etc. :-( So I don't know how to interpret this command output.. # mvn -X -P developer,systemvm clean install -pl cloud-plugin-hypervisor-xen Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51

Re: applying patch - manually change jar file

2014-03-24 Thread Punith S
hi, if you are using maven build, do mvn -P developer,systemvm clean install -pl cloud-plugin-hypervisor-xen get the newly built jar from .m2 repo in localhost and replace the old jar in /usr/share/cloudtsack-management/webapps/client/WEB-INF/lib. your changes will be applied. thanks. On Mo

Re: applying patch - manually change jar file

2014-03-24 Thread Tomasz Zięba
Hello, after running: jar -uvf . I have information: adding: apache-cloudstack-4.2.1-src/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.class(in = 238178) (out= 104028)(deflated 56%) New file size increases: ls -la /usr/share/cloudstack-manage

Re: applying patch - manually change jar file

2014-03-24 Thread Wido den Hollander
On 03/24/2014 10:12 AM, Tomasz Zięba wrote: Hello, How do I apply a patch to the ACS 4.2.1 ? I have fixed file: apache-cloudstack-4.2.1-src/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java and would like to make apply this changes to cloudstack-management

applying patch - manually change jar file

2014-03-24 Thread Tomasz Zięba
Hello, How do I apply a patch to the ACS 4.2.1 ? I have fixed file: apache-cloudstack-4.2.1-src/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/CitrixResourceBase.java and would like to make apply this changes to cloudstack-management After performing the following commands: /usr