Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-21 Thread Torsten Werner
Hi Andreas, On Thu, Apr 21, 2011 at 8:32 AM, Andreas Tille wrote: > On Thu, Apr 21, 2011 at 12:33:43AM +0200, Ludovic Claude wrote: >> org.hsqldb:hsqldb:2.0.0 >> org.reflections:reflections:0.9.5-RC2 > > I came to the same conclusion that those two are missing.  However, > >> org.rxtx:rxtx:2.2pre

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Andreas Tille
Hi Ludovic, On Thu, Apr 21, 2011 at 12:33:43AM +0200, Ludovic Claude wrote: > > The mh_make command worked quite well on my computer. As it uses > subversion to download the sources, check that it's installed on your > computer as well. For sure I have installed subversion. :-) > Here is my fu

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Andreas Tille
On Wed, Apr 20, 2011 at 08:28:45PM -0400, Jeff Buchbinder wrote: > Another way of dealing with it is simply caching all of the required > packages locally, then doing something like this: > > find . | grep debian/.m2 | grep jar$ | cut -d/ -f2- > > debian/source/include-binaries > > to cache all

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Andreas Tille
On Wed, Apr 20, 2011 at 06:32:53PM -0500, Tim O'Brien wrote: > What's the deal with rewriting all these POMs? I removed maven-javadoc-plugin from all pom.xml files because otherwise the build process failed much earlier. This was the only motivation. Any better way to proceed to the same state in

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Jeff Buchbinder
I pushed a working copy (though possibly not a very "elegant" packaging) here: https://launchpad.net/~rufustfirefly/+archive/ppa/+buildjob/2489799/+files/shim_0.1.1-1ubuntu2~maverick_all.deb which is available through my PPA (and will be available shortly in the Debian Med one as well). -- Than

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Jeff Buchbinder
On Wed, Apr 20, 2011 at 7:32 PM, Tim O'Brien wrote: > Why has this community taken the repository and made it so damn > confusing?   What's the deal with rewriting all these POMs? Another way of dealing with it is simply caching all of the required packages locally, then doing something like this

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Tim O'Brien
Why has this community taken the repository and made it so damn confusing? What's the deal with rewriting all these POMs? Tim O'Brien On Wed, Apr 20, 2011 at 4:38 PM, Nicholas Bamber wrote: > I am also finding java packaging frustrating. I;'ve hit the problem that > maven-ant-tasks needed upgr

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Ludovic Claude
Hello Andreas, The mh_make command worked quite well on my computer. As it uses subversion to download the sources, check that it's installed on your computer as well. Here is my full session with mh_make: http://paste.ubuntu.com/596728/ There are some dependencies which don't seem to have Debi

Re: Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Nicholas Bamber
I am also finding java packaging frustrating. I;'ve hit the problem that maven-ant-tasks needed upgraded. Then I hit the problem that maven-invoker-plugin. Now I am stuck. On 20/04/11 22:08, Andreas Tille wrote: Hi Jeff, thanks for pushing me a bit - I did not forgot your request, but somehow

Next Maven problem (Was: Medical device support for GNUmed)

2011-04-20 Thread Andreas Tille
Hi Jeff, thanks for pushing me a bit - I did not forgot your request, but somehow there are several tasks at the same time. As far as I understood the build process in Debian using maven and maven-debian-helper there is a chance to avoid the "nasty habit of requiring access to the outside world".