Re: Problems creating my own ant task

2010-11-04 Thread Alexey N. Solofnenko
With scriptdef it is now rare that you need to write a task in Java. Have you tried it? Maybe also in conjunction with macrodef. - Alexey. On 11/4/2010 12:53 PM, abridgel wrote: I'm desperate can anybody help? === Notice: This e-mail message, together with any attachments, contains

Re: Problems creating my own ant task

2010-11-04 Thread Alexey N. Solofnenko
Well, I am still adding custom tasks the old way: taskdef resource=net/sf/antcontrib/antcontrib.properties classpath pathelement location=lib/build/antcontrib/ant-contrib.jar/ /classpath /taskdef - Alexey. On 11/4/2010 1:09 PM, abridgel wrote: We need to write our own tasks because of

Re: AppendToProperty MacroDef

2010-01-20 Thread Alexey N. Solofnenko
Why not to use scriptdef instead? With scriptdef you can pragmatically access parameters instead of macro substitution. - Alexey. On 20.01.2010 12:10, Eric Fetzer wrote: Hi all. I wrote a MacroDef to append a string to a property. All works as planned until you slip a \ in there and then

Re: Problem with zip task

2009-07-29 Thread Alexey N. Solofnenko
- From: Alexey N. Solofnenko [mailto:alexey.solofne...@symyx.com] Sent: Tuesday, July 28, 2009 2:02 PM To: Ant Users List Subject: Re: Problem with zip task I recently investigated a problem with NAS with a similar error - the folder creation silently failed and then file creation failed

Re: Waiting for exec task to succeed

2007-05-24 Thread Alexey N. Solofnenko
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually

Re: Waiting for exec task to succeed

2007-05-24 Thread Alexey N. Solofnenko
Please also look for retry task in this mailing list. - Alexey. Alexey N. Solofnenko wrote: There is socket to check for ports, but no while. I would suggest using scriptdef and write it in a code. - Alexey. Krish wrote: Hi I have a requirement wherein I need to make sure the process

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
script. I was trying to put everything like creating this view, seting config spec, set the view in the ant script. I would really apreciate any suggestions. Thanks -- Alexey N. Solofnenko http://trelony.cjb.net

Re: creating clearcase view

2007-04-05 Thread Alexey N. Solofnenko
Last two commands should be cleartool endview -server build-view cleartool rmview -force -tag build-view - Alexey. Alexey N. Solofnenko wrote: Something like that: cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws cleartool mount -all cd z:\build-view\SOME-VOB

Re: ANT task to process properties-files into static class

2007-01-02 Thread Alexey N. Solofnenko
. -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually) smime.p7s Description: S/MIME Cryptographic Signature

Re: Odd Behavior

2006-12-28 Thread Alexey N. Solofnenko
starts. I see gnu's being invoked by the cronjob and sun jdk when I login and my .bash_profile is sourced. Thanks, I'll play around to see if I can fix it. -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA

Re: Odd Behavior

2006-12-28 Thread Alexey N. Solofnenko
Yes, a simple command in front . /home/user/.profile; worked great. - Alexey. Res Pons wrote: Is it working for you now? I got it to work for me. Original Message Follows From: Alexey N. Solofnenko [EMAIL PROTECTED] Reply-To: Ant Users List user@ant.apache.org To: Ant Users List

Re: script language must be specified

2006-12-06 Thread Alexey N. Solofnenko
of BSF c) I'm broken in 1.7.0RC1 d) This is YOUR UNLUCKY DAY!!! e) ? ... -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually) smime.p7s Description: S/MIME Cryptographic Signature

Re: Checkout more than one File with Clearcase

2006-09-19 Thread Alexey N. Solofnenko
] -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually) smime.p7s Description: S/MIME Cryptographic Signature

Re: Ant does not read -D properties same way as Java

2006-09-15 Thread Alexey N. Solofnenko
recipient, and have received this message in error, please immediately return this by email and then delete it. -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually

Re: How to call the export command in LINUX using Ant exec element.

