Re: Jetty6 packaging

2007-11-09 Thread Trygve Laugstøl
Paul Cager wrote: Greg Wilkins wrote: Paul Cager wrote: On Thu, November 8, 2007 09:33, Greg Wilkins wrote: The ant task then goes on to run dpkg-buildpackage and dpkg-deb in order to create libjetty6-java and jetty6 packages. These are quite low-level tools, and you might be making more work

Re: Maven in Debian [was: Re: Reg. Apache Excalibur]

2007-08-24 Thread Trygve Laugstøl
Kumar Appaiah wrote: On Thu, Aug 23, 2007 at 02:33:08PM +0100, Paul Cager wrote: And can we just build them using a custom build.xml written for ant? That's the approach I've taken for some of Maven's build-depends - a custom debian/build.xml. You could have a look at doxia or wagon for example

Re: Maven in Debian [was: Re: Reg. Apache Excalibur]

2007-08-24 Thread Trygve Laugstøl
Paul Cager wrote: On Thu, August 23, 2007 3:45 pm, Kumar Appaiah wrote: But consider the maven-resources plugin. The source jar has the following: org/apache/maven/plugin/resources/util/ org/apache/maven/plugin/resources/PropertyUtils.java org/apache/maven/plugin/resources/ReflectionProperties.

Re: Reg. Apache Excalibur

2007-08-22 Thread Trygve Laugstøl
Kumar Appaiah wrote: Dear Debian Java users, I am not really into Java packaging in Debian, but have been looking around a bit. I was actually looking to see if Apache Cocoon can somehow make it into Debian, which will eventually pave the way for inclusion of Lenya, Forrest and many more of the

Re: RFS: opengrok

2007-06-27 Thread Trygve Laugstøl
Ľuboš Koščo wrote: Hey, good stuff Seo Unfortunately opengrok depends on sun-java-jdk , which is in non-free. As soon as java will be in main, I'd gladly refresh the package :) Are you sure it depends on Sun's JDK or are you just assuming? AFAIK it is just a normal WAR and should be easy to

Re: A Java Packaging Wishlist

2007-05-26 Thread Trygve Laugstøl
Arnaud Vandyck wrote: On 5/26/07, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: Arnaud Vandyck wrote: > If we wanna use maven to build, we need maven in main. If we want to > extract metadata, we just need an xslt or some > perl/python/java/whatever xml parser. No you don't.

Re: Getting Maven Into Main - What Next?

2007-05-26 Thread Trygve Laugstøl
Florian Weimer wrote: * Paul Cager: Now that we are making progress with packaging Maven's Build-Dependencies, I'm beginning to wonder what happens next. I've noticed from the JavaCC packaging that it seems to be all right to include a "bootstrap jar" in the upstream source. Is this right? I gu

Re: Getting Maven Into Main - What Next?

2007-05-26 Thread Trygve Laugstøl
Paul Cager wrote: Now that we are making progress with packaging Maven's Build-Dependencies, I'm beginning to wonder what happens next. I've noticed from the JavaCC packaging that it seems to be all right to include a "bootstrap jar" in the upstream source. Is this right? I guess to be valid:

Re: A Java Packaging Wishlist

2007-05-26 Thread Trygve Laugstøl
Arnaud Vandyck wrote: On 5/23/07, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: Arnaud Vandyck wrote: [...] > We must first have maven in main!.. That's not so easy ;-) Why do you need Maven in main first? There shouldn't be any issues using Maven's metadata to gener

Re: A Java Packaging Wishlist

2007-05-23 Thread Trygve Laugstøl
Arnaud Vandyck wrote: On 5/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I will some more: - Support Maven builds and be able to read dependencies from the maven pom.xml file and translate them to the debian control file entries for dependencies and run dependencies. We must first have

Re: Questions about plexus-container-default

2007-04-27 Thread Trygve Laugstøl
Fixed. Sorry for the delay. -- Trygve Paul Cager wrote: Hi Trygve (and anyone else on the list with commit access to Plexus!) I was just wondering if I could remind you about this Plexus licensing problem. Sorry to hassle you, but it would be quite nice to be able to get this uploaded to Debi

Re: maven2 for Debian

2007-03-06 Thread Trygve Laugstøl
Arnaud Vandyck wrote: Hi Trygve, On 3/5/07, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: Arnaud Vandyck wrote: > On 3/4/07, Manfred Moser <[EMAIL PROTECTED]> wrote: >> On Sunday March 4 2007 09:27, Michael Koch wrote: >> >> > I have built a preliminary Debian

Re: maven2 for Debian

2007-03-05 Thread Trygve Laugstøl
Michael Koch wrote: On Mon, Mar 05, 2007 at 02:16:27PM +0100, Arnaud Vandyck wrote: Hi Marcus, On 3/5/07, Marcus Better <[EMAIL PROTECTED]> wrote: Trygve Laugstøl wrote: As a user Maven should behave just like upstream Maven, meaning that it will download from the internet and install

Re: maven2 for Debian

2007-03-05 Thread Trygve Laugstøl
Arnaud Vandyck wrote: On 3/4/07, Manfred Moser <[EMAIL PROTECTED]> wrote: On Sunday March 4 2007 09:27, Michael Koch wrote: > I have built a preliminary Debian packages for Maven 2 [...] This is great. I use Maven2 on a daily base as part of my job. I am running the upstream install in Ubun

Re: FLOSS and servlets: recommendations

2006-08-12 Thread Trygve Laugstøl
On Sun, 2006-08-06 at 17:08 +0100, MrDemeanour wrote: > Andrew Vaughan wrote: > > > > Debian stable is uh, stable. Except for security bugs or other > > serious bugs, it doesn't get updated. > > I see. I've read Kraft's "Debian System" book several times, but I > hadn't twigged that stable can'

Re: FLOSS and servlets: recommendations

2006-08-12 Thread Trygve Laugstøl
On Sat, 2006-08-05 at 15:06 +0100, MrDemeanour wrote: > Hi, I'm new here. > > I've googled extensively for information on how best to run Java > servlets on Debian, and failed to turn up any documents that seem to be > recent, or relevant to the present situation. > > I'm running Sarge, and my sy

Re: Packaging Maven 2 - shipping binaries for bootstrapping.

2006-03-16 Thread Trygve Laugstøl
[I'm on the list so no need to CC] On Thu, 2006-03-09 at 09:59 +0100, Philipp Meier wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Trygve Laugstøl schrieb: > > > I tried to package Maven 2 last summer and you seem to have gotten as > > far as I wa

Re: Packaging Maven 2 - shipping binaries for bootstrapping.

2006-03-08 Thread Trygve Laugstøl
Hi Philipp, I tried to package Maven 2 last summer and you seem to have gotten as far as I was back then so let me give you a small braindump. You seem to have found some of the depdencies that Maven needs to build itself, but there is a whole lot more of them. You can drop a few of them if you s