CVS add with ANTI need some help from experienced ANT people. Does anyone have a working example of using CVS add with ANT? I want to do the following 1. check out an archive (I can do this just fine) 2. create aproblem excluding files from JAR taskSearching the archives I 've seen some mention of similar problems (bugs) but I 'm not sure they apply to this situation Ant version 1.5.2 JDK 1.3 on Win2K I want to exclude all *.class files fropropertyfile and time formatDoes anyone know how to make #Build Information #Fri Mar 21 11 01 10 PST 2003 build.time 11\ 01 appear as #Build Information #Fri Mar 21 11 01 10 PST 2003 build.time 11 01 that is without escapingIs <script > working in 1.6 nightly builds?Hello <script > does not seem working in the nightly builds. Do I need to rebuild ANT from sources? - Alexey -- { http //trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill CA (GMT-8 usually)Retrieve property value dynamically?All Can the following be accomplished using properties? I have tried several ways to do this but have been unsuccessful. Maybe there is a good reason this is not allowed? Or maybe someone can suPassing a file list to ANT javac taskHi Is there a way to pass a list of files to ANT 's 'javac ' task? I 'm after something that 's functionally similar to the command line "javac @(protected) ". The 'includesfile ' attribute of the 'javac ' taselect dynamic folder nameI have a folder structure which was created dynamically like this main\folder1 \folder2 \folder3 Is there an Ant way to select the folder with suffix of highest numeric number in this caseejbjar class not found exceptionI am not sure how familiar you are Ant 1.5 and ejbjar. Below is what my ant target looks like. You will notice the ugly support tag. Let me explain. The entity beans in the application have aSSH in ANT?!?! (WAS: RE: process on a remote server via an AN T ?????)It is of course a lot better to use <sshexec/ > than <shellscript/ > for this. Also my example contained an error it should be <shellscript shell "sh " > <![CDATA[ ssh ${server} < <END cd /tmp ls
RE: SSH in ANT?!?! (WAS: RE: process on a remote server via an AN
If you use the sshexec task you do not need to have an ssh client on your
local machine. Obviously the remote machine needs to be running sshd.
<sshexec host "somehost "
username "dude "
keyfile "${ |
| Page 313 of 343 |
311 312 313 314 315 316 317 318 319 320 |