Vuze Forums

Full Version: Can not compile vuze since 5.4.0.0 version
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Team,

I'm Geiger David and I'm part of the Mageia packager Team and I maintain vuze package.

Since 5.4.0.0 version I can no longer compile vuze to build a package. (With previous 5.3.0.0 version it built properly)
I encounter an issue with the package 'apache-commons-lang' with 'import org.apache.commons.lang.Entities;'
On Mageia repositories we use 'apache-commons-lang' on version 2.6 .

I attach the full log of build.

What do you think about that and what can I try to fix this issue ?

Regards daviddavid.




 

 

 

 

 
There is a (slightly modified) version of Entities.java included in the Vuze source - can you use this instead of the 'external' one?
(08-15-2014, 09:32 AM)'parg' Wrote: [ -> ]There is a (slightly modified) version of Entities.java included in the Vuze source - can you use this instead of the 'external' one?

 
Ok, good :)

Using your Entities.java lib included in the Vuze source, the package built now properly.

http://pkgsubmit.mageia.org/uploads/done...204202.log

Thank you very much. :)