2006-09-13 Thread Alexey N. Solofnenko
. Regards, Nagender -- Alexey N. Solofnenko cid:part1.03070608.04070305@mdl.com Pleasant Hill, CA (GMT-8 usually) - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Dealing with failed target

2006-09-05 Thread Alexey N. Solofnenko
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant

Re: Jar Locking

2006-08-30 Thread Alexey N. Solofnenko
execution of the Ant script? Thank you, Marc -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually) - To unsubscribe, e-mail: [EMAIL

Re: Ant and C++ compiler

2006-08-17 Thread Alexey N. Solofnenko
and hard copies of the message and any attachments. Thank you for your cooperation. -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually

Re: Unwanted behavior - fixcrlf changes files to un-executable

2006-08-14 Thread Alexey N. Solofnenko
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually) smime.p7s Description: S/MIME Cryptographic Signature

Re: Unwanted behavior - fixcrlf changes files to un-executable

2006-08-14 Thread Alexey N. Solofnenko
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexey N. Solofnenko http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 usually

Re: Javac or Ant issue ?

2006-08-09 Thread Alexey N. Solofnenko
smime.p7s Description: S/MIME Cryptographic Signature

Re: Javac or Ant issue ?

2006-08-09 Thread Alexey N. Solofnenko
box. -cji - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Alexey N. Solofnenko http

Re: Directly extract tar.gz or bz2 package

2006-07-19 Thread Alexey N. Solofnenko
Yes: http://ant.apache.org/manual/CoreTasks/unpack.html and http://ant.apache.org/manual/CoreTasks/unzip.html . Please note that bzip2 handling is very slow. It is much faster to run bunzip2. - Alexey. Vincent wrote: Hi , I am wondering is it possible to directly get the content of tar.gz

Re: force execution of a target???

2006-07-17 Thread Alexey N. Solofnenko
I deal with similar problems by creating an external shell script that first runs normal targets, remembers return code, then runs post targets, and returns the remembered return code. - Alexey. [EMAIL PROTECTED] wrote: I've got a simple ant file that I'm running from CruiseControl.

Re: trouble passing args to apply

2006-07-13 Thread Alexey N. Solofnenko
Can you try putting both mappers inline? - Alexey. Rich Goldman wrote: Hello, I'm really stuck here, would be very very grateful for some help. I'm using the ant core task apply successfully to process all the files in a directory, like this: target name=compress-css depends=clean-css

Re: How to handle RAR in Ant

2006-06-27 Thread Alexey N. Solofnenko
You need to run unrar with exec (maybe with uptodate condition). ZIP and RAR are different archive formats. - Alexey. Leon Pu wrote: Here are the error messages when I try to extract a RAR file which created by WinRAR. == D:\ant test

Re: NEWBIE: Dir-attribute/script problem

2006-06-20 Thread Alexey N. Solofnenko
I got that problem too, but my solution maybe too low level. In Jython import folders are hard coded and read only, so I wrote my own launcher that understood -M option and a special Java property and put them into PySystemState.path list (for example, state.path.append(new PyString(path));).

Re: Ant tasks to encrypt or decrypt passwords from property files

2006-06-19 Thread Alexey N. Solofnenko
This can be done by requiring a key store in user home. Only people that have some special certificates, can encrypt/decrypt date (SSH style security). The decryption can be easily done with scriptdef. This is a corresponding Java code: SecretKeySpec skeySpec=new

Re: cvs add

2006-06-14 Thread Alexey N. Solofnenko
I do not know why people are so fond of cvsCo tasks. They are [usually] just wrappers over native command executors. In most cases a simple exec should be sufficient. I think your case qualifies as one. Do not forget to set correct execution directory. For example: exec executable=cvs

Re: cvs add

2006-06-14 Thread Alexey N. Solofnenko
will post here my complete code when I finish. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:02 PM To: Ant Users List Subject: Re: cvs add On 6/14/06, Alexey N. Solofnenko [EMAIL PROTECTED] wrote: I do not know why people are so fond

