Doug:  I have tried, unsuccessfully, to reproduce your
problem.  If you can get a pair of small buildfiles
together that demonstrate this behavior, open a
Bugzilla report and attach them.

Thanks,
Matt


--- Doug Lochart <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> I am currently upgrading to ant1.6.2 and I have run
> into a situation that works in 1.6.1 but not in
> 1.6.2.  Hopefully someone can explain to me what is
> going on and if its a bug or a change that I need to
> accomodate for.
> 
> In my base build.xml I define a path like so:
> 
> <path id="build.interface.classpath">
>   < ... simple pathelements .../>
> </path>
> 
> Then I define another one like this:
> 
> <path id="build.main.classpath">
>   <path refid="build.interface.classpath"/>
>   <pathelement .../>
> </path>
> 
> Then I import a common build file
> 
> <import
> file="${common.build.home}/common-imports.xml"/>
> 
> < more targets follow >
> 
> There is a javadoc task in the imported build file
> that uses the "build.main.classpath" reference when
> calling other targets and tasks.
> In 1.6.1 this works fine.  In 1.6.2 I get an
> exception saying that "Reference
> build.interface.classpath not found".  I commented
> out the line under the "build.main.classpath"
> definition that includes reference to
> "build.interface.classpath" and the call worked
> (well it did not get hung up on any references
> missing).
> 
> Can anyone tell me what is occurring now and if this
> is a bug or not.  
> 
> Thanks
> 
> Doug
> 
> Now I've gained some understanding 
> Of the only world that we see.
> Things that I once dreamed of
> Have become reality.
> 
> These walls that still surround me
> Still contain the same old me,
> Just one more who's searching for
> A world that ought to be.



        
                
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

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

Reply via email to