signjar with antI have this command line to sign my jar file /usr/local/src/j2sdk1.4.1_01/bin/jarsigner -keystore /myrepository-cvs/.keystore -signedjar myapisign.jar myapi.jar my-text How to do this with ant ?ant command promptHi I want in command prompt exec this ant mytarget param1 param2 And in my build.xml if param1 exist to target1 for exemple . its possible ? Thanks.regexp mapper with full pathI 've been trying to solve a problem using the regexp mapper but in case it isn 't the right path to take I 'll restate the problem first... I 'm using the AspectJ compiler for some files in a ratherNew tool to create visual representation of ant target dependenciesWhile looking at freshmeat.net I noticed a tool to create graphviz dot files. http //www.ggtools.net/grand/ It uses the ant api (thus dealing with <import >) to get the dependences. The results lookProblem to compile targetI am resending this since I do not see the "message " being posted to ant user list.Best means to create a Windows cmd file from antI wish to create a script file for Windows that is a .cmd file to start my java project. It makes sense to create the file from within ant so any changes to the class path are reflected in theJavac re-compiles classes that haven 't changedI have the following compile target that compiles some .java files in the src/service tree as well as some XDoclet generated files (Struts ActionForms) in build/web/gen. The problem I 'm experiencingConditionsI want to fail a build if one directory OR another Directory is found. I am using <condition property "build.failed " > <and > <available file "${dirA} " type "dir "/ >Problems with <record > task.I 'm trying to use the <record > task for the first time and the output of the file is a single like with a very bogus duration that looks like int-start-recorder duration 17932175 minutes 33 seconBuilding FileSets...Is there a clever way to build up a fileset that contains just a list of files that have changed? I 'm using iajc (Aspectj) to do some compiling and it seems to do the entire tree each time (even if oant & JDK1.3? Avoid sshexec & rexec pain by choosing telnetHi all! I feel I really tried every thing and asked everybody and neither sshexec nor rexec would be friendly with my jdk1.3 but telnet was a plug and play (as well as ftp) Special thanks to Basel RCompile target seems to be skipped even with cleanHi I am running Apache Ant version 1.5.4. I execute first "clean " and then "all " targets. I have the following build.xml ( see below) and when "compile " target is to be run (since I have made a "cl
RE: Any examples of how we can simplify ant build.xml with templa
> On Feb 4 2004 at 1 15 AM Jan.Materne@(protected) wrote
> > child/build.xml
> > - import the template.xml
> > - override targets if needed (see "Target overriding " in import?s
> > manual)
> |
| Page 213 of 343 |
211 212 213 214 215 216 217 218 219 220 |