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
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
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
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
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,
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?
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
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 <[
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
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?
10 matches
Mail list logo