Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168853 - Version bump dev-java/jarjar to 0.9
Summary: Version bump dev-java/jarjar to 0.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 168860
Blocks:
  Show dependency tree
 
Reported: 2007-03-01 11:07 UTC by Petteri Räty (RETIRED)
Modified: 2007-05-26 21:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2007-03-01 11:07:05 UTC
Tried this and the problem is:

compile:
    [mkdir] Created dir: /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
     [copy] Copying 1 file to /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
     [copy] Copied 5 empty directories to 2 empty directories under /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
    [javac] Compiling 44 source files to /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/build/main
    [javac] /var/tmp/portage/dev-java/jarjar-0.9/work/jarjar-0.9/src/main/com/tonicsystems/jarjar/JarJarMojo.java:27: package org.apache.maven.plugin does not exist
    [javac] import org.apache.maven.plugin.AbstractMojo;
    [javac]                               ^
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2007-05-03 02:42:08 UTC
Typically, you produce maven plugins using maven... something we don't quite support yet. As such, I'm inclined to say we should exclude the particular including maven at such point.
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-05-26 17:25:59 UTC
Looks like it wasn't that much problem in the end?

*jarjar-0.9 (18 May 2007)

  18 May 2007; Petteri Räty <betelgeuse@gentoo.org>
  +files/0.9-system-jars.patch, +jarjar-0.9.ebuild:
  Version bump. Fixes bug #168853. Registers the ant task so ant will be able
  to use it automatically. Does not run jarjar on itself so now uses system
  jars instead of bundling them inside the installed jar.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-05-26 21:43:40 UTC
(In reply to comment #2)
> Looks like it wasn't that much problem in the end?
> 

Most problems are solvable when you give them enough time.