xmlcatalog to resolve document() in xslt taskHi Inside an xslt task I define an xmlcatalog. In the xsl file I call document(ff.xml) the file is on the classpath but I keep getting a NoFileFound Exception. What did I do wrong? Cheers Ron <AW: exclude directories from jar fileChange excludes "rex/rexml " to excludes "rex/rexml/ " Jan >-----Urspr?ngliche Nachricht----- >Von Thom Hehl [mailto thom@(protected)] >Gesendet Montag 8. August 2005 15 2exclude directories from jar fileI am trying to create 2 jar files from my application. I have directory rex that contains a bunch of source files and then directory rex/rexml that contains a separate but closely related applicatAW: extracting part of a property.I had a snippet in my snippet-lib ... <?xml version "1.0 " encoding "ISO-8859-1 "? > <project > <property name "configs " value "FooName1 FooType1 FooName2 FooType2 " / > <scriptdef name "split " laextracting part of a property.Hello I am trying to figure out if I could get ant to do some string manipulation. Suppose I have a property with value "foo_0.01 and I want to split this on the _ character and put "foo " and "0.0AW: Problem with pathconvert with new lineMaybe you?ll write the property directly to file for debug <echo file "debug.txt " message "${mf.classpath} "/ > Jan >-----Urspr?ngliche Nachricht----- >Von Conor MacNeill [mailto conor@(protected)PesterCat Ant Toolkit : New addition to external tools and tasksPesterCat Ant Toolkit. Description PesterCat is a web testing tool that was designed to perform functional testing for web applications. The PesterCat Ant toolkit contains tasks to playback test scrHelp!! How to call imported ant target in JavaHi This is to draw your attention to my query as I really need help on this. I have to call a main build file from java code to do a task. But the task has to be defined in another build file imProblem with pathconvert with new lineDear developers I am trying to build a classpath manifest using the pathconvert directive as above <pathconvert property "mf.classpath " pathsep " " > <path refid "project.classpath " / > <flattSV: junit task problemHi again The Java Communications API calls caused my problem. When I installed comm.jar og javax.comm.properties in the ant\lib directory and win32com.dll in the ant\bin directory it worked all rigdependency checking is not included in Ant. ???hi the following statement "Some of the features of make specifically inference rules and dependency checking are not included in Ant. " means that ant will do full build always regardlessflattenmapper in warI am having trouble figuring out where to use a 'flattenmapper ' element. The below is from the manual for the 'war ' task with a slight change to the 'lib ' element <war destfile "myapp.war " webxmlExec task does not fail inspite of non-zero error levelHi I am using an ant script to trigger off my builds and unit tests but for some reason I am unable to get the exec task to work properly. My ant script contains the following code snippet <!-- BEclipse input task -inputhandlerI know this may have been asked before but I just don 't get the docs. How do I configure the -inputhandler to ensure the input task prompts me visually? I am using Eclipse 3.0 (Was using WSADcvs task with cvs log commandHello i have a problem with the <cvs > task in ANT. Here my cvs target <cvs cvsRoot "${cvs.root} " quiet "true " command "log -d " 2005-08-01< 2005-08-03" C /wsad/workspace/deployment_utiUtility macrodef to verify all filterset tokens are replacedInspired by a comment from Jan earlier this week on the list here is one of my commonly used macrodefs. We find it very useful to use prior to building a war or similar artifact for deployment. WitAW: How to call imported ant target/task in JavaAn <import >ed file is (nearly) the same as coded directly inside (at the end of) your main buildfile. Jan >-----Urspr?ngliche Nachricht----- >Von M. Z. [mailto communitysubscription@(protected)] >GesAW: containsregexp selector Ant 1.6.5I would catch only ListResourceBundle write them to file and have any eye on them - you dont catch imports - you dont catch childs of childs public class MyRB extends LRB01 {...} public class LRHow to call imported ant target/task in JavaHi there Can anybody advice me how to call an ant target/task which is " <import/ > "ed from another build file from within Java code? Here 's my Java code (I got the sample from this mailing listant.jar has unsigned entriesHi I 'm trying to run a class which uses Bouncycastle cryptography. It runs fine when called directly from commandline java however it won 't run from within an Ant <java > task [java] java.io.IOExcSCP...done...BUILD SUCCESSFUL....no local file createdHi all I 'm using the following snippet to SCP a file from a remote machine to my local machine. The output looks fine (although I can 't get it to be more verbose no matter what I try). However Icontainsregexp selector Ant 1.6.5Hi All I am trying to use a fileset to find all the Java ListResourceBundle files in a product. I am trying to use the following <fileset id "lrbset " dir "${SOURCEFILESDIR}/${PRODUCT} " includes "**Ant Zip TaskHi I 'm trying to zip up bunch of files in many subdirectories undrer their parents directory but all the subdir names and paths are getting included in the zip file. The include attribute is not dAW: More on antcall versus macrodefJust a note I like the idea of using property-files <property file "${server}.properties "/ > <property file "defaults.properties "/ > life.properties tomcat-home d /tomcat5.0 test.properties tMore on antcall versus macrodefHi all. Short time lurker first time poster but I did search the archives! I 'm pretty sure I can hear list regulars groaning at my subject line but here goes. I 'm build manager for a fairly chunky Jpresentation on ant1.7 featuresList subscribers may be interested to see the presentation I gave last month at apachecon europe which looks at leading edge features of Ant1.6 forthcoming stuff in ant1.7 and interesting thingsAnt bcb cc linking: wrong command line optionHi i try to compile and link a projekt with the ant-cctask. I uses the Borland CBulider compiler. The compile works but if its linking i got an error [cc] ilink32 /ap -fo MyFile.exe ..\..AW: zip task to include all files under all subdirs<include name "${app.name}/ " / > should be enough Jan >-----Urspr?ngliche Nachricht----- >Von Anand Krishniyer [mailto akrishni@(protected)] >Gesendet Mittwoch 3. August 2005 20 18 >An user@(protected)zip task to include all files under all subdirsHi I am using zip task to make a zip of a dir. the user inputs the dir name and the target needs to zip the entire contents of the dir. Pl note there could be empty dir/sub dir and several levels ofAdding to ant 's classpath from an ant build scriptI have a custom Ant task in a jar file (custom.jar) that I would like to use in my ant build.xml. However I would like to add this jar to the ant runtime only during the execution of my script. Is
|