Re: Cannot delete directories using wildcards

2006-06-01 Thread Alexey N. Solofnenko
It should be: delete failonerror=false includeEmptyDirs=true fileset dir=${basedir} includes=test*// /delete - Alexey. [EMAIL PROTECTED] wrote: I'm probably missing something obvious, but I've been unable to figure out how to delete directories using a wildcard. So instead of this

Re: Failed to execute task move in Windows

2006-05-10 Thread Alexey N. Solofnenko
I think there was a bug with move that just changes character case on a case-insensitive file systems. move thought that the destination file already exists, so it deleted it, but instead the original file was deleted. I think it was fixed in 1.7. - Alexey. Leon Pu wrote: Hi all, my build

Re: Failed to execute task move in Windows

2006-05-10 Thread Alexey N. Solofnenko
Hope this help for the patch to be in 1.7. Anthony Alexey N. Solofnenko wrote: I think there was a bug with move that just changes character case on a case-insensitive file systems. move thought that the destination file already exists, so it deleted it, but instead the original file

Re: Failed to execute task move in Windows

2006-05-10 Thread Alexey N. Solofnenko
Yes, I noticed that too... - Alexey. Matt Benson wrote: duh... make that I'm about to commit it as soon as minotaur comes back up. -Matt --- Matt Benson [EMAIL PROTECTED] wrote: I'm about to commit it. File.equals() should be fine in this case. -Matt --- Alexey N. Solofnenko [EMAIL

Re: Failed to execute task move in Windows

2006-05-10 Thread Alexey N. Solofnenko
] wrote: I'm about to commit it. File.equals() should be fine in this case. -Matt --- Alexey N. Solofnenko [EMAIL PROTECTED] wrote: No, it is not. - Alexey. Rhino wrote: Do we know _for sure_ that this bug is fixed in 1.7? -- Rhino - Original Message - From: Scot P. Floess

Re: Unix commads behaving different in Ant task

