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 17542 - Copy resources to build file system.
Summary: Copy resources to build file system.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-12 11:38 UTC by Mathieu Carpentier
Modified: 2007-09-26 09:14 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 Mathieu Carpentier 2001-11-12 11:38:19 UTC
I got a project for which the output filesystem for .class files is different 
from sources filesystem. The build is fine.

In my project I have a 'package' that contains only images needed by my 
application (it's located inside 'icons' folder). I'd like that the content of 
this folder to be copied to the build filesystem in the appropriate folder. 

When I run my project within Netbeans it seems to work anyway (can find my 
images in 'icons').
Comment 1 Jan Chalupa 2001-11-27 15:41:01 UTC
Target milestone -> 3.3.1.
Comment 2 Vitezslav Stejskal 2001-12-10 14:36:30 UTC
David agreed to take over this issue since it's build system related.
Comment 3 Marek Grummich 2002-07-22 12:31:34 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 12:35:23 UTC
Set target milestone to TBD
Comment 5 David Konecny 2002-12-11 14:56:46 UTC
Reassigning to Java module. I believe that this functionality is
supported (or will be) in new Java projects.

The general projects infrastructure could provide something like
"copy" build target to solve this problem. Actually there already is
copy target (part of the examples) which demonstrates how to write a
build target.
Comment 6 Martin Matula 2004-11-13 20:51:59 UTC
This is possible with the new build system.