Ant Programming Software Development by isuruj I need to copy a file to my machine from a remote machine. Are there any ant targets to do that? Re: Ant Programming Software Development by Ezzaral If you mean task instead of target, yes there is. [URL="http://ant.apache.org/manual/index.html"]Read the documentation[/URL]. Re: Ant Programming Software Development by Ezzaral [URL="http://ant.apache.org/manual/CoreTasks/get.html"]<get>[/URL] is also available, depending on the specifics of what you are trying to get remotely. Ant algorithm in php (cakephp) Programming Web Development by Zhedeng08 … should i do Help me please... <?php class Ant{ private $the_food; private $the_pheronome; private $startPoint; private… $antId => $ant){ $ant->set_storage($this->food_storage[$gen][$antId]); $ant->collectThatFood(); $ant->putTheFoodOnStorage(); $this… Ant question: getting values from the command line Programming Software Development by jon.kiparsky … to read in values from the command-line ant call? The scenario I have in mind is…'d like to be able to do something like: ant jarfile "Hello.jar" "Hello"…t see any way to do this in the ant documentation - the <arg> tag doesn… like. Any ideas, or is this impossible in ant? (obviously I could write a quick bit of… Re: Ant question: getting values from the command line Programming Software Development by nezachem If I understand correctly what you are after, pass relevant properties as command line arguments. For example, -Dsrc=Hello (details really depend on your ant file). ant build process is not working Programming Software Development by rpjanaka … but i cant build my project with the ant as specified, i have used ant befor now .there is no problem with… ant. the error given is as follow ; compile: [javac] Compiling 2 … ant delete problem Programming Software Development by brianlevine I'm having trouble getting ant to delete files. I'm working through a basic spring …tutorial and it has included an ant target to clean the build: [CODE] <target name="… me, but it's not deleting anything. I'm running ant from the command line in the root directory of my… Ant Junit classpath length Programming Software Development by SasseMan … problems with my build files while running junit tests via ant. The build worked fine until a couple of days ago… found this: [url]http://huionn.wordpress.com/2010/03/26/ant-javac-failed-with-%E2%80%9Cerror87-the-parameter-is-incorrect… my problems is how to do this with junit in ant? Another solution is to try to shorten the arguements that… Re: Ant Junit classpath length Programming Software Development by DavidKroukamp … problems with my build files while running junit tests via ant. The build worked fine until a couple of days ago… found this: [url]http://huionn.wordpress.com/2010/03/26/ant-javac-failed-with-%E2%80%9Cerror87-the-parameter-is-incorrect… my problems is how to do this with junit in ant? Another solution is to try to shorten the arguements that… Re: ant build process is not working Programming Software Development by jwenting what exactly did you set in your environment? It is wrong, or ANT would work (or else you failed to install the JDK, installing the JRE instead). Re: ant build process is not working Programming Software Development by jwenting Yes, so there IS a problem. If you don't give the information we need to help you, you won't get any help. Remember that ant does NOT use javac.exe... Ant Based Clustering algorithm in C Coding Programming Software Development by kishore84 Hello friends did anybody have implemented the ant based clustering algorithm in C.If so can u pls pass me on the coding.It would of great help to me. Re: Ant Based Clustering algorithm in C Coding Programming Software Development by ssharish2005 HAHA what is Ant Clustering algorithm. Never heard of it before. But any way, no one is gonna give you the code unfortunately. People are here to help but not to pass on the code. Have you go any work on this algorithm that you on done? Post them here. ssharish ant colony algorithm Programming Computer Science by basma.lm hi all, my question is what are the stop conditions of the ant colony system algorithm. i hope you can help me. Re: ant colony algorithm Programming Computer Science by Salem > my question is what are the stop conditions of the ant colony system algorithm. All the ants are dead. Re: ant colony algorithm Programming Computer Science by Salem You're not!? Gee, there's me thinking that someone with aspirations to being able to program something like that would have [URL="http://lmgtfy.com/?q=ant+colony+system+algorithm"]STFW [/URL]beforehand. Re: Ant Based Clustering algorithm in C Coding Programming Software Development by Adak The Aussie's and their Ant clusters: [url]http://cellar.org/showthread.php?t=24345[/url] Ant Files Programming Software Development by marleyB …; <import file="../javadocs/javadocproperties.xml"/> <!-- Ant task files --> <import file="../implementation/implementation.xml… Re: What is the Use of Apache Ant and CVS in the Java Development...? Programming Software Development by jwenting Ant is a build tool, similar to what make does for … to integrate them even more so that I can have ant build a jar of my applications directly from CVS for… Re: Incorporating 7z in macrodef in ANT Programming Software Development by Ezzaral Ant has a built-in [URL="http://ant.apache.org/manual/Tasks/zip.html"]zip[/URL] task that you could use, but if you want to use 7z instead then I would think you could do it pretty easily with [URL="http://ant.apache.org/manual/Tasks/exec.html"]exec[/URL]. Re: Ant Programming Software Development by isuruj I read the documentation, but I couldn't find a way to do that. So can sombody mention how to do that? Re: Ant Programming Software Development by parry_kulk Use the 'copy' task [CODE] <project name="blank" default="copy_file"> <property name="srcfile" value="\\remote_mc_name\srcdir\file.txt"/> <property name="destpath" value="C:\destdir"/> <target name="copy_file" > <copy… Re: Ant Programming Software Development by isuruj I needed to copy .log file. According to above code I did that. But for copying, that file or folder containing that file must be shared. It is a limitation, but I think that is only way. Re: Ant cobertura build.xml for coverage Programming Software Development by Wei_3 …;${instrumented.dir}" /> How to fix the instrument ? The ant out put is: [cobertura-instrument] Aug 15, 2014 3:24… But apprarently it has fault in it. --------------------------------------- My environment: ant version Apache Ant(TM) version 1.9.2 compiled on July 8… Re: Ant Files Programming Software Development by prachi69 Please go through this link -> http://ant.apache.org/manual/listeners.html Re: Ant cobertura build.xml for coverage Programming Software Development by peter_budo https://github.com/cobertura/cobertura/wiki/Ant-Task-Reference Re: Ant cobertura build.xml for coverage Programming Software Development by peter_budo In all seriousnes, I think you should try to join JUnit mailing and ask there. These days builds tend to be based around Gradle (where you either use Gradle plugins or can reuse stuff from Maven or even Ant) or use Maven (however interest here is fading) Re: Ant cobertura build.xml for coverage Programming Software Development by Wei_3 It is working now with exclude some of the class using jmockit. however, when run it on windows with the same build.xml it failed and error message: BUILD FAILED build_win.xml:15: t ertura.ant.InstrumentTask cannot be found using the classloader AntClassLoader[C:\...\ ertura-2.0.3-sources.jar] A simple question about istrue of Ant. Programming Software Development by George2 … dependencies. Fix: declare the task. - The task is an Ant optional task and the JAR file and/or libraries implementing… at the time you yourself built your installation of Ant from the Ant sources. Fix: Look in the ANT_HOME/lib for …neither file bug reports on this problem, nor email the Ant mailing lists, until all of these causes have been …