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:
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
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
I was tr开发者_运维技巧ying to use \'appDirName\'in ear task, which has \'META-INF/application.xml\'
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
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).
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).
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开发者_
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
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