I run it outside Jbuilder and the ant script works fine. It seems to me
something to do with AntRunner.
Has anyone encountered a situation like this?
Sibon Barman
SS8 Networks, Inc.
Suite 500
495 March Road, Kanata,
Ontario K2K 3G1
*: (613)592-2100 ext:3281
*: [EMAIL PROTECTED]
-----Original Message-----
From: KC Baltz [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 29, 2001 10:34 AM
To: '[EMAIL PROTECTED]'
Subject: RE: AntRunner problem
Have you tried running ant outside JBuilder? I'd suggest testing that first
to eliminate a possible cause. When you do, run it with -verbose. It
should give you more details about why it is recompiling certain files.
Also, you might try creating a target with just the <delete> tasks. Run
this and see if it does what you expect.
K.C.
> -----Original Message-----
> From: Sibon Barman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 29, 2001 10:27 AM
> To: ant
> Subject: AntRunner problem
>
> Hi all,
> I am having a strange problem: I am running AntRunner on
> JBuilder4. I wrote
> my script that worked until last Friday. I had a target like:
> <target name="clean-all">
> <delete dir="${classes.dir}" />
> <delete dir="${lib.dir}" />
> <delete dir="${javadocs.dir}" />
> <mkdir dir="${classes.dir}" />
> <mkdir dir="${lib.dir}" />
> <mkdir dir="${javadocs.dir}" />
> </target>
> which only deletes and creates dir. But from this morning,
> whenever I run
> any target including the above target, it starts to compile
> all the java
> files. I just can't understand why this should happen. I am
> really lost!!!
> It seems to me that any target I run it goes to compile even
> for a target
> like the above which doesn't even have a depend clause.
>
> Any help would be greatly appreciated.
> Thanks,
> Sibon
>
>
>
>
>
> Sibon Barman
> SS8 Networks, Inc.
> Suite 500
> 495 March Road, Kanata,
> Ontario K2K 3G1
>
* *: (613)592-2100 ext:3281
* *: [EMAIL PROTECTED]
>
>