> Il 11/02/2017 16:37, Martin Gansser ha scritto:
> remove
> unavailable plugin/s support
> regards
> .g

i removed a few unavailable plugins and tried to replace jchart2d by 
jfreechart, but this fails.
I think jchart2d is really necessary 
https://bugzilla.redhat.com/show_bug.cgi?id=1234664

--- build.gradle.orig   2017-02-11 19:29:45.361791751 +0100
+++ build.gradle        2017-02-11 19:28:23.883755691 +0100
@@ -1,10 +1,6 @@
 import org.apache.tools.ant.filters.ReplaceTokens
 import java.nio.file.Files

-plugins {
-    id "com.github.jk1.dependency-license-report" version "0.3.5"
-    id 'edu.sc.seis.launch4j' version '2.0.1'
-}
 apply plugin: 'java'
 apply plugin: 'distribution'
 apply plugin: 'maven'
@@ -77,9 +73,7 @@
     compile 'com.jidesoft:jide-oss:3.6.16'
     compile 'org.tukaani:xz:1.5'
     compile 'com.jgoodies:jgoodies-forms:1.9.0'
-    compile 'net.sf.jchart2d:jchart2d:3.3.2'
-
-    compileOnly 'com.yuvimasory:orange-extensions:1.3.0'
+    compile 'org.jfreechart:jfreechart:1.0.19'
 }

 uploadArchives {
@@ -194,42 +188,6 @@
     }
 }

-//Windows executable generation
-launch4j {
-    mainClassName = mainClass
-    icon = "../../res/Info/MediathekView.ico"
-    jar = jarName
-    dontWrapJar = true
-    outfile = "MediathekView_ohne_feste_Speicherzuweisung.exe"
-}
-
-task creatMitSpeicherExe(type: edu.sc.seis.launch4j.tasks.Launch4jLibraryTask) 
{
-    outfile = "MediathekView.exe"
-
-    initialHeapSize = 256
-    maxHeapSize = 2048
-    maxHeapPercent = 80
-}
-
-assemble.dependsOn createAllExecutables

 /**
  * This is how you pass arguments: "./gradlew run -Pargs=arg1,arg2,arg3
   
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to