Hi Friends,
I am brand new to Ant though i have been working in Java for a while. Can
anybody clarify me about these lines taken from Ant user manual.
" The source and destination directory will be recursively scanned for Java
source files to compile "
To understand the above mentioned statemen
correction: that's src and not src and just a typo in this email and not at
the DOS prompt
Original Message Follows
From: "Res Pons" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: user@ant.apache.org
Subject: javadoc
Date: Thu, 05 Apr 2007 21:28:18 -0700
Almost wrong forum, I know.
Almost wrong forum, I know...but...
I would like to test and run javadoc at a DOS prompt before writing ant code
for it but the problem is that when I cd into my project and execute the
following, I get an error1 and nothing happens.
c:\>cd Builds\project1
C:\Builds\project1>javadoc -sourcepa
Hello experts,
I'm doing a program that export webservices. In execution time I
have to move some created files to a directory that has been choosen by the
user, and clean the directory where all the files that have been moved were.
Is ANT the correct tool to do this ? Is it correct to
I sent this out yesterday and got no response. I have also tried using
BeanShell and am having similar problems. I'm guessing very few people use
the tag as it seems awfully flakey. Anyone have suggestions on
where to get some help with Script tag issues?
Thanks
phil
_
From: P
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
cleartool
Something like that:
cleartool mkview -tag build-view \\%COMPUTERNAME%\ccshare$\build-view.vws
cleartool mount -all
cd z:\build-view\SOME-VOB
cleartool setcs c:\path\toconfigspec
call ant build-target
set RC=%errorlevel%
cd %~dp0
cleartool endview build-view
cleartool rmview -force build-view
exi
Matt Benson wrote:
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
Matt Benson wrote:
-Matt
P.S. You -could- also use
${toString:my.path.id}
But that's technically unsupported.
ah, its documented as of Ant1.7. therefore it exists
Okay. It's still dirty IMHO. :)
what, compared to sa
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> Matt Benson wrote:
>
> > -Matt
> >
> > P.S. You -could- also use
> > ${toString:my.path.id}
> >
> > But that's technically unsupported.
> >
>
>
> ah, its documented as of Ant1.7. therefore it exists
Okay. It's still dirty IMHO. :)
-Matt
Hi,
Can any one please give me some ideas how to create clearcase dynamic view
for build and after the build this view will get deleted. This way I will
have a clean build. This view is tranparent to the user and only will get
created when invoke the ant build script.
I was trying to put everyth
Matt Benson wrote:
-Matt
P.S. You -could- also use
${toString:my.path.id}
But that's technically unsupported.
ah, its documented as of Ant1.7. therefore it exists
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Hi
Ant exec
the 1st arg will be cmd.exe
args="/C FullpathNameOfBinaryToRun"
this will exec the FullpathNameOfBinaryToRun and then return back to
invoking process..
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to
Something so simple and I couldn't even think of it :/
That worked, thank you for your help :)
Original Message Follows
From: "Murray, Mike" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: "Ant Users List"
Subject: RE: forking ant
Date: Thu, 5 Apr 2007 16:06:51 -0400
Try:
c
Try:
call ant clean build
-Original Message-
From: Res Pons [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 05, 2007 2:50 PM
To: user@ant.apache.org
Subject: forking ant
I'm writing a basic window's .bat file to cd into my working folder and run ant
clean build. And when ant b
I'm writing a basic window's .bat file to cd into my working folder and run
ant clean build. And when ant build is finished to return back to the
original bat file and copy the war/ear files to my local jboss deploy
directory. I've tried 2 things
cd workingFolder
ant clean build
and
start
On 4/5/07, Paul Selibas <[EMAIL PROTECTED]> wrote:
I have an apache ant script that is supposed to add a rar file to a
jar file.
This is the closest i get and what it does is unzips the rarfile and
puts each file into the jar file. I want to put the whole rar file in
the Jar.
I guess
On 5 Apr 2007 06:14:33 -, query <[EMAIL PROTECTED]> wrote:
Here, I want to export only gif files in java/gui/images to ${temp}by
shortening the pathnames. But it is exorting gif files to
${temp}/java/gui/images.
I don't know such a CVS option, but I'm no CVS expert. OTOH, you can
do the e
Never mind regarding this issue. I resolved the problem myself (some
property values, like the user name, had unwanted trailing spaces).
Thanks.
Bijan Vakili
Senior Software Developer
Cryptologic Inc.
55 St-Clair W, 3rd floor, Toronto, Ontario, M4V 2Y7
Phone 416.545-1455 Ext 5892
E-Mail: [E
I will be out of the office starting 04/05/2007 and will not return until
04/06/2007.
For CQ Baltic Patches, please contact Edward L Hayes or Georgiy Petrov
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Hi, Peter
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 05, 2007 11:03 AM
To: Ant Users List
Subject: Re: How to echo path?
/*
> The use of ${toString: ...} is not documented and not recommended
> by the ant authorities as far as i remember.
It i
On 4/5/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote:
Hi,
-Original Message-
From: Douglas McCarroll [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 11:07 PM
To: Ant Users List
Subject: How to echo path?
/*
I have a path that I'd like to output to the console.
For example:
Hi,
I am using cvs task to export modules.
Here, I want to export only gif files in java/gui/images to ${temp}by
shortening the pathnames. But it is exorting gif files to
${temp}/java/gui/images.
I tried using commanline option -d also. But it is giving error.
1.
2.
3.
22 matches
Mail list logo