Bug 24755 - Build files are not located correctly
Summary: Build files are not located correctly
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Luc Bourlier CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-14 12:24 EDT by Darin Swanson CLA
Modified: 2002-10-18 17:22 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson CLA 2002-10-14 12:24:51 EDT
If the user does not specify a build file, the default "build.xml" is not 
located correctly; the current basedir is not used.

Similar situation if the user specifies a buildfile using -buildfile (if the 
path is not fully specified).
Comment 1 Darin Swanson CLA 2002-10-18 17:08:18 EDT
Fixed in InternalAntRunner.
Please verify.
Comment 2 Darin Swanson CLA 2002-10-18 17:22:10 EDT
Actually this behavior is wrong.  The cmd line Ant does not used the working 
dir to locate the build.xml.
Comment 3 Darin Swanson CLA 2002-10-18 17:22:28 EDT
Invalid.