Has anyone used IZPack with Gradle? And how easy is it to use开发者_开发技巧?Any example code?I just released a first version of a IzPack plugin for Gradle. Give it a shot! For more information on how
When running groovyc in a Windows env, I am running into issues due to the length of the classpath, in my situation.I would like to work around this by creating a pathing jar, and then put that jar on
I have a jsp that contains a css link that looks like <link type=\"text/css\" href=\"/css/login-min.css\" rel=\"stylesheet\" />
I am looking to use a versioned database migrations tool like DBdeploy in a java project which uses Hibernate as the ORM and uses Gradle as the build system. I am unable to lookup any documentation on
my build.gradle looks like: app开发者_开发技巧ly plugin: \'java\' apply plugin: \'eclipse\' apply plugin: \'application\'
I wrote a simple gradle task to generate thrift files: task generateThrift << { thriftFiles = fileTree(dir: \'src/main/thrift\').matching { include \'**/*.thrift\' }
Got this error after moving %JENKINS_HOME% to a UNC from a local directory.Any idea how to fix this?We use Windows server 2008 and it seems like there is no way to do hard link to a UNC under Server 2
I have two projects, project A and Project B. Both are written in groovy and use gradle as their build system.
I can run gradle from a command line to see its version. I can run, compile and debug a grails app in IntelliJ (version 10.0 or version 10.2)
I feel like I am missing something obvious here, but I can\'t seem to find it. I have a project, where I want my package structure like so