gradle
How do I execute ant.java properly from gradle?
I\'m trying to invoke a jar, but I don\'t see any output when I run the command without args, and when I do run with args, I get the following error:[详细]
2023-03-26 15:31 分类:问答Java project building
I have some question related to project building in Java. When attempting to find some good examples of projects using 开发者_StackOverflowGradle as their building system, I was searching through Goo[详细]
2023-03-26 14:56 分类:问答non-jar SVN dependency management
Hypothetically there were two software companies, A & B. Both companies have about a couple of hundred Eclipse projects. Both have a few application end-produc开发者_高级运维ts. Each end-product p[详细]
2023-03-25 08:23 分类:问答Gradle - ear task
I was tr开发者_运维技巧ying to use \'appDirName\'in ear task, which has \'META-INF/application.xml\'[详细]
2023-03-25 04:00 分类:问答Gradle - ear file with war file
It works with ear file we build with Maven. Using Gradle, I have an EAR (MyEnterpriseApp) file with a WAR (Myweb) and set of jar files in the root folder. When we deploy it is fine no problem. When th[详细]
2023-03-25 01:36 分类:问答How to create a distribution archive (zip) containing project jars and war in Gradle
I am trying to create a Zip task that would create a distribution package for my project that contains project jar files and war (and potentially other build artifacts produced by the assemble task).[详细]
2023-03-24 13:47 分类:问答How can I add a Java system property during JUnit Test Execution
I need to define a system property for my JUnit tests.I\'ve tried various steps to pass the name/value pair into gradle. (I\'ve tried Milestone-3 and 4).[详细]
2023-03-24 11:22 分类:问答Gradle - how to create an ear file
I am new to Gradle, How to create a ear file using Gradle? It will have , including set of java projects and web project (war file). Java project will have set of compling resources. Web projec开发者_[详细]
2023-03-23 14:57 分类:问答Gradle - jar file name in java plugin
I am trying with Gradle first time. I am trying with a maven java project to compile and create a jar file. It is compiling and creating the jar file in build/libs directory as[详细]
2023-03-22 00:26 分类:问答Using a project as a compile time dependency without including it's compile time dependencies?
I have two Gradle projects, project A which is a war and project B which is a jar. Project A depends on project B. Project B has a compile dependency C. When I build project B the compile dependency C[详细]
2023-03-18 20:59 分类:问答