2006-05-08 Thread Alexey N. Solofnenko
There are many ways to do that. I like this: ?xml version=1.0 encoding=UTF-8? project name=Test default=all basedir=. scriptdef name=file-list language=jython element name=fileset type=fileset/ attribute name=name/ ![CDATA[ #file-list property=str(attributes.get(name))

Re: Unix commads behaving different in Ant task

2006-05-08 Thread Alexey N. Solofnenko
At least on Cygwin, Bash does not expand asterisk, if there are no matching files. I thought this is a new standard behaviour. - Alexey. Scot P. Floess wrote: No, bash is the same way... You have to really do a find dir \*.jar I was sorta wrong in what I was saying...find in this case is

Re: Problem with ant 1.6

2006-05-04 Thread Alexey N. Solofnenko
Alpha? 1.6 was released and there is now 1.6.5. Please do not forget to make a clean install and unset CLASSPATH environment variable. - Alexey. Susheel Raina wrote: Hi, We are using ant 1.6 alpha for building and deploying our Web application. We are facing a problem with this version.

Re: sshexec hangs after remote script exits

2006-05-02 Thread Alexey N. Solofnenko
Try first with a simple command (like ls). Check if your command requests for input or output. Does your command spawns background processes (for example, starting a web server)? If so, does it redirect stdin, -out, -err streams (for example, nohup does not always do that)? Can you try to

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Alexey N. Solofnenko
: I'm not having any luck. I recall from the message referenced below that at the time, the verify stage read CLASSPATH, not the classpath attribute of the rmic task. Is that still true? On 4/27/06, Alexey N. Solofnenko [EMAIL PROTECTED] wrote: rmic's classpath should be the whole classpath from

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Alexey N. Solofnenko
implementing Remote and what isn't. Isn't this what the verify attribute is *for*? On 5/2/06, Alexey N. Solofnenko [EMAIL PROTECTED] wrote: This is what I do, and it works fine with ANT nightly (but 1.6.5 should be fine too): rmic classpath=${javac-classpath} debug=true includes=${rmic-sources} base

Re: Compiling error

2006-05-01 Thread Alexey N. Solofnenko
So this is a precompiled binary executable (see ELF)... That explains a lot. Can you download and run normal ANT from Apache (do not forget to set correct ANT_HOME)? - Alexey. Sanae Benchaaboun wrote: Are you sure you want me to edit the ant?? It's not readble!! Look what I got: [EMAIL

Re: Problems with exec

2006-05-01 Thread Alexey N. Solofnenko
* is understood only by shell. I guess you would want to add -u option (and maybe -p) in addition to -R. Also it maybe better to run rsync (or unison) - they can delete obsolete files. - Alexey. Tommy Nordgren wrote: On 1 maj 2006, at 20.22, Eric Wood wrote: As the on-line documentation

Re: Scope of scripts - workaround

2006-04-28 Thread Alexey N. Solofnenko
Can you use scriptdef instead? See: http://ant.apache.org/manual/OptionalTasks/scriptdef.html . - Alexey. Marcel Ruff wrote: After fiddling further i have found this workaround: - target name=pre script language=javascript var expr = 'function doPrecond() {

Re: Scope of scripts - workaround

2006-04-28 Thread Alexey N. Solofnenko
Ruff wrote: Alexey N. Solofnenko wrote: Can you use scriptdef instead? See: http://ant.apache.org/manual/OptionalTasks/scriptdef.html . i have tried already with no success (probably not hard enough :-), thanks, Marcel - Alexey. Marcel Ruff wrote: After fiddling further i have found

Re: RMIC Unable to Verify Classes

2006-04-27 Thread Alexey N. Solofnenko
rmic's classpath should be the whole classpath from javac and javac output directory. - Alexey. Aaron Davies wrote: Hi, I'm having trouble getting the rmic messages about Unable to verify class It is not defined. to go away. My problem is almost exactly like the one described in

Re: update from CVS

2006-04-27 Thread Alexey N. Solofnenko
Alan, Please first make sure that the commands are working fine from command line. Cannot find error can indicate that the folder was deleted in the repository (CVS does not support directory versioning, so people change the repository directly). If this is the case, just remove that

Re: Ant script with clearcase

2006-04-26 Thread Alexey N. Solofnenko
I would use ClearCase outside of the main build file. For example, CruiseControl supports ClearCase: http://cruisecontrol.sourceforge.net/main/configxml.html#clearcase . - Alexey. Irfan J Sayed wrote: Hi, We are using clearcase as version control system . I need to write a Ant script to

Re: Weird compilation problems

2006-04-06 Thread Alexey N. Solofnenko
It is not ANT problem - you have an anonymous inner class. Look for new AAA() { somewhere in your code. - Alexey. Milen Dzhumerov wrote: Hi there, I've been trying to compile a few simple classes with Ant and everything is fine except that it produces a class twice with the name:

Re: Really a non-forum related question

2006-03-30 Thread Alexey N. Solofnenko
I use Cygwin on Linux. There are few guides how to set it up: http://pigtail.net/LRP/printsrv/cygwin-sshd.html http://cfm.gs.washington.edu/security/ssh/client-pkauth/ or http://www.google.com/search?sourceid=mozclientie=utf-8oe=utf-8q=cygwin+openssh+key - Alexey. Res Pons wrote: Thanks for

Re: ant memory leak - not fixed???

2006-03-16 Thread Alexey N. Solofnenko
Maybe JspC ate all the memory. Can you run it in forked mode? - Alexey. Xiangzhou Wang wrote: No, still the same. --- EJ Ciramella [EMAIL PROTECTED] wrote: Would incremental garbage cleanup help? ANT_OPTS=-Xincgc -Original Message- From: Xiangzhou Wang [mailto:[EMAIL

Re: Something like 'make' pattern rules in Ant?

2006-03-15 Thread Alexey N. Solofnenko
Please look at apply task: http://ant.apache.org/manual/CoreTasks/apply.html - Alexey. Rodrigo de Salvo Braz wrote: Hi, I am learning Ant and would like to write something like a pattern rule as used in 'make'. Something like: %.o: %.cpp cc ... I read the manual but didn't notice

Re: zip files, upload to ftp, unzip files

2006-02-09 Thread Alexey N. Solofnenko
Usually FTP is the worst option you have (at least SCP is secure). It is much better to mount destination directory locally and use simple copy or sync. If it is impossible, you can run rsync or unison with normal files without zipping them (they work incrementally, so next update will only

Re: When is the next release?

2006-01-26 Thread Alexey N. Solofnenko
There is fetch.xml build file that downloads some needed jars of the web. Please try running it first. - Alexey. Clifton Craig wrote: Does anybody have an idea about when the next release of Ant is due? I'm having some trouble getting 1.6.5 to work as I'm getting an error: Could not create

Re: Can I substitute jar executable used by jar ?

2006-01-20 Thread Alexey N. Solofnenko
It depends. When I had any problems with jar, it was always because not SUN's jar was executed, but fastjar instead. But we should not prevent anybody from running any jar that he or she likes. - Alexey. Cena, Bernard (IT) wrote: Steve Loughran wrote: Cena, Bernard (IT) wrote: Is

Re: macrodef

2006-01-17 Thread Alexey N. Solofnenko
You can overwrite the macrodef in your build file or you can copy the file first, then insert necessary elements into that copy. - Alexey. Paulo Jorge Guedes wrote: Hi, I have a target (-init-macrodef-junit ) that initializes junit target using the macrodef element. It doesn't declare the

Re: macrodef

2006-01-17 Thread Alexey N. Solofnenko
Well, you can do it via internal ANT API, but it would be a too complex solution for the task. - Alexey. Paulo Jorge Guedes wrote: -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: terça-feira, 17 de Janeiro de 2006 18:23 To: Ant Users List Subject: Re

Re: How to access an inner jar file that resides in a outer jar?

2006-01-13 Thread Alexey N. Solofnenko
Java itself has this limitation. I will have to unjar it first. - Alexey. Gerd Wütherich wrote: Hi, is there any possibility to access an inner jar file that resides in a outer jar while using an ant path structure? Short example: javac srcdir=${basedir}/source

Re: delete task in Ant

2006-01-06 Thread Alexey N. Solofnenko
By default ANT ignores some files (CVS, backups,...). To make ANT see such files add defaultexcludes=false into fileset element (see http://ant.apache.org/manual/CoreTypes/fileset.html ). Default excludes list: http://ant.apache.org/manual/dirtasks.html#defaultexcludes . - Alexey. Ken Gentle

Re: Problems using 'mail' task, not able to attach html file

2006-01-03 Thread Alexey N. Solofnenko
Unless there is something wrong with your particular HTML attachment, please check your classpath. Is it possible that you have some old JAF/JavaMail there. Please also check ANT's and JRE lib/** folders. - Alexey. Chon, Ae H wrote: I removed the charset attribute and getting the following

Re: using buildnumber effectively

2005-12-28 Thread Alexey N. Solofnenko
This is RTFM: Package pkg = clazz.getPackage(); // there are classes without packages String version=(pkg==null ? null : pkg.getImplementationVersion()); - Alexey. Ferrer, Eric wrote: I had tried that with a version.html and that works great. Has anyone successfully tried using the

Re: Reg. cpp task

2005-12-28 Thread Alexey N. Solofnenko
This is how I do it. I created a separate batch script that configures environment for VisualStudio.Net and starts ANT (the script allows local setpath.bat, if local environment is different): if not %MSVCDir% == goto build call %VS71COMNTOOLS%vsvars32.bat :build call %~dp0ant.bat %*

Re: Compiling enums in Ant 1.6.5

2005-12-16 Thread Alexey N. Solofnenko
. Rhino wrote: What version of tools.jar is the correct one for Ant 1.6.5? How can I tell whether I have the right version: by the version number? the size of the file? the timestamp on the file? Rhino - Original Message - From: Alexey N. Solofnenko [EMAIL PROTECTED] To: Ant Users List

Re: Ant 1.7

2005-12-15 Thread Alexey N. Solofnenko
Why cannot you do it now? I do use ANT 1.7 (even worse - locally patched) in my build scripts. - Alexey. David M. Lee wrote: Anyone have any idea when Ant 1.7 will become official? I'd really love to start using signjar's TSA option to timestamp my .jar file signatures. dave CONFIDENTIAL:

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Alexey N. Solofnenko
You will need to point JAVA_HOME to 1.5 JDK (not JRE). Please also use directories without spaces. - Alexey. Rhino wrote: Can the javac task in Ant 1.6.5 compile a typesafe enum when using the 'modern' compiler? If yes, how do I persuade it to do so? If no, is there any workaround or will I

Re: Compiling enums in Ant 1.6.5

2005-12-15 Thread Alexey N. Solofnenko
Is it possible that you have old tools.jar somewhere on your CLASSPATH or in your ANT's installation directory? - Alexey. Rhino wrote: - Original Message - From: Rhino [EMAIL PROTECTED] To: ant-user user@ant.apache.org Sent: Thursday, December 15, 2005 5:36 PM Subject: Compiling

Re: Urgent help with FTP task.....please help

2005-12-14 Thread Alexey N. Solofnenko
Why not to use copy with UNC paths? - Alexey. [EMAIL PROTECTED] wrote: I am trying from my laptop to my desktop. Eventually I have to move files from one windows box to multiple windows boxes. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December

Re: indirect property evaluation

2005-10-19 Thread Alexey N. Solofnenko
A simple scriptdef can do that. - Alexey. Lasher, James L wrote: Hello all, I have the following property file that I want to load in my project: db.system=solid # --- for Solid testfw.solid.system=Solid testfw.dbvar.system=testfw.${db.system}.system

Re: how to detect relative or absolute path value

2005-08-24 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko MDL Information Systems, Inc. work: 510-357-x1726 home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors on updating a filein ClearCase.

2005-08-23 Thread Alexey N. Solofnenko
suggestions for avoiding this situation?? Thanks, Karunakar Chatla -- / Alexey N. Solofnenko MDL Information Systems, Inc. work: 510-357-x1726 home: http://trelony.cjb.net

Re: can ant solve this rather complex challenge

2005-08-23 Thread Alexey N. Solofnenko
commands, e-mail: [EMAIL PROTECTED] -- / Alexey N. Solofnenko MDL Information Systems, Inc. work: 510-357-x1726 home: http://trelony.cjb.net

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
the ant classloader to know about a generic JAR file to be added if the jar file does not have a type or task definition? Thanks, Nestor -- / Alexey N. Solofnenko MDL Information Systems, Inc. work: 510-357-x1726

Re: Adding to the ant classpath from within a project

2005-08-23 Thread Alexey N. Solofnenko
: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 4:06 PM To: Ant Users List Subject: Re: Adding to the ant classpath from within a project taskdef and typedef (http://ant.apache.org/manual/CoreTasks/typedef.html) have classpath attribute. You can execute it within

Re: Removing duplicate jars from classpath

2005-08-18 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko MDL Information Systems, Inc. work: 510-357-x1726 home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: zipfile with manifest

2005-08-14 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to test whether a particular environment variable is set or not

2005-08-09 Thread Alexey N. Solofnenko
/ then property name=test.home value=${env.TEST_HOME}/ /then /if -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail

Re: character replace

2005-07-22 Thread Alexey N. Solofnenko
of the string \r\n. thanks Chad -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Does Ant improves the performance in large c++ project than make?

2005-07-14 Thread Alexey N. Solofnenko
provide suggestions, Thanks, Hiren patel __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- / Alexey N

Re: AW: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Alexey N. Solofnenko
this please? Where do I have to declare a token ? Thanks for your help. Best Regards Christine -Ursprüngliche Nachricht- Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 05. Juli 2005 00:20 An: Ant Users List Betreff: Re: Howto do this in Ant: Replace a placeholder

Re: AW: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-12 Thread Alexey N. Solofnenko
: The entity database was referenced but not declared. Can you explain me this please? Where do I have to declare a token ? Thanks for your help. Best Regards Christine -Ursprüngliche Nachricht- Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 05. Juli 2005 00:20

Re: [offtopic] ClearCase/cleartool with ssh ?

2005-07-04 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Howto do this in Ant: Replace a placeholder in a file with the content in another file

2005-07-04 Thread Alexey N. Solofnenko
file. ... -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Unjar + Jar (check if up-to-date)

2005-06-24 Thread Alexey N. Solofnenko
-- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need help writing regular expression??

2005-06-22 Thread Alexey N. Solofnenko
-mail: [EMAIL PROTECTED] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: How to execute a subtask conditionally if used several times

2005-06-15 Thread Alexey N. Solofnenko
a property is set, it cannot be changed. So if the first antcall causes e.g. isUpToDate to be set, all subsequent antcalls will be executed as well. Any solution? Regards, Michael -- / Alexey N. Solofnenko home

Re: Detecting JDK Version using ANT

2005-06-15 Thread Alexey N. Solofnenko
the existence of a file which is specific to a version Both methods are somewhat brittle. Is there a sureshot way of knowing whether ANT is being invoked using Java 1.5 or not? Thanks in advance, Zarar -- / Alexey N

Re: Detecting JDK Version using ANT

2005-06-15 Thread Alexey N. Solofnenko
-- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Errors while trying to compile ant 1.6.5 with gcj 4.0

2005-06-10 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AntHill Question

2005-06-09 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sshexec error handling

2005-06-08 Thread Alexey N. Solofnenko
, BEDick -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: ANT CVS Task

2005-06-08 Thread Alexey N. Solofnenko
the next build#, so on so forth. How do I wanna handle this or does it matter when I skip builds and annouce random builds? Thanks Steven -- / Alexey N. Solofnenko home: http://trelony.cjb.net

Re: ANT CVS Task

2005-06-08 Thread Alexey N. Solofnenko
a buildmaster tags their project? -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Urgent Help Required:Exec Issue with Suse Linux

2005-05-21 Thread Alexey N. Solofnenko
-- Kapil Bajaj India Software Labs IBM Software Group. Email : [EMAIL PROTECTED] -- / Alexey N. Solofnenko home: http://trelony.cjb.net

Re: Simple (?) question about available

2005-05-20 Thread Alexey N. Solofnenko
want? Essentially, set the ZIP_FILE_EXISTS property if there's at least one match to ${DIR}/*.zip, though NOT counting ${DIR}/not_this_one.zip... Thanks in advance, Rich Wagner -- / Alexey N. Solofnenko home: http

Re: Spawning a java call in a new command shell

2005-05-19 Thread Alexey N. Solofnenko
Thanks, Brian -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Spawning a java call in a new command shell

2005-05-19 Thread Alexey N. Solofnenko
Brain is working faster than fingers I meant that you will to need to add pause at the end of your command for the window to remain opened. - Alexey. Alexey N. Solofnenko wrote: On Windows you can execute 'cmd /c start Window title command', on Unix ('pwd' is usually executed on Unix

Re: updating jar file with existing file: overwrite?

2005-05-17 Thread Alexey N. Solofnenko
] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant way to get multiple inputs from user until condition is met

2005-05-14 Thread Alexey N. Solofnenko
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e

Re: Problem with SSHEXEC and nohup

2005-05-13 Thread Alexey N. Solofnenko
./build installer.xml -Dbuild.number=$2 installer 21 build.log exit * -- / Alexey N. Solofnenko home: http://trelony.cjb.net

Your ideas about annotations

2005-05-10 Thread Alexey N. Solofnenko
. [ ] Other... Your ideas are welcome. - Alexey. -- / Alexey N. Solofnenko home: http://trelony.cjb.net/ / - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

  1   2   >