AW: Improving the manualGood to hear some suggestions from another point of view -) >The big problem with the Ant manual is the people who wrote it >knew too much. I can see various ways to make it more >intelligible to tJunit issue....I 'm using Ant 1.6.0 and when using the junit task in my script it 's giving me the message that it can 't find the task...you may have misspelled 'junit '...try this..blah blah blah... "Could not createImproving the manualThe big problem with the Ant manual is the people who wrote it knew too much. I can see various ways to make it more intelligible to the first timer 1. define a term like project or target the firreporting compile failures at the end of an ant taskIs there a way to make ant report compilation errors? I 've noticed that the BUILD SUCCESSFUL will still display even when some on my java classes don 't compile. Ant will display the javac error messagTest for empty folder?Hi How do can test if a folder is empty? MikeCalling ANT from a ServletHello situation I want use ANT from a Java WebApplication. I have a ANT build file with some targets and tasks. (cvs task cvschangelog task xslt task) und want run this build file within a servleAW: Search Task in ANT<replaceregexp > ? Jan >-----Urspr?ngliche Nachricht----- >Von KrustyDerClown [mailto KrustyDerClown@(protected)] >Gesendet Mittwoch 27. Juli 2005 13 53 >An user@(protected) >Betreff Search Task iStrange <move > behaviour ?!Hi in my script i have defined two filesets like that <!-- files and folder -- > <fileset id "jarsfolder " dir "./temp/dist/lib/ZAD " includes "**/* "/ > <!-- i want only jars in here -- > <fileset idSearch Task in ANTHello i search an ANT Task for search in a file and write (if the search find a spezial term) a notice in a file. Provide ANT for this work any simple task or must i use the replace task ? Thank yHard relative pathname problemAll If this is even possible... Can someone provide a hint how to define a pathname not in the ancestral tree of the base dir? My build file is located here C \top\A\B\build.xml and I need toNew article on Ant and BeanShellHi Folks I have self-published an article on using Ant tasks from BeanShell scripts titled "Supercharging BeanShell with Ant " at http //www.pankaj-k.net/spubs/articles/supercharging_beanshell_with_Scope of property.Hello guys i noticed a strange behaviour i never came accross before <target name "target1 " > <property file "target1.properties "/ > </target > <target name "target2 " depends "target1 "/ > the problBuild resources...Hi Could anyone recoment any good books or online resources on 'build and release management ' .?. Thanks Fintan Fintan Hynes Traventec Galway Business Park Dangan Galway Irelscp problem: received directory without -rHi I have a build file to update a website from my own pc using <scp > task. It was working perfectly until more than a week ago. I now have an error message when it tries to upload a file in a subdCreating two same-type subelements with different namessorry i realized i posted this under a copied message subject which made no sense..... so here goes again. Howdy I have my own task that requires two FileSet sub-elements. In order to differentiaOutputproperty in sshexecI have an ssh task which executes a remote start command and I am trying to get the exit status using outputproperty. However I notice that the outputproperty value is not being set. Any Idea 's? hereIs it possible to print the DAG created internally by Ant ????Hi almost all contemporary build tools analyze the dependencies on their own and generated the directed acyclic graph. is it possibile to print that one on output ? it can be useful in analyzingZipfileset problem. Help!Hi I 'm trying to create a zip file of a parent folder with many subfolders with many different file types in each subfolder. However I 'm only interested in the *.rdl files in each subfolder and oAW: <fail > silentlyJust my few cents Define the "check " logic in a <macrodef >. - if the check passes set a property - property name is provided as <attribute > Define three new check-targets ProductA.check ProductB.<fail > silentlyI 've got a script that contains a number of build commands for various products e.g. ant check build ProductA ant check build ProductB ant check build ProductC What I want to do is run "check " for eAW: wait for background threadI would use a file as semaphore - the background thread creates a file as last instruction - Ant uses <waitfor > <available file " "/ > for synchronizing Jan >-----Urspr?ngliche Nachricht----- >Von Pawait for background threadHello Writing an task I want to run some stuff in a background thread and I need ant to wait until the background thread is done before exiting. I thought I would take example on the ant-contrib foAW: javac compilation speedANT does no dependency checks but <javac > does -) The dep-checks are things the tasks should do. But because Ant cant know what the task will create it cant do the dep-check. Think about code genejavac compilation speedI have read that ant does not do dependency checking to see if targets are up to date. But I have also read that compilation of java files is faster with ant. How is this possible? Does ant use javyet another problem with windows and '\ 'Hi if someone else runs into that ... i just had another unpleasant experience with windows pathdelimiter ' \ ' in ant (usually i always write / instead of \ but in that special case) I 've setRuning subant depending on the sub projects names.: or selectorshmm or <contains > selector in a fileset.But i don 't find it very elegant. Any other ideas? -----Original Message----- From Jan.Materne@(protected) [mailto Jan.Materne@(protected)] Sent Tue 7AW: Runing subant depending on the sub projects names.Can?t you specify subants fileset according to your needs? Jan >-----Urspr?ngliche Nachricht----- >Von hind.lwahhabi@(protected) [mailto hind.lwahhabi@(protected)] >Gesendet Dienstag 26. JuliRuning subant depending on the sub projects names.Hello folks Is there an elegant way to call <subant > on subprojects using the name of each subproject? I mean from the root build file execute subprojects build files of subproject A B C but notAW: creating -projecthelp default help targetHave a look at http //issues.apache.org/bugzilla/show_bug.cgi?id941 Jan >-----Urspr?ngliche Nachricht----- >Von Ivan Ivanov [mailto rambiusparkisanius@(protected)] >Gesendet Dienstag 26. Juli 2005creating -projecthelp default help targetHi I 'm trying to get ant help to printout a small message and then the ant -projecthelp listing but I keep getting the following error C \Documents and Settings\jdewey\Desktop\zz\build.xml 11 Exec
|