Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168853

Summary: Version bump dev-java/jarjar to 0.9
Product: Gentoo Linux Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: [OLD] DevelopmentAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 168860    
Bug Blocks:    

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.