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 4029 - Execution properties cannot be changed for nodes in JarFileSystem.
Summary: Execution properties cannot be changed for nodes in JarFileSystem.
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 10812 11455
  Show dependency tree
 
Reported: 1999-09-27 22:07 UTC by issues@www
Modified: 2005-03-09 04:28 UTC (History)
0 users

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 issues@www 1999-09-27 22:07:45 UTC
Set Execution properties like Executor, Debugger,.. for file in local file system to non default values. Everything works. Then jar file system like: "jar -cvf fs.jar *.*". Next add this new Jar fil
e system to Repository. Execution properties are set to default and cannot be changed in Jar file system.

filesystem.attributes file is normally listed in Jar file system.


[mbalin] When class requires Internal execution to run. Then it cannot be never run from Jar!
Comment 1 Jan Zajicek 2001-06-04 17:08:53 UTC
This should be solved by:
http://jarpackager.netbeans.org/new-features.html
Comment 2 Mike Schilling 2001-06-07 20:14:09 UTC
It will be necessary to create a Writeable Jar File Ssyetm in read-write mode.  
Once this is done, it will be possible to set attributes on the jar file 
entries.
Comment 3 Jesse Glick 2004-03-19 14:22:40 UTC
Probably makes no sense under new build system.