Re: F26 Self Contained Change: Replace Coolkey with OpenSC

2017-02-09 Thread Garrett Holmstrom
On 2017-02-02 06:49, Jan Kurik wrote: = Proposed Self Contained Change: Replace Coolkey with OpenSC = https://fedoraproject.org/wiki/Changes/Replace_Coolkey_with_OpenSC Change owner(s): * Jakub Jelen There are more PKCS#11 libraries supporting the same smart cards in the system. For the next r

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 22:19, Martin Gansser ha scritto: javadoc task is not executed. if you want enable just add: echo ' task javadoc(type: Javadoc) { classpath = configurations.compile source = sourceSets.main.allJava }' >> build.gradle or echo ' task javadocs(type: Javadoc) { cl

Re: error: package javafx.collections does not exist

2017-02-09 Thread Martin Gansser
> javadoc task is not executed. if you want enable just add: > > echo ' > task javadoc(type: Javadoc) { > classpath = configurations.compile > source = sourceSets.main.allJava > }' >> build.gradle > > or > > echo ' > task javadocs(type: Javadoc) { > classpath = configurations.comp

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
javadoc task is not executed. if you want enable just add: echo ' task javadoc(type: Javadoc) { classpath = configurations.compile source = sourceSets.main.allJava }' >> build.gradle or echo ' task javadocs(type: Javadoc) { classpath = configurations.compile source = sourceSets.

Re: Beta of new RH Bugzilla coming soon

2017-02-09 Thread Paul W. Frields
> On 02/06/2017 04:32 PM, Paul W. Frields wrote: > > Note, I'll likely be cutting a python-bugzilla release this week which fixes > some issues communicating with bugzilla 5. That's great Cole. Thanks for keeping up with this update. -- Paul ___ devel

Re: error: package javafx.collections does not exist

2017-02-09 Thread Martin Gansser
this is the new rpm spec-file: https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch.spec and the build.log file: https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch-build-log.txt ___ devel mailing list -- devel@lists.fedoraproject

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 14:32, gil ha scritto: Il 09/02/2017 14:21, gil ha scritto: Il 09/02/2017 13:43, Martin Gansser ha scritto: I found no doc file in the build folder. can you paste here the build log. or tell ne if the javadoc task was executed regards .g ___

Re: amdgpu xorg driver not installed by default

2017-02-09 Thread christianklomp
Right, I completely forgot about the move to a generic modesetting Xorg driver. I removed the xorg-x11-drv-amdgpu package and besides my screens switching around everything still works fine. Thanks for clarifying this. ___ devel mailing list -- devel@lis

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 14:21, gil ha scritto: Il 09/02/2017 13:43, Martin Gansser ha scritto: I found no doc file in the build folder. can you paste here the build log. or tell ne if the javadoc task was executed regards .g ___ devel mailing list -- devel

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 13:43, Martin Gansser ha scritto: I found no doc file in the build folder. can you paste here the build log. or tell ne if the javadoc task was executed regards .g ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

Re: error: package javafx.collections does not exist

2017-02-09 Thread Martin Gansser
> Il 09/02/2017 10:50, Martin Gansser ha scritto: > are you sure which > generated apis docs are located in "api/" sub dir? > and not in "build/docs/...(usually is the default path...)"? > seem there are uselesse BuildRequires declaration... > in the build.gradle are liste only these ones: > c

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 11:53, gil ha scritto: Il 09/02/2017 10:50, Martin Gansser ha scritto: Il 08/02/2017 14:59, Alec Leamas ha scritto: maybe you should read this https://fedora-java.github.io/howto/latest/#gradle before for adapt your spec file at Fedora Java Guideline regards .g i switched in t

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 09/02/2017 10:50, Martin Gansser ha scritto: Il 08/02/2017 14:59, Alec Leamas ha scritto: maybe you should read this https://fedora-java.github.io/howto/latest/#gradle before for adapt your spec file at Fedora Java Guideline regards .g i switched in the %build section to %gradle_build and i

Re: error: package javafx.collections does not exist

2017-02-09 Thread Martin Gansser
> Il 08/02/2017 14:59, Alec Leamas ha scritto: > maybe you should read this > https://fedora-java.github.io/howto/latest/#gradle before > for adapt your spec file at Fedora Java Guideline > regards > .g i switched in the %build section to %gradle_build and in the %install section to %mvn_install

Re: error: package javafx.collections does not exist

2017-02-09 Thread Martin Gansser
> Hi Martin. > > Martin Gansser: > > Hi, thanks for testing the openjfx package. There is a second step that > needs to performed manually. These steps are described in > /usr/share/doc/openjfx/README.fedora. > > > Jonny Thanks for your feedback, i run this script, that solves it. #!/bin/bash

Re: error: package javafx.collections does not exist

2017-02-09 Thread Jonny Heggheim
Hi Martin. Martin Gansser: > I am trying to compile MSearch, a program needed by Mediathekview. > https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch.spec > > dependencies: openjfx, i compiled the src.rpm file from: > https://jonny.fedorapeople.org/openjfx-8.0.152-3.b00.fc25.src.rpm

Re: error: package javafx.collections does not exist

2017-02-09 Thread gil
Il 08/02/2017 14:59, Alec Leamas ha scritto: On 08/02/17 14:39, Martin Gansser wrote: Hi, I am trying to compile MSearch, a program needed by Mediathekview. https://martinkg.fedorapeople.org/Packages/MediathekView/MSearch.spec maybe you should read this https://fedora-java.github.io/howto