Re: Ant: invoke in a different directory?

2008-08-25 Thread Scot P. Floess
Just try ant -f ../my_dir/my_sub_dir/build.xml On Mon, 25 Aug 2008, David W wrote: Hello,   I know that "ant" can invoke "build.xml" file in the current directory. Is it possible to invoke the "build.xml" file in another directory? What I want is something like "ant ../my_dir/my_sub_dir/buil

Ant: invoke in a different directory?

2008-08-25 Thread David W
Hello,   I know that "ant" can invoke "build.xml" file in the current directory. Is it possible to invoke the "build.xml" file in another directory? What I want is something like "ant ../my_dir/my_sub_dir/build.xml"   How to do this?   Thanks so much,   David

Re: Renaming files during copy

2008-08-25 Thread Paul Schabl
Works great, many thanks! Paul Schabl Am 25.08.2008 um 23:51 schrieb David Weintraub: Well, you're already using one Selector, why not use the "type" selector too: If you need empty folders too, you might h

Checkstyle

2008-08-25 Thread Schwartz, Ran
Has anyone configured checkstyle to get to work through Ant or their command line? I am having issues with it. Even the most basic of examples would be of help. Thanks, Ran

Re: Renaming files during copy

2008-08-25 Thread David Weintraub
Well, you're already using one Selector, why not use the "type" selector too: If you need empty folders too, you might have to do another copy, but with . -- David Weintraub [EMAIL PROTECTED] On Mon, Aug 25,

Problemen dowloading jar

2008-08-25 Thread Guilherme Namen Pimenta
I'm traing to download hibernate-3.2.4.sp1 and ivy download the soruce and javadoc jar files and put the source jar in the lib directory. Someone could help me?

Re: Renaming files during copy

2008-08-25 Thread Paul Schabl
Unluckily, all directories get renamed Thanks for your suggestion, Paul Schabl Am 25.08.2008 um 18:59 schrieb David Weintraub: You mention that the renamed directories are empty. Are all the directories renamed, or only the empty ones? If it is only the empty ones, can you add the includeEmpt

Re: Renaming files during copy

2008-08-25 Thread David Weintraub
You mention that the renamed directories are empty. Are all the directories renamed, or only the empty ones? If it is only the empty ones, can you add the includeEmptyDirs="false" parameter to your copy task? -- David Weintraub [EMAIL PROTECTED] On Mon, Aug 25, 2008 at 6:28 AM, Paul Schabl <[

Setting up cpptasks (in Eclipse)

2008-08-25 Thread Hendrik Maryns
Hi, I found cpptasks through a recent thread and I am trying to use it, but the installation instructions are very concise for a newbie to Ant. I’d like some help here. What I did: - downloaded the tarball from Sourceforge - unpacked it in /usr/local - invoked ant - copied cpptasks.jar to /u

Renaming files during copy

2008-08-25 Thread Paul Schabl
Hej, The following target copies and renames files as expected, but also creates emtpy directories named "somedir.deploy". How can i make sure, that only files get renamed during copy?