gradle
How to generate source files and compile them with gradle
I have a gradle build script similar to: apply plugin: \'war\' task genSources << { // here I generate some java files[详细]
2023-02-11 19:17 分类:问答Gradle 0.9.2 with Appengine 1.4.2
Is th开发者_如何转开发ere a Gradle plugin (compatible with Gradle 0.9.2) that\'ll let me deploy to Google App Engine 1.4.2?[详细]
2023-02-10 06:39 分类:问答Can the Android layout folder contain subfolders?
Right now, I\'m storing every XML layout file inside the \'res/layout\' folder, so it is feasible and simple to manage small projects, but when there is a case of large and heavy projects, then there[详细]
2023-02-09 08:40 分类:问答Anyone have experience in building an Eclipse RCP application with Gradle?
Does anyone have experience in building an application based on Eclipse RCP with Gradle? I\'d like especially t开发者_如何学Co know:[详细]
2023-02-08 09:10 分类:问答Override plugin convention property with project property
I am trying to understand how to set a plugin convention property from a project property. Here is the customPluginWithConvention example from the gradle distribution (gradle-0.9.2\\samples\\userguid[详细]
2023-02-08 06:31 分类:问答Using Gradle to build a JAR with dependencies
I have a multiproject build and I put a task to build a fat JAR in one of the subprojects. I created the task similar to the one described in this cookbook.[详细]
2023-02-08 05:24 分类:问答How do I produce a ZIP of my source using Gradle?
I\'m converting a relatively small project from Ant to Gradle. I expect to reduce the number of lines in the build script by approximately 75%![详细]
2023-02-07 07:48 分类:问答Using gradle to generate eclipse projects for EJB Module
I want to generate project and settings for a EAR project, a EJB client jar and a EJB module but i was not able to inser开发者_如何学编程t new facets to the eclipseWtp task, tried many combinations ba[详细]
2023-02-05 23:26 分类:问答Gradle fails injecting dependencies into subprojects using fileTree
Maybe I\'m missing something about the way Gradle works. What I have here is a parent project, which only contains configuration, i.e. there won\'t be any artifact being built when building it, it mer[详细]
2023-02-04 14:00 分类:问答Is it possible to exclude classes/packages when depending on a JAR?
I need to depend on a JAR file that contains the entire JUnit 3 package, but I bundle JUnit 4 separately with my project. Hence, my test break because they are executed using the JUnit 3 runner, when[详细]
2023-02-04 01:31 分类:问答