Problem with gradle build

2013-07-10 Thread Eva Krejcirova
Hi All, If I run gradle test it sometimes (but not always) fails with: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':base:compileTestJava'. java.lang.ClassFormatError: Invalid Constant Pool entry Type 18 The whole exception stacktrace is at the end of

Re: Constructor annotation

2013-10-16 Thread Eva Krejcirova
*From:* Claus Luethje [mailto:claus.luet...@osys.ch] *To:* Eva Krejcirova [mailto:eva.krejcir...@oracle.com], openjfx-dev@openjdk.java.net [mailto:openjfx-dev@openjdk.java.net] *Sent:* Wed, 16 Oct 2013 11:26:12 + *Subject:* RE: Constructor annotation Hi I'd

Re: Constructor annotation

2013-10-16 Thread Eva Krejcirova
it was not possible to specify that we need it only for constructors, so the class files then contain names of arguments of all methods even if we don't need them. Eva Tom On 2013-10-16 11:22, Eva Krejcirova wrote: Hi All, when we retired builders, we caused a problem for FXML which

Re: Constructor annotation

2013-10-16 Thread Eva Krejcirova
...@bestsolution.at wrote: On 16.10.13 11:22, Eva Krejcirova wrote: Hi All, when we retired builders, we caused a problem for FXML which doesn't have a way to create classes without default constructors. Back then we decided to use an annotation for this but never actually got to implement it and we need to fix

Re: Constructor annotation

2013-10-16 Thread Eva Krejcirova
... anybody disagree strongly? Steve On 2013-10-16 11:45 AM, Richard Bair wrote: Ya that works too. On Oct 16, 2013, at 8:41 AM, Eva Krejcirova eva.krejcir...@oracle.com wrote: Good point! In FX sources, we already use the @Default annotation which was used by annotation processor when generating