wsdltodotnet taskHi I am very new to ant and I 've been trying to get wsdltodotnet task to work. My build.xml looks like this <project default "create_cs " > <target name "create_cs " > <echo messageWindows path problemsHi I tried to set a classpath ref in Windows but ant keeps adding the drive letter. For example apache_commons_net.root.dir C /Java_Libraries/Apache/commons-net/commons-net-1.4.0 apache_comcvs update commandIn order to update my code from cvs I typically cd into my directory /httpd/mystuff/ then just do "cvs update ". I am trying to put this into a cvs task but keep getting errors. <cvs cvsRoHow awesome is thisHacked toys - http //billtmiller.com/circuitbending/ Maybe it 'd be cool for 10 minutes I dunno. I 'm still thinking of terrorizing your brother Adam with a hacked Teddy Ruxpin. ThinkClasspath problems in AIXHi I have an ant tag that has multiple path elements in the the classpath element. This works well in Windows 2000 ( with fork "true ") but when trying to run the same script on AIX i get a clasAW: Padding Ant statements with extra <enters > for aesthetic reasons onlyI dont understand you. The buildfile is simple xml and you could format it like you wnat. <project basedir ". " default "main " > <echo >Inserted </echo > <filesetPadding Ant statements with extra <enters > for aesthetic reasons onlyHi I really don 't like statements wrapping around and making my Ant scripts appear so unruly & unformatted. Of course I tried to insert couple of return carriages/Enters into some of my statemCondition contains questionI 'm trying the following <loadfile property "grinder.results " srcFile "grinderpass.csv "/ > <echo message "${grinder.results} "/ > <condition property "hasfailed " > <contains string "FJAR Manifest - default vs. customHello all I am wondering if anyone has any ideas on how to better solve this ANT issue ... My constraint is that I need a single build file (driven by a single main project properties fileNeed help writing regular expression??Hello all Quick question... I need write a regular expression to generate <FirstLetterOfFirstName > <LastName > from a full name (i.e. <First Name > <Last Name >) Given the string Ninju Bohradifferent classloader behaviorI 've written a custom SQLCondition and use it to monitor a particular field in a db. This condition needs the postgres.jar in the classpath so on my local machine (an iMac) the target looksfileset includes and excludes precedenceI have a copy task that uses a fileset with "includes " and "excludes " values set as properties. As it turns out the include list is wildcarded to include all files under the dir but the excludes isexec task failingI have this build file <project name "testing " default "checkout " basedir "/home/me " > <target name "checkout " description "run unit test " > <exec executable "/usr/local/bin/php httpd/htdocs- RE: Performance difference between 1.6.1 and 1.6.4 (in eclipsHi Diminique this was a good hint. -) Now I need to wonder why there are more import Tasks for 1.6.5 than for 1.6.2. I will post details tomorrow. Ullrich. > -----Original Message-----difference between runtarget and antcall?'lo gentle people! does somebody know the difference between <runtarget > from antcontrib and <antcall >. Cheers hind. This message is for the designated recipient only and may contain privilegHow to pipe output to input?Hello is it possible to create two java processes (with fork "true ") and pipe the output of one process into the other? How? Can I focus a component? Or generate a mouse event? Kind regarAnt 1.6.3+ and JunitReportAll Can anyone translate the Requirements note in the JunitReport task documentation into something approximating english? I 've run smack dab into the problem of not being able to generate frJAR task problemArgh today seems to be the day of "things that worked 10 minutes ago don 't now "... I have a JAR task... <jar destfile "${src}/struts.jar " basedir "${src} " update "true " includes "META-INF/*Weird error with Jar taskHi all... I have a strange situation with a JAR task... I 'm dealing with a build script that has always worked and has not changed. The version of Ant has not changed (1.6.1) and in fact nothingiterating through an xmlproperty fileHello gentle people I really need an advise or a form of guidance on this I use an xmlproperty file which roughly uses this structure <root > <celement name " " .../ > <celement name " "/ >AW: Calling a target from within a target and passing arguments...I would use <macrodef > <macrodef name "a " > <attribute name "x "/ > <attribute name "y "/ > <sequential > <echo >called 'a ' with x '@{x} ' and y '@{y} ' </echo > </sequential >sending mail errorI am having an IO sending error when trying execute this ivcpmmonsuccess ant target. Have anyone ran across it? </exec > <condition property "ivcommonSuccessful " > <equals arg1Calling a target from within a target and passing arguments...Is it possible to call a target from within another target and pass in arguments to the called target ? Or Is this possible? <target A > <!-- depends on args x and y -- > </target > <What 's wrong with this script?Hi I 've been using ANT for a long time but I guess I am kind of rusty on creating the scripts themselves. Here is a simple script. All it does is copy a directory structure to another direcProblems with build fileHello I 'm getting strange javac error messages from an Ant build and since I 'm a new Ant user I 'm really not sure where to start troubleshooting. Here is the error [javac] src\[PathToFilehow can i use filenames in scripts?Hello i have some html files. A token in this files would i replace with the filename. e.g. my_page.html <body > <!-- filename @(protected)@ -- > </body > result <bodyAW: Question: ListWe have a build.bat in our source distro but this only for building Ant itself. For building your own projects you dont need that file. Just start Ant with your buildfile ProjectDir > ant -f myBuiCVS Log Ant TaskI 'm trying to run the cvs log -r[tag_name] -S command in ant. Log requires that there be a module checked out in what ever directory your running from. For some reason when I run the ant script itAbstractCvsTask not executing second command???Hi all I am using some Ant functionality straight from Java and ran into problems The Cvs class (extending AbstractCvsTask) seems to work fine when called in a build script when I call it direcexec task +system pathHi guys I want to pass to my exec task an executable that is located in my system Path. I tried <env key "Path " value "${env.Path} "/ > within the exec element with no sucess ant tries to resolve t
|