Gentoo Archives: gentoo-java

From: Alistair Bush <ali_bush@g.o>
To: Luca Casagrande <luca.casagrande@×××××.com>, gentoo-java@l.g.o
Subject: Re: [gentoo-java] Java application Ebuild
Date: Mon, 01 Oct 2007 23:41:24
Message-Id: 47018212.5050407@gentoo.org
In Reply to: [gentoo-java] Java application Ebuild by Luca Casagrande
1 Luca Casagrande wrote:
2 > Hello everybody,
3 >
4 > I wanna start developing an ebuild for an application called Geoserver (
5 > http://geoserver.org/ ) and need some indications.
6 > I did ebuild for non java application, but really don't know how handle
7 > this one.
8 >
9 > For example got 2 things to understand:
10 >
11 > 1- Which version should i use to install the package from
12 > http://docs.codehaus.org/display/GEOS/Latest ?
13
14 The latest? Having a look on the website that looks to be 1.5.3. The
15 source bundle has to be versioned, that is about the only limitation.
16
17 >
18 > 2- This application uses a Web Server and a Java container..is it ok to
19 > set Tomcat as a dependencies?
20
21 Only depend on the exact parts of tomcat that are required. I would
22 guess that it will only actually require a servlet api.
23
24 Further support for the different servlet api's implementation is very
25 close to being completed, and will not be difficult to migrate.
26
27
28 >
29 > I am reading the java guide linked in irc channel's topic..
30
31 Good, for an ebuild to be accepted it will have to meet those standards
32 (and more), don't worry, we will point out any errors.
33
34 >
35 > Thank you for the help!
36 >
37 > P.S. this is also the ebuild request:
38 > http://bugs.gentoo.org/show_bug.cgi?id=180559
39 >
40 > Luca
41 >
42 >
43
44 Thanks for you work
45
46
47 Alistair
48
49 ps htpp://devmanual.gentoo.org is also a great general ebuild reference.
50 --
51 gentoo-java@g.o mailing list