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 63113 - Data Files related to an open project
Summary: Data Files related to an open project
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-26 03:24 UTC by pulliamd
Modified: 2011-08-31 14:05 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 pulliamd 2005-08-26 03:24:37 UTC
This is an request for an enhancement to make it easier to test Java
Applications.  I am working with applications that require data files that my
java application must read in order to work.  I would like to see the ability to
specify required files that need to be in the same directory as the running code
and have the IDE automatically make the necessary new copies/sync existing
copies from original location to the location to the location where the project
code is run from when testing from inside the ide when the project is compiled.
 Maybe by adding a new root level grouping (like Test Package, Libraries, etc)
called "Data Files" that would contain the data files that need to be copied in
order for the Java Application being developed to run.