Gentoo Archives: gentoo-java

From: Kasun Gajasinghe <kasunbg@×××××.com>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Re: Maven from source - version 2.x or 3.x ?
Date: Thu, 26 May 2011 09:07:36
Message-Id: BANLkTimVfzXBW-sp5LtqcWwwX3a8QjoEiw@mail.gmail.com
In Reply to: [gentoo-java] Re: Maven from source - version 2.x or 3.x ? by "Jörg Schaible"
1 Hi Jörg, and Robert,
2
3 >> FWIW one unresolved challenge for linux distributions with the rise of
4 >> bytecode languages (such as Java) is that compressed bytecodes are not
5 >> binaries in the usual sense (platform dependent machine executable
6 >> machine code). i know that it's a hard thing for the linux community
7 >> to hear but it's about time that the community acknowledged that these
8 >> languages are now mainstream and stop trying to force them into a
9 >> inappropriate provisioning model.
10
11 So... what exactly are you suggesting? Switch in to using binaries
12 instead of building from source paradigm?
13
14 >
15 > To build Maven from source in Gentoo I wonder about the hen-and-egg problem.
16
17 Yes. To Bootstrap maven, the work around for this is by: first
18 generate ANT build.xml via `mvn ant:ant`. maven-bin will provide the
19 mvn command in this case. Then patch that build.xml to the source.
20 After that, ANT will take care of the building from source.
21
22 If any of you is interested, you are welcome to have a look at the
23 proposal for Maven from source for Gentoo [1]. Feedback is much
24 appreciated.
25
26 [1] http://socghop.appspot.com/gsoc/proposal/review/google/gsoc2011/kasun_gajasinghe/1
27
28 Thanks,
29 --Kasun
30
31 PS: Glad to see that "reply-to" now defaults to gentoo-java list. :-)
32
33 --
34 ~~~*******'''''''''''''*******~~~
35 Kasun Gajasinghe,
36 University of Moratuwa,
37 Sri Lanka.
38 Blog: http://kasunbg.blogspot.com
39 Twitter: http://twitter.com/kasunbg

Replies

Subject Author
Re: [gentoo-java] Re: Maven from source - version 2.x or 3.x ? Robert Burrell Donkin <robertburrelldonkin@×××××.com>
[gentoo-java] Re: Re: Maven from source - version 2.x or 3.x ? "Jörg Schaible" <joerg.schaible@×××.de>