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 27437 - add property logfile to external/build.xml files
Summary: add property logfile to external/build.xml files
Status: VERIFIED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 10:05 UTC by _ hkrug
Modified: 2007-12-13 17:50 UTC (History)
1 user (show)

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 _ hkrug 2002-09-19 10:05:55 UTC
I would ask for a slight modification of the
build.xml files of the external subdirs containing
scrambled jars, namely e.g.:

    <property name="extnl"
location="../../nbbuild/external"/>
+    <property name="unscrambling.log"
location="${extnl}/unscrambling.log"/>

-        <unscramble
logfile="${extnl}/unscrambling.log">
+        <unscramble logfile="${unscrambling.log}">

This allows to use whatever logfile you want
during build.
Comment 1 Jesse Glick 2002-09-20 03:46:40 UTC
Reasonable enough, but I don't think it's a "defect" as it stands.
Comment 2 _ hkrug 2002-09-20 06:44:43 UTC
I agree, my fault.
Comment 3 rbalada 2007-12-13 13:42:14 UTC
We are not using scramling/unscrambling anymore.
Comment 4 Jesse Glick 2007-12-13 17:50:23 UTC
Right.