Bug 24587 - Project properties not set properly if no arguments passed
Summary: Project properties not set properly if no arguments passed
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P1 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-09 12:07 EDT by Darin Swanson CLA
Modified: 2002-10-11 11:43 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-09 12:07:14 EDT
If a build file is run with no arguments passed, the project will not be 
configured properly. For example the build file location will be incorrect.

Current workaround is to pass an argument such as -verbose or -debug.
Comment 1 Darin Swanson CLA 2002-10-09 12:17:05 EDT
Basically any user property will be ignored.
Comment 2 Darin Swanson CLA 2002-10-09 13:18:12 EDT
Fixed in the head stream and a patch produced for the 20021009 integration 
build.

Jared please can you test the patch and verify the changes.
Comment 3 Darin Swanson CLA 2002-10-09 13:37:46 EDT
Patch is avilable at:
http://dev.eclipse.org/viewcvs/index.cgi/platform-ant-home/patches/I-
20021009/patch.zip?rev=1.2
Comment 4 Darin Swanson CLA 2002-10-11 09:59:56 EDT
Reopening to reassign as needs to be verified for M2.
Comment 5 Darin Swanson CLA 2002-10-11 10:00:19 EDT
Please verify 
Comment 6 Darin Wright CLA 2002-10-11 11:43:44 EDT
Verified code.