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 207983 - Change exec tasks in common.xml to ant tasks
Summary: Change exec tasks in common.xml to ant tasks
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-01 11:58 UTC by František Mantlík
Modified: 2014-02-10 14:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patches harness/nbi/.common/common.xml from NetBeans version 7.1. (3.84 KB, application/octet-stream)
2012-02-01 11:58 UTC, František Mantlík
Details

Note You need to log in before you can comment on or make changes to this bug.
Description František Mantlík 2012-02-01 11:58:23 UTC
Created attachment 115428 [details]
Patches harness/nbi/.common/common.xml from NetBeans version 7.1.

Proposed patch changes exec task in common.xml to ant task. This makes installer building independent of external execution and therefore more portable.

This patch as well as patch proposed in http://netbeans.org/bugzilla/show_bug.cgi?id=207518 are needed in order to integrate installers building into nbm-maven-plugin.

For more details see https://jira.codehaus.org/browse/MNBMODULE-155