Re: Migration from ant to maven

2019-09-28 Thread Markus Koschany
Hi, Am 26.09.19 um 12:04 schrieb Ole Streicher: > Hi again, > > Ole Streicher writes: >> So, now the only error I couldn't resolve is the xmlrpc >> dependency. Could you help me there? > > After re-checking the old package, I solved this now by patching out the > compilation of the classes that

Re: Migration from ant to maven

2019-09-26 Thread Ole Streicher
Hi again, Ole Streicher writes: > So, now the only error I couldn't resolve is the xmlrpc > dependency. Could you help me there? After re-checking the old package, I solved this now by patching out the compilation of the classes that use xmlrpc from pom.xml. This only was needed for some tests,

Re: Migration from ant to maven

2019-09-26 Thread Ole Streicher
Hi Markus, thank you very much for the answer. As I said, maven is very new to me, and I still did not really get into its concepts. Markus Koschany writes: > Am 25.09.19 um 17:47 schrieb Ole Streicher: > Perhaps we can use this conversation to improve the Wiki article about > Maven packaging?

Re: Migration from ant to maven

2019-09-25 Thread Markus Koschany
Hi, Am 25.09.19 um 17:47 schrieb Ole Streicher: > Hi, > > I just got involved in packaging a Java package (jsamp) that used ant in > the past and "now" (since a few years) moved to maven. Up to now, the > old build.xml is kept locally in the Debian package as a patch and the > package is built wi

Migration from ant to maven

2019-09-25 Thread Ole Streicher
Hi, I just got involved in packaging a Java package (jsamp) that used ant in the past and "now" (since a few years) moved to maven. Up to now, the old build.xml is kept locally in the Debian package as a patch and the package is built with it. This is ofcourse not optimal, and so I would like to m