ant
Combining JS and CSS files as part of build
I want to concatenate all my JS files to reduce the number of HTTP requests a browser makes when it goes to my website. Of course, there\'s still value in keeping these files separate during developme[详细]
2023-04-05 09:24 分类:问答error while including external JARs in ant script
This is my first attempt at writing an ANT script. This is my build.xml for a simple Hello World app using Spring.[详细]
2023-04-05 07:14 分类:问答Coverage report for unit test
I\'m trying to get coverage report for my unit test, but BUILD always FAIL. I\'m using this tutorial (blog.pboos) step-by-step.[详细]
2023-04-05 04:35 分类:问答Use Ant to only run specific JUnit tests
We currently have a project set up and have 4 teams working on different parts of it.I am wanting to have 5 ant targets to run.One for each team and one additional for production.But I would like to s[详细]
2023-04-05 02:26 分类:问答Hudson triggering ant bulid
I want to achieve like this ,\"when i chec开发者_运维百科k-in my code in git repository hudson assosiated with git should trigger antor maven build scripts \" Can any one help me on this...???So, how[详细]
2023-04-05 02:08 分类:问答Get information about dependent modules in Ivy
have several \"generic\" modules and one module, which is dependent on them (root). I would like to put some information in the generic modules ixy.xml and later read this information in the build.xml[详细]
2023-04-05 01:20 分类:问答JAVA_HOME variable
I s开发者_如何学Pythonet my JAVA_HOME variable to point to the jdk and I added %JAVA_HOME%\\bin to the Path variable.[详细]
2023-04-05 00:48 分类:问答Why does a non-forked ANT Java task not see some required classes?
I am experiencing this problem where if I start my server application as a forked Java task , it works fine (but annoyingly grabs the System.in()input)but when I try to run the Java task as unforked ([详细]
2023-04-04 23:30 分类:问答Why does Eclipse report BUILD FAILED when Ant Tomcat task seems to be successful?
When running Ant targets with tomcat manager commands they appear to be successful, but report BUILD FAILED.[详细]
2023-04-04 20:46 分类:问答Convert PSD to PNG/JPG with ANT
I am playing around w开发者_开发技巧ith build processes and the idea came up to store our PSD\'s in our repository so when a build kicks off we can convert the PSD files to PNG/JPG images. This would[详细]
2023-04-04 18:13 分类:问答