Peter,

It took me a little while, but I figured it out. I had another <path> declaration that was not in a target that depended on one that was in the target. Because of this I was getting the error message whenever the buildfile was loaded. I saw it several times because I had some <antcall> tasks that loaded the buildfile each time it was executed.

Thank you for your time.

Kevin

At 12:00 PM 9/24/2003, you wrote:
Can you give an example of the build file
where this happens?

Peter
On Wednesday 24 September 2003 17:39, Kevin LaVergne wrote:
> Hi,
>
> I am seeing the following message:
>
> Caught exception (org.apache.tools.ant.BuildException) while expanding
> jboss.classpath:
> C:\views\klavergn_synergy_1.0\Public\${jboss.baseserver.dir}\lib not found.
>
> In my buildfile, I am declaring a <path> element inside a target.  This
> target is called (through "depends") from the "init" target.  I see this
> same message several times before the target that actually declares the
> <path> gets executed.  When the target does get executed, I see the
> following:
>
> Overriding previous definition of reference to jboss.classpath
>
> According to my understanding, the reference should not exist until the
> target that declares the <path> is executed.
>
> Any help would be appreciated.
>
> Thanks,
>
> Kevin LaVergne
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to