[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-02-03 Thread Brian Burch
I think I understand my problem, and also have a bypass.

When I created the clean karmic maven schroot system, I was surprised to
find that it responded OK to mvn --help, because this simple command
would always crash on my production karmic system.

I went back to my production karmic system - the help worked fine (it
had failed every time before), and I could build my sample project. What
had changed?

Scratching around, I checked an backup copy of the ~/.m2/ directory
it was full of stuff that maven had cached. However my mysteriously
working production system and my schroot karmic and lucid systems all
had almost-empty contents for this directory.

I guess that I had previously created a corrupt maven cache by copying
.m2 onto my production karmic system. Something (probably running
maven when not connected to the internet) had cleaned it out. With an
almost-empty .m2, maven could respond to help. The next time I built my
sample project while onlne, it automatically downloaded the correct
support files and the build worked.

I suggest that anyone suffering from this bug tries the following
bypass:

1. rename ~/.m2/ to something else.
2. mvn --help

... then, if the help runs OK...
3. cd myProject
4. mvn clean install

I hope that works for you as well as it does for me!

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-02-02 Thread Brian Burch
Installed karmic maven in fresh schroot system. Very slow where I am at
the moment. Just a quick note to say it worked on my 1st sample project,
which was a complete surprise! Will test some more...

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-28 Thread Brian Burch
I will try to set the system up, but please don't expect to hear
anything soon because I'll have poor internet access for a while.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-27 Thread Matthias Klose
the universe section needs to be added as well, also having the source
sections doesn't hurt, so you are able to get the relevant source
packages:

deb http://archive.ubuntu.com/ubuntu lucid main universe
deb-src http://archive.ubuntu.com/ubuntu lucid main universe

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-27 Thread Brian Burch
Excellent news! I installed maven2 from the lucid universe repository. I
then copied two sample maven-based projects to the new schrooted system.
They both built and tested successfully. Because the original maven bug
was so fundamental (it failed to run even without a maven project), I am
happy to report the problem has been fixed on lucid.

Well done, Matthius. Thank you for your efforts and particularly for
helping me with testing. I hope it won't be too long before the
equivalent changes become available on karmic.

I can now convert my own projects to run temporarily under lucid and
retire my old hardy system at last. Any further problems I might
encounter when I convert these projects will not be relevant to this
bug.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-27 Thread Matthias Klose
On 27.01.2010 18:25, Brian Burch wrote:
 I am happy to report the problem has been fixed on lucid.

 Well done, Matthius. Thank you for your efforts and particularly for
 helping me with testing. I hope it won't be too long before the
 equivalent changes become available on karmic.

well, then we have to find out which updates are needed for karmic. now that 
you 
are used to setup a chroot, would it be possible to recheck this in a clean 
karmic chroot? And then trying to find out which packages need to be fixed for 
karmic. of course only if you want to see these bugs fixed in karmic.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-27 Thread Matthias Klose
On 27.01.2010 18:40, Matthias Klose wrote:
 On 27.01.2010 18:25, Brian Burch wrote:
 I am happy to report the problem has been fixed on lucid.

 Well done, Matthius. Thank you for your efforts and particularly for
 helping me with testing. I hope it won't be too long before the
 equivalent changes become available on karmic.

 well, then we have to find out which updates are needed for karmic. now that 
 you
 are used to setup a chroot, would it be possible to recheck this in a clean
 karmic chroot? And then trying to find out which packages need to be fixed for
 karmic. of course only if you want to see these bugs fixed in karmic.

if you do that, be sure to add the karmic-updates and security lines into 
/etc/apt/sources.list in your chroot (copying these lines from your karmic 
installation).

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-25 Thread Brian Burch
Sorry about the delay, Matthias. Thank you for the wiki link: I built
the schroot lucid system relatively easily. I then hit a several of
snags getting the system to work properly with me as a user (off topic:
cryptfs, non-standard uid/gid for ldap, etc).

Currently, my /etc/apt/sources.list contains ONLY deb
http://archive.ubuntu.com/ubuntu lucid main. I found and successfully
installed the ant and junit packages, but aptitude search maven only
finds maven-ant-helper and maven-repo-helper. What repository should I
add to pick up your latest lucid maven2 version, please?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-21 Thread Brian Burch
Matthius - I think you are telling me to install the entire lucid
system. Is that right? I think you suggested chroot or a VM as
alternative platforms?

I already have a multi-boot system and have even converted to grub2 on
my boot partition. I recently eliminated jaunty (hence my desire to
eliminate hardy as well), so have some unallocated disk space. Wouldn't
it be simpler for me to install lucid as a new bootable system?

If I'm installing a whole new distribution (I am not 100% sure this is
what you mean), what is the point? Do you want me to test maven on lucid
for your own reasons  (I will help if I don't spend too much time)?

However, I want to run maven asap under karmic... I have a lot of non-
standard packages because I run ubuntu studio (karmic) on my laptop and
also use the same system for software development. What would I gain
personally from testing maven under lucid?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-21 Thread Matthias Klose
On 21.01.2010 17:56, Brian Burch wrote:
 Matthius - I think you are telling me to install the entire lucid
 system. Is that right? I think you suggested chroot or a VM as
 alternative platforms?

https://help.ubuntu.com/community/DebootstrapChroot

 I already have a multi-boot system and have even converted to grub2 on
 my boot partition. I recently eliminated jaunty (hence my desire to
 eliminate hardy as well), so have some unallocated disk space. Wouldn't
 it be simpler for me to install lucid as a new bootable system?

 If I'm installing a whole new distribution (I am not 100% sure this is
 what you mean), what is the point? Do you want me to test maven on lucid
 for your own reasons  (I will help if I don't spend too much time)?

 However, I want to run maven asap under karmic... I have a lot of non-
 standard packages because I run ubuntu studio (karmic) on my laptop and
 also use the same system for software development. What would I gain
 personally from testing maven under lucid?

I'm not interested in any setup which includes packages from a PPA or custom 
built packages. If there is a problem, it should be fixed in lucid first, then 
updated in karmic

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-18 Thread Brian Burch
I expect that I am being stupid, but please be patient!

I installed karmic and am in the process of trying to migrate all my
development to it... I noticed maven was broken a month ago, but didn't
have time to investigate and kept using my old hardy LTS system when
necessary. I've now reached the point where maven2 was the ONLY thing
left before I can switch over completely and get rid of the hardy
system.

I wasn't surprised to find maven was still broken, because I expected it
to be a problem with my own configuration. After careful problem
determination and fixing what was wrong, maven still wouldn't run at
all. I googled and was amazed to hit this bug - karmic was released in
November and January is almost gone!

Now the stupid bit I think this bug report is telling me there is a
fixed version, but synaptic is telling me I have the latest version
2.2.1-1 already installed and there are no alternatives available.
Please explain to me: do I need to add another repository, and if yes,
what is the APT line that identifies it?

I am happy to try using an unstable release of maven, because the
current version is worthless... however, I don't want to risk trashing
my existing karmic java development environment that has taken a month
to get working properly!

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-01-18 Thread Matthias Klose
please setup a chroot (or virtual machine) with current lucid, and try
to reproduce this error, without installing anything from other
archives/PPAs. See the wiki pages how to setup an ubuntu version in a
chroot.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-24 Thread Artur Rona
maven2 (2.2.1-1) unstable; urgency=low

  * New upstream release (Closes: #542546)
  * Update download url for debian/watch and debian/orig-tar.sh
  * Update Standards-Version to 3.8.3
 - add debian/README.source
  * Fix bash completion to keep working after single options such
as --offline or -Dmaven.test.skip=true
  * Ensure that all classes are compiled for Java 1.5 (Closes: #542162)

 -- Ludovic Claude ludovic.cla...@laposte.net  Thu, 03 Sep 2009
20:42:38 +0100


** Changed in: maven2 (Ubuntu)
   Status: New = Fix Released

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-21 Thread Matthias Klose
** Changed in: libxbean-java (Ubuntu)
   Status: New = Fix Released

** Changed in: maven-ant-helper (Ubuntu)
   Status: New = Fix Released

** Changed in: plexus-i18n (Ubuntu)
   Status: New = Fix Released

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-21 Thread Alvin Thompson
Mathias, I'm not sure I understand your comment.  Isn't it the
maintainer's job to maintain Maven?  By your logic, if I don't know
enough about the trip computer in my car to maintain it, I shouldn't
rely on my car?

Also, I love Ubuntu and have been using it exclusively since Breezy, but
it does have a bit of a reputation for having bugs that go unfixed
(often for years) unless a critical mass of people are vocal enough
about them.  Clearly, maintainers are volunteers and don't have the time
to fix every bug, and that's why I would think that comments such as the
ones you mentioned are critical for helping you decide which get
priority.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-21 Thread Artur Rona
Matthias, take it easy! I wrote only information from ppa, because there
are rebuilt package automatically.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-21 Thread Scott Kitterman
I can sympathize with Doko's frustration.  Personally, I find the OMG, 
kittens will die comments from people not involved in Ubuntu development 
very frustrating and demotivating.  Personally, maven doesn't affect me at 
all.  

It'd be nice if more people who cared about Java were more involved.  There 
is a Java team in Ubuntu, but it's almost dead due to lack of 
participation.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-21 Thread Armando Di Cianno
@Matthias and Scott

I can understand your frustration, as well -- I was an official
developer for another distro circa 2003-2006.  Dealing with emotions,
cares, and the people attached to them, via bug reports, can be
difficult, and is almost always frustrating.

However, the statements made above are asinine.  I'm simply *not* a Java
developer, in a traditional way.  I was a) Trying to use Maven with a
Ruby (JRuby) application I've inherited, and b) I'm trying to get my
feet wet with Scala (whos' tutorial references and uses Maven).  While
I'm slowly becoming accustomed to the complexity of launching, running,
and maintaining Java applications, I personally only view Maven as a
tool in my arsenal.

Maven is (erroneously often times) compared to 'make', as it is
frequently used similarly.  Can you imagine if 'make' was broken?  And
would you demand that bug reporters were C language masters if they were
reporting how a broken 'make' was affecting their application?

In other distros I've developed for, or simply used, I've never seen
people /discouraged/ from reporting bugs, or extending reports, even if
the additional information was This is how it broke for me, and this is
why I care / what I'm doing.

I'm *really* glad this bug is getting resolved.  I'm sorry if my last
comment wasn't especially helpful, however, I'd suggest offering
critical commentary on what is helpful in a comment, instead of
complaining about complaint comments, so to speak.  The statement from
Scott that I find the OMG, kittens will die comments from people not
involved in Ubuntu development very frustrating and demotivating is
itself extremely demotivating, unprofessional, and rather /unkind/, and
most certainly not something I expected from the Ubuntu developers and
community.

Again, thanks for the work and fixes.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-20 Thread Artur Rona
maven2-core still FTBFS. From buildlog (ppa):
BUILD FAILED
/build/buildd/maven2-core-2.2.1/debian/build.xml:98: The following error 
occurred while executing this line:
/build/buildd/maven2-core-2.2.1/debian/build.xml:22: The following error 
occurred while executing this line:
/usr/share/maven-ant-helper/maven-build.xml:295: Compile failed; see the 
compiler error output for details.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-20 Thread Matthias Klose
leaving the Ubuntu CoC a bit alone ... I'm a bit pissed about comments
like maven2-core *still* FTBFS, agreements on a solution, must be
synced, using Maven professionally, and so on. If you cannot maintain
maven or give substantial feedback to get to a solution, then please
don't rely on it. The eucalyptus team had a very good reason to rewrite
the build scripts to just use ant. And I do see this as a very good
reason not to include maven in lucid/main.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-19 Thread Steve Langasek
These tasks are all duplicates of bug #446263, which has been fixed.

** Changed in: libgoogle-collections-java (Ubuntu)
   Status: New = Fix Released

** Changed in: commons-httpclient (Ubuntu)
   Status: New = Fix Released

** Changed in: ant (Ubuntu)
   Status: New = Fix Released

** Changed in: junit (Ubuntu)
   Status: New = Fix Released

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-16 Thread Matthias Klose
Artur, some questions:

 - many of the packages from your archive are already in karmic:
   as source packages which need to be built. Do you have a list of
   souce packages which are not yet in karmic, but need to get 
  imported from unstable?

- How did you build these packages? We have to rebuild all packages
  entering into ubuntu, and the difficulty is to get it right. which
  exact steps did you make to build these?

I'll try to look at the building stuff this weekend, but would like to
save some time if you already did figure out the above.

Thanks, Matthias

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-16 Thread Artur Rona
Dnia 2009-10-16, piÄ… o godzinie 09:22 +, Matthias Klose pisze:
 Artur, some questions:
 
  - many of the packages from your archive are already in karmic:
as source packages which need to be built. Do you have a list of
souce packages which are not yet in karmic, but need to get 
   imported from unstable?
 
Here is.
[debian_unstable-package-name] [version]
libmaven-antrun-plugin-java 1.3-1
libmaven-assembly-plugin-java 2.2~beta4-1
libmaven-common-artifact-filters-java 1.1-2
libmaven-compiler-plugin-java 2.0.2-4
libmaven-dependency-analyzer-java 1.1-2
libmaven-dependency-plugin-java 2.1-2
libmaven-dependency-tree-java 1.2-2
libmaven-docck-plugin-java 1.0-1
libmaven-doxia-tools-java 1.0.2-2
libmaven-ear-plugin-java 2.3.2-1
libmaven-ejb-plugin-java 2.2-1
libmaven-file-management-java 1.2.1-2
libmaven-filtering-java 1.0~beta-2-4
libmaven-install-plugin-java 2.3-2
libmaven-invoker-java 2.0.10-2
libmaven-invoker-plugin-java 1.3-2
libmaven-jar-plugin-java 2.2-4
libmaven-javadoc-plugin-java 2.5-1
libmaven-plugin-testing-java 1.2-2
libmaven-plugin-tools-java 2.5-2
libmaven-reporting-impl-java 2.0.4.1-4
libmaven-repository-builder-java 1.0~alpha2-1
libmaven-resources-plugin-java 2.3-5
libmaven-scm-java 1.2-2
libmaven-scm-java-doc 1.2-2
libmaven-shade-plugin-java 1.2.1-2
libmaven-shared-io-java 1.1-3
libmaven-site-plugin-java 2.0-2
libmaven-verifier-java 1.0-1
libmaven-war-plugin-java 2.1~beta1-1
libmaven2-core-java 2.2.1-1 
libmaven2-core-java-doc 2.2.1-1
libmaven-clean-plugin-java 2.3-3 
maven-debian-helper 
libplexus-sec-dispatcher-java
libplexus-cdc-java
libplexus-maven-plugin-java

 - How did you build these packages? We have to rebuild all packages
   entering into ubuntu, and the difficulty is to get it right. which
   exact steps did you make to build these?
FYI: If you think that uninea is my ppa, you're wrong.
Procedure:
1) Download .orig.tar.gz, .diff.gz, .dsc from Debian's ftp
2) dpkg-source -x *.dsc and go to new created folder
3) Edit debian/changelog - prepare to upload into my-ppa
4) Looking at builder on my-ppa.
If any package got FTBFS and if reason is missing any package, I'm
looking into debian/control for field called Build-Depends-Indep then
again go to packages.debian.org and repeat procedure.

 I'll try to look at the building stuff this weekend, but would like to
 save some time if you already did figure out the above.
