Re: MediathekView - java package optimization

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

can we working on jchart2d java plugin ? 
https://bugzilla.redhat.com/show_bug.cgi?id=1423772
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: MediathekView - java package optimization

2017-02-11 Thread Martin Gansser
> 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.gradle2017-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


Re: MediathekView - java package optimization

2017-02-11 Thread gil



Il 11/02/2017 16:37, Martin Gansser ha scritto:

last messages from compiling the sources:

+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py --gradle
Executing: gradle-local --no-daemon --offline build xmvnInstall
['gradle-local', '--no-daemon', '--offline', 'build', 'xmvnInstall']

FAILURE: Build failed with an exception.

* Where:
Build file 
'/home/martin/rpmbuild/BUILD/MediathekView-0c4c821267110a0b7504a9a098e25281bf23a721/build.gradle'
 line: 5

* What went wrong:
Error resolving plugin [id: 'com.github.jk1.dependency-license-report', 
version: '0.3.5']

Plugin cannot be resolved from https://plugins.gradle.org/api/gradle because 
Gradle is running in offline mode

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

what meaning this and how can i solve this ?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

remove unavailable plugin/s support
regards
.g
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: MediathekView - java package optimization

2017-02-11 Thread Jens Lody
Am Sat, 11 Feb 2017 14:30:42 +0100
schrieb Martin Ueding :

> As far as I know, the person who created the indices used will stop
> doing that. Therefore the program will be without a data source.

MediathekView is now a community-project and will be continued.

See the announcement on http://zdfmediathk.sourceforge.net/ and the new
website at https://mediathekview.de/ .

Both sites are only available in german as far as I see.

Jens



pgpCZCCWVfnXA.pgp
Description: Digitale Signatur von OpenPGP
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: MediathekView - java package optimization

2017-02-11 Thread Martin Gansser
last messages from compiling the sources:

+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py --gradle
Executing: gradle-local --no-daemon --offline build xmvnInstall
['gradle-local', '--no-daemon', '--offline', 'build', 'xmvnInstall']

FAILURE: Build failed with an exception.

* Where:
Build file 
'/home/martin/rpmbuild/BUILD/MediathekView-0c4c821267110a0b7504a9a098e25281bf23a721/build.gradle'
 line: 5

* What went wrong:
Error resolving plugin [id: 'com.github.jk1.dependency-license-report', 
version: '0.3.5']
> Plugin cannot be resolved from https://plugins.gradle.org/api/gradle because 
> Gradle is running in offline mode

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

what meaning this and how can i solve this ?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: MediathekView - java package optimization

2017-02-11 Thread Martin Ueding
As far as I know, the person who created the indices used will stop
doing that. Therefore the program will be without a data source.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


MediathekView - java package optimization

2017-02-10 Thread Martin Gansser
Hi,

I am working on a rpm package for MediathekView and need some tips for 
optimizing the rpm spec file.

https://martinkg.fedorapeople.org/Packages/MediathekView/MediathekView.spec
https://martinkg.fedorapeople.org/Packages/MediathekView/MediathekView-13.0.1-1.fc25.src.rpm
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org