I am using Griffon and want to add the guava libraries as a dependency in my project. However, when I do this, even without using 1 class of it, I get the following exception:
Compilation error: BUG! exception in phase 'canonicalization' in source…
I'm using Ubuntu and i have installed Griffon by taking the steps from this site. Even though there is no error in my installation. When i try to run the Griffon app using the command :
griffon run-app
I'm getting the error…
I'd like to use db4o inside Griffon app, but I've problem with configuration:
how to set up plugin to not delete dbFile during AppShutdown.
There is some info about configuration at plugin page:
def configure(EmbeddedConfiguration configuration)…
I'm using db4o with groovy (actually griffon). I'm saving dozen of objects into db4o objectSet and see that .yarv file size is about 11Mb. I've checked its content and found that it stores metaClass with all nested fields into every object. It's a…
I'm trying to compare the value of a property to a String using isEqualsTo. This value always returns true, regardless of the string I'm comparing the property to. I have a model that has a messageType, this message type is a string and it could be…
I have been researching on integration of griffon to NetBeans IDE but all I get online and on this platform has not solved my problem.I keep getting this error
The plugin Groovy Support is requested in implementation version 201112071828.
The…
The application exported using the createApp task of Gradle macAppBundle does not render the fonts properly.
The application is a JavaFX application developed using Griffon. The interface of the application is JavaFX WebView which renders an html…
I install the lazybones successfully no I am on the next instruction below.
Next register the griffon-lazybones-templates repository with
Lazybones' config file. Edit $USER_HOME/.lazybones/config.groovy
But I cannot find .lazybones…
The application that I would like to revamp is pretty well organized. UI is separated into a module. UI controllers implement the interface PropertyChangeListener. When other modules want to have something happened in the UI they just fire…
I am trying to start a Griffon project. The Griffon repository is available from bintray. I created a Gradle project in Intellij and added the maven repository provided into the build.gradle file. But the project structure is not being generated. I…
i'm trying to use org.apache.commons.lang.RandomStringUtils in a Griffon application (Griffon 1.5) .. I included it in the BuildConfig shown below ..
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime' or…
I am new to Griffon 2 Framework. I am going to create new project using Griffon 2. I am going with http://griffon-framework.org/tutorials/1_getting_started.html reference. I am able to create new project successfully but when I run project using…
I am following the Griffon official Tutorial but I cannot get it running using groovy as main language and swing as UI library.
This is my environment:
$ gvm version
Groovy enVironment Manager 2.4.2
$ lazybones -version
Lazybones version…
I have implemented a back-end for my application in Groovy/Gradle, and am now trying to implement a GUI.
I am using Hibernate for my data storage (with HSQLDB) per
http://groovy.codehaus.org/Using+Hibernate+with+Groovy
(with Jasypt for encryption)…