You can ask me on #ubuntu-motu for more questions.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-15 Thread Artur Rona
For questions about getting maven2 into karmic, go to Matthias Klose (doko). 
Workaround is install maven2 from ppa: 
https://launchpad.net/~uninea/+archive/java
Please test it and give feedback.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-14 Thread Nicolas Dumoulin
I use daily maven2, and I agree that a solution should be found
urgently: fix or remove, but decide what to do.

For instance, I keep the old version of plexus 
(libplexus-container-default-java_1.0-alpha-9-stable-1-2_all.deb) and all is 
working fine.
I haven't understand why this new version of libplexus is needed ?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-13 Thread Alvin Thompson
I agree with comment #37.  Also, during the upgrade process from earlier
versions of Ubuntu you must warn people (before they commit to the
upgrade) that maven will no longer work.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-13 Thread Alvin Thompson
Bug #417164 and Bug #416312 explain why Maven no longer works.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-13 Thread Alvin Thompson
Whoops, wrong bug report...

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-13 Thread Pascal T
I was really hoping to get the latest version of maven2 in Karmic as it
might be the last release of maven's 2.x branch (pretty stable now) and
the last chance to include it. Indeed, maven3 is coming and including
maven2 in Karmic+1 will thus be pretty useless. On top of that, this
will lead to upgrading hell again (I bet maven 3.x will be released more
frequently than every 6 months) so we'll end up with an almost immediate
obsolete versions. And because maven2 is **unusable** right now, it
should just be removed. Very bad news for Java users on Karmic. Sadly,
+1 with comment #37.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-12 Thread Matthias Klose
declining the syncs/merges for ant, commons-httpclient, junit, 
libgoogle-collections-java, which would pull in maven2 into main.
I don't mind any other outstanding syncs which would make it easier to build 
maven2 in lucid, plus keeping it out of main.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-12 Thread Matthias Klose
question for lucid: how to build maven2 without the updated ant,
commons-httpclient, junit, libgoogle-collections-java packages?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-12 Thread Craig
I'm seeing some less than ideal comments here. Does this all mean that
the release team has given up on Maven working in Karmic?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-12 Thread Martin Meyer
If you are not going to sync maven  family for Karmic then you MUST
remove the maven2 package from the apt repository entirely.

The only thing worse than a really old version in the repo is a really
old version that doesn't actually work when you install it!

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-12 Thread Armando Di Cianno
I stumbled upon this issue last night when trying out Lift / Scala, and
the getting started guide has an example using maven.  Installed it,
immediate failure when I tried to run.  The program crashes and
described in this and related bugs, because of libraries being out of
sync with maven2.

This is pretty much unacceptable.  I would suggest getting a working
version into Karmic, but if you really must, completely remove maven.
It'll save people a lot of time, so they won't even try to debug the
crashing.

Thanks.

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-10 Thread Artur Rona
** Also affects: plexus-i18n (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-09 Thread Artur Rona
** Also affects: libgoogle-collections-java (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ant (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-09 Thread Artur Rona
** Also affects: commons-httpclient (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: maven2 (Ubuntu)
   Status: Incomplete = New

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs