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 247659 - Netbeans not recognizing system variables in Ant build.xml
Summary: Netbeans not recognizing system variables in Ant build.xml
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-03 04:48 UTC by vidhyadharantechdays
Modified: 2015-05-21 03:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
[1] env.variable.png (14.63 KB, image/png)
2014-10-03 04:48 UTC, vidhyadharantechdays
Details
[2] Anttargets.veiw.png (13.92 KB, image/png)
2014-10-03 04:49 UTC, vidhyadharantechdays
Details
[3] target-manually.PNG (39.09 KB, image/png)
2014-10-03 04:50 UTC, vidhyadharantechdays
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vidhyadharantechdays 2014-10-03 04:48:59 UTC
Created attachment 149686 [details]
[1] env.variable.png

Hi,

My build.xml referring the system environment variable "MOBILE_DESIGNER".

[1] env.variable.PNG

<property environment="env"/>
<property file="${env.MOBILE_DESIGNER}/sdk.properties"/>

<import file="${env.MOBILE_DESIGNER}/Tools/Build/BuildScript/targets.xml"/>

However Netbeans not loading all the targets in the ant window.

[2] Anttargets.veiw.png

I can execute the ant target manually type in the build.xml rightclick -> RunT arget ->Advanced 

[3] target-manually.PNG

May i file a bug ? , I am expecting Netbeans should list all the ant targets in the ant window

Regards,
vidhya
Comment 1 vidhyadharantechdays 2014-10-03 04:49:49 UTC
Created attachment 149687 [details]
[2] Anttargets.veiw.png
Comment 2 vidhyadharantechdays 2014-10-03 04:50:27 UTC
Created attachment 149688 [details]
[3] target-manually.PNG
Comment 3 vidhyadharantechdays 2014-10-03 04:51:48 UTC
Please check the netcat mailing list 
https://netbeans.org/projects/www/lists/netcat/archive/2014-09/message/62
Comment 4 Jiri Kovalsky 2014-10-03 10:18:41 UTC
This is not P1 bug per definition [4].

[4] http://wiki.netbeans.org/BugPriorityGuidelines
Comment 5 Tomas Stupka 2015-05-20 17:02:37 UTC
fixed in jet-main #bb9159deb11a
Comment 6 Quality Engineering 2015-05-21 03:16:47 UTC
Integrated into 'main-silver', will be available in build *201505210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bb9159deb11a
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #247659 - Netbeans not recognizing system variables  in Ant build.xml