Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11278
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Oncofuse: Is there any way to avoid groovy-eclipse-compiler |
| Date | 2019-06-26 17:20 +0200 |
| Message-ID | <ydhSh-6SL-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
I'm trying to package oncofuse[1]. I used mh-make to create the
packaging skeleton. I asked mh-make to ignore the dependency
groovy-eclipse-compiler since I was hoping that its not urgently needed
(and I do not have the slightest idea what this is and how hard it is to
package it as precondition). Unfortunately I'm running into
dh_auto_build
/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/oncofuse-1.1.1 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/oncofuse-1.1.1/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/oncofuse-1.1.1/debian -Dmaven.repo.local=/build/oncofuse-1.1.1/debian/maven-repo package -DskipTests -Dnotimestamp=true -Dlocale=en_US
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------< es.unav:oncofuse >--------------------------
[INFO] Building oncofuse 1.1.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ oncofuse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ oncofuse ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.386 s
[INFO] Finished at: 2019-06-26T15:06:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project oncofuse: No such compiler 'groovy-eclipse-compiler'. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Is there any way to use the Debian packaged groovy for this probably not
very complex project (only 7 *.groovy files) or is this groovy-eclipse
thingy providing something that can not be replaced?
Sorry for the naive question
Andreas.
[1] https://salsa.debian.org/med-team/oncofuse
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar | Unroll thread
Oncofuse: Is there any way to avoid groovy-eclipse-compiler Andreas Tille <andreas@an3as.eu> - 2019-06-26 17:20 +0200
Re: Oncofuse: Is there any way to avoid groovy-eclipse-compiler Mykola Nikishov <mn@mn.com.ua> - 2019-06-26 22:00 +0200
Re: Oncofuse: Is there any way to avoid groovy-eclipse-compiler Thorsten Glaser <t.glaser@tarent.de> - 2019-06-26 22:10 +0200
Re: Oncofuse: Is there any way to avoid groovy-eclipse-compiler Andreas Tille <andreas@an3as.eu> - 2019-06-26 22:20 +0200
Re: Oncofuse: Is there any way to avoid groovy-eclipse-compiler Thorsten Glaser <t.glaser@tarent.de> - 2019-06-26 22:50 +0200
csiph-web