Look at the error. Your environment variable is pointing at
C:\>echo %JAVA_HOME%
C:\Program Files\j2sdk1.4.2_04
But the error is saying that it expects it in C:\Program
Files\Java\j2re1.4.2_04\lib\tools.jar
The question is why is it expecting it in a different directory? i.e.
C:\Program Files\J
Thanks all for all your help.
I think i understand them better now. I will be practising with more
examples and hopefully ill get better at it.
Thanks
On Fri, Dec 18, 2009 at 4:13 PM, David Weintraub wrote:
> On Fri, Dec 18, 2009 at 9:55 AM, Ziggy wrote:
> > In all your examples yo
s of pages
>
>
> Takes all files that filenam starts with pages
>
>
> (second " added)
> Takes all files from a subdir called "pages", that is one dir deep
> (xxx/pages but not xxx/xxx/pages) but no subdir of pages
>
> (second " added)
> Takes
Hi,
I am trying to understand how the selection of files and directories work.
Could you explain the difference between the following.
exclude name="**/pages"/>
I would have thought that the decompiling is the reason they are different.
Do you get the same result when you decompile the same file twice?
I am not an expert but i think the decompiler can produce different code
that achieves the same thing. Try to decompile the same file twice and see
if the
Hi all,
I've got a query on the way web applications are deployed. I have an
application that has several jsp files and serlvets that are in
WEB-INF/classes.
When i deploy the application all i do is do a checkout on CVS, make the
changes, rebuild the war using ANT and redeploy manually. This wor
AIL PROTECTED]> wrote:
>
>
> -Original Message-
> From: Ziggy [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2008 2:03 PM
> To: user@ant.apache.org
> Subject: Re: problem with "excludes" in javac target.
>
> /*
> Hi,
>
> I forgot to m
Hi,
I forgot to mention that i am using ANT v2.7.2
Many thanks
On Mon, Nov 24, 2008 at 12:18 PM, Ziggy <[EMAIL PROTECTED]> wrote:
> Can anyone see why "excludes" in this code snippet does not work?
>
> [code]
>
> Compiling java sources:
>
Can anyone see why "excludes" in this code snippet does not work?
[code]
Compiling java sources:
${junit.path}**
[/code]
Here are the relevant properties used in the above code
[code]
[/code]
Thanks