Is there a Scorm 1.2 player that can be launched from the command line? I\'m looking to integrate th开发者_开发技巧e player into a ant script. SCORM is a protocol that specifies how one JavaScript co
I have a build process that开发者_开发百科 creates an ear in a fairly complicated manner (multiple EJB jars, a couple of wars, a couple of sars (which are JBoss specific). The ant process for piecing
I am using Tomcat 6, Apache Ant 1.7.1 and JDK 1.6 on OS X Snow Leopard... Created the following build script and supporting property files:
Most Hibernate tutorials use Maven for handling the build, but I\'m looking for a basic configuration using Ant instead. I\'ve reviewed this some:
I have a number of file/executable locations that are likely to be different depending on which computer I am running them on, and I would like to abstract these out through ant properties somehow. Wh
I am working with the new cfbuilder and using ANT to push my code to my dev server. One issue that keeps cropping up is when I make changes to my beans.xml file my ant build throws an exception on my
We are using cruisecontrol to build our projects, which are ant files. I\'m now checking to use Team System (Microsoft) in the future. Is it possible to use ant scripts in Team System? We have a lot o
I have an Ant build that has this line in it: WORKSPACE.dir = ${basedir}/../ I then have: CORE_PROJECT.dir= ${WORKSPACE.dir}/UUI_Core
Is there a well-established way to share Ant targets between projects? I have a solution currently, but it\'s a bit inelegant. Here\'s what I\'m doing so far.
I have a java junit test that passes when run alone on a development machine. We also have a hudson job which runs all the tests, invoked via ant, on a Mac OS X 10.4 node with Java 1.5. The test was p