Set sysproperty under Java task

2004-10-26 Thread André Dantas Rocha
Hi, I'm creating my Ant project dynamically and would like to specify a sysproperty: I don't want to use "-D" arg... is it possible? There is a piece of my code: Java java = (Java) project.createTask("java"); java.init(); java.setClassname("MyClass"); java.setFork(true); java.setCl

Re: not just install, but upgrade/remove Ant

2004-10-26 Thread Eric Wulff
Hi Rob, thx much for your detailed info as my problem is solved. Seems the main problem was the 2 ant.jar files in my /usr/share/java/ directory. Once I removed those, installed the .6.2 files, and set my ANT_HOME I was good to go. I am not yet successful with the symlink... in time. many thx

Re: not just install, but upgrade/remove Ant

2004-10-26 Thread Eric Wulff
Hi Rob, thx much for your detailed reply. I'm working on it. Regarding symlink, which I have yet to use... you said... >I usually create a symlink and point ANT_HOME to that. > > symlink /usr/local/ant -> /usr/local/apache-ant-1.5.3 > ANT_HOME=/usr/local/ant > PATH=$PATH:$ANT_HOME/bin but ant

RE: not just install, but upgrade/remove Ant

2004-10-26 Thread Anderson, Rob (Global Trade)
Comments below... > -Original Message- > From: Eric Wulff [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 3:25 PM > To: [EMAIL PROTECTED] > Subject: not just install, but upgrade/remove Ant > > > Straight To The Point... > 1. I found info stating that older versions interfer

not just install, but upgrade/remove Ant

2004-10-26 Thread Eric Wulff
Straight To The Point... 1. I found info stating that older versions interfere with newer versions of Ant but I found NO instructions on how to upgrade or remove versions. I only found information on how to install Ant as if the system was already clean. Can anyone advise me or point me to advic

Re: copy task

2004-10-26 Thread Matt Benson
Bruce: If all ** directories live under a single parent, you can use that for 's toDir attribute, specify enablemultiplemappings="true" and use a nested (composite) . If, however, you do not know all the possible values of ** things are a little more difficult depending on how complicated you wish

copy task

2004-10-26 Thread Bruce W . Perry
hello Ant list, I have a question on using the "copy" task. I want a target to copy the contents of a directory to multiple sub-directories whose name matches a pattern, in order to "sync" the contents of the sub-directories with that of the parent directory. In the manner of: T

RE: using ant to archive a file

2004-10-26 Thread Anderson, Rob (Global Trade)
I would suggest puting the config.xml into version control. Then only keeping 1 or two backups deployed in the environment. This would allow you to loose the DATETIMESPAMP and just rename it to config.xml.bak and config.xml.bak.old. Then you can delete the xml.bak.old and rename the .xml and .xm

using ant to archive a file

2004-10-26 Thread Mark Lybarger
i'm looking for an ant task that'll do something similar to VMS's file versioning. when putting a new file out, i'd like to have the old one still there (perhaps with the ability to specify how many old versions to keep). does something like this exist? here's my specific issue: when deploying

Re: hi

2004-10-26 Thread antoine
Please confirm the document. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need help re development

2004-10-26 Thread Ivan Ivanov
Thank you Stefan, I will give it a try. Regards Ivan --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 25 Oct 2004, Ivan Ivanov > <[EMAIL PROTECTED]> wrote: > > > Is there a Xemacs plugin that offers code > completion > > and quick code browsing, I would like to try it. > > JDEE[1] does

Re: Need help re development

2004-10-26 Thread Bob Hays, Computer Geek
Yes, eclipse has a well developed CVS interface. You would need a login (pref anonymous one) to the CVS on the internet, then use the CVS plugin to attach to that. Then use the popup menu on the HEAD item to create a project from that. Its how I do all my local (on my PowerBook no less - I still

Re: Need help re development

2004-10-26 Thread Stefan Bodewig
On Mon, 25 Oct 2004, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Is there a Xemacs plugin that offers code completion > and quick code browsing, I would like to try it. JDEE[1] does together with the semantic package (but I don't use code completion much myself, you may find limitations I've never h