Milos Kleint

Results 16 comments of Milos Kleint

my usecase is basically a bidirectional linking (see http://stackoverflow.com/questions/25324860/how-to-create-a-bidirectional-link-between-containers) 1. start selenium container 2. run an application build in another container and run the webdriver tests against the 'remote selenium'...

I mean the org.netbeans.modules.scala.refactoring.ui.tree.ElementGrip@485dccc0 stuff..

yenta is in central I understand. Sounds like a formalization of my reflection hack in ModInstall. Pro: externalizing the hack is good, less people have to know and maintain the...

do you have some kind of more complete stacktrace? from a quick glance it looks like an issue with maven itself or some maven lib the branding goal is using.

http://stackoverflow.com/questions/36583118/is-maven-ready-for-jdk9 is likely related (http://stackoverflow.com/a/36605759/228145)

direct and transitive dependencies have different meaning within the context of nbm project. Your pom dependency should have the scope of 'import', not 'provided' and then it will likely work...

it's either us (the plugin) not closing some streams or some other application taking hold of it I believe

what version of maven are you using? It seem like we first try to download a version of a nbm file containing some files of interest and then we try...

I currently don't have access to a windows machine, do you know what is the way to figure out if 32 or 64 bit are used on jdk9?

do you know what is the reason for shipping classes from jdk as part of a binary? AFAIK you might get weird problems at runtime as well, because A. the...