This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32268 - Set up default build target when creating java project
Summary: Set up default build target when creating java project
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-25 08:56 UTC by Vitezslav Stejskal
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2003-03-25 08:56:41 UTC
The java project created from NFT wizard should
always set some build target as a default one so
that it won't complain when user builds it. If
there is only Compiled Classes b.t. then it should
be the default b.t., but in case of additional
build steps like packaging, etc. it might make
sense to have some of these steps as a default
b.t. (perhaps the last one).
Comment 1 Tomas Zezula 2003-03-25 13:10:51 UTC
Java Project UI Spec should describe the wanted behaviour of modules
which add new BuildTarget that depends on the Compiled Classes. Java
module sets the Compiled Classes as default bt., but the module should
override the default bt. by its bt.
Comment 2 Chris Ledantec 2003-03-25 13:51:15 UTC
a different module shouldn't just overrided the default. when the user
creates a new project the compiled classes b.t. should be the default
b.t. when the user creates a new build target it should then become
the default -regardless of what it is. a checkbox in the new b.t.
wizard will let the user change this behavior... it will be in the
spec should it not be clear here.
Comment 3 Tomas Zezula 2003-03-25 13:54:29 UTC
Java modules now sets Compiled Classes as default bt. The other
modules or New bt. wizard can override it by whatever thay want.
Comment 4 Chris Ledantec 2003-03-25 15:49:49 UTC
the spec has been updated... check 

http://projects.netbeans.org/uispecs/java/JavaProjectsUISpec.html#v.iv

scroll down to step 1. the check box there determines if the new build
target should be used as default.
Comment 5 Vitezslav Stejskal 2003-07-10 13:21:45 UTC
verified
Comment 6 Jan Becicka 2003-11-25 14:19:12 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.