| Summary: | Version bump dev-java/jarjar to 0.9 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Petteri Räty (RETIRED) <betelgeuse> |
| Component: | [OLD] Development | Assignee: | 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: | |||
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. 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. (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. |
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] ^