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 57677 - freefrom project wizard - better handling of 'invalid' ant scripts
Summary: freefrom project wizard - better handling of 'invalid' ant scripts
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords:
: 60650 (view as bug list)
Depends on:
Blocks: 57673
  Show dependency tree
 
Reported: 2005-04-08 15:01 UTC by muzzz
Modified: 2013-09-27 02:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description muzzz 2005-04-08 15:01:58 UTC
Provide (an option for) more verbose feedback when NB encounters an invalid ant
script during the 'new project with existing ant script' wizard. State a reason
why NB can not use the script.

Also, (should this be a separate issue?) it's rather awkward that NB cannot cope
with small deficiencies (missing xml declaration for example) that ant itself
has no problems with.

It might be nice to allow the creation of a project to continue if the script is
invalid, but disable any features that require IDE validation of the script.
Comment 1 Jesse Glick 2005-07-14 21:03:55 UTC
*** Issue 60650 has been marked as a duplicate of this issue. ***
Comment 2 Antonin Nebuzelsky 2010-01-11 04:28:41 UTC
Changing the default component owner to tzezula.
Comment 3 Martin Kozeny 2013-09-26 15:03:20 UTC
> Also, (should this be a separate issue?) it's rather awkward that NB cannot
> cope
> with small deficiencies (missing xml declaration for example) that ant itself
> has no problems with.
> 
> It might be nice to allow the creation of a project to continue if the
> script is
> invalid, but disable any features that require IDE validation of the script.

Definitely this should be separate issue.

Feedback implemented in: https://hg.netbeans.org/core-main/rev/3f5932d51d85
Comment 4 Quality Engineering 2013-09-27 02:11:24 UTC
Integrated into 'main-silver', will be available in build *201309270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3f5932d51d85
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #57677: Freefrom project wizard is now handling better with 'invalid' ant scripts .