Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ANT Solutions: 1 - 17 of 17
  • 1
 
How do I mask password input on Ant console?
I am having problems running my Junit tests via Ant. I can't seem to get Ant to see the properties file it needs to load a dll my project needs. All my tests work using the Junit GUI in Elcips...
Hi, I am trying to execute a .BAT file using a simple ANT script.. I have embedded this script in my Cruisecontrol script as below. <cruisecontrol> <property name="deploy.bat.path" valu...
When I issue an ant run in this case I get a class not found exception stating that a class was not found:  [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/comm...
Hello, I have an ant build script , that accepts a property called  var1 from the user , valid values of var1 are a,b,c and the build script performs certain tasks based on the var1 value. F...
Hello Experts, I am trying to get Ant 1.7 going on centOS 5.2. When I type ant on shell, I get the following errors: [code] /usr/bin/build-classpath: error: Could not find xml-commons-a...
I get the following error when trying to run an Ant build... i have checked and all the <jar files> are in the correct directory and they are added to the .classpath file in the project.  I do...
Hi,      I have an existing Web application developed in J2EE using Struts framework. To this we have added a EJB module. We deployed this application as a single .EAR file in development env...
I'm building a large Java project with Ant and JAXB using the XJC ant task.  How do I skip generating and compiling the Java from JAXB if the schema(s) did change?  It re-generates the Java an...
Hello, I would like to set up an email task in ANT. but, am not sure how to implement that. Coz from my knowledge, build automatically exists when it fails. I donot want to do this - search ...
I am trying to create a build file that will get weblogic server to point to a domain and then start the weblogic server.  So basically I want to build the app, deploy it and get weblogic serv...
Does anyone have an example of an Ant Script that uses SFTP through SSH2 to transfer a build file to a server? What are the necessary libraries to accomplish so?
I am getting the following error when I do an ant build.xml. prasad@prasad-laptop:~/Projects/springapp$ ant deploy Buildfile: build.xml build: BUILD FAILED /home/prasad/Projects/spr...
I want to include a directory as part of the fileset only if a directory is present, Iam not able to do so. I see that Ant 1.7.1 has "erroronmissingdir" attribute for fileset in ant Is t...
Hi I want to create an ear file that will contain just the following: My.jar --> which contains all the ejbs, user libraries etc manifest --> file application.xml weblogic.xml After bui...
I'm trying to display the SVN revision number using ant. I 've tried to use svntask. However, it gives me the revision of the current directory. I would like to default it to the base director...
Hi, Need help on ant - build script. Build script for the project takes lot of time, and requires refactoring. Any idea how best I can address this issue? The technologies we are using: JS...
 
  • 1