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 167649 - Support of referenced resources to local files not from NetBeans project
Summary: Support of referenced resources to local files not from NetBeans project
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 13:57 UTC by Vitaly Bychkov
Modified: 2009-11-08 09:29 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 Vitaly Bychkov 2009-06-25 13:57:23 UTC
Referenced Resources have to support references to the local resources are not placed in netbeans project.
We have an ability to work with remote referenced resources and project referenced resources.

But the local resources are not placed in netbeans project source folder can't be referenced at all.
Comment 1 Vladimir Yaroslavskiy 2009-07-13 16:02:46 UTC
http://hg.netbeans.org/soa-dev65/rev/44387f63453e
Comment 2 Vladimir Yaroslavskiy 2009-07-20 12:04:37 UTC
done: now it is possible to set referenced resource for any file in your file system, not in project only.
Comment 3 terrybraun 2009-10-20 18:06:34 UTC
This issue is tested and verified with the GFESB Build of 10/09/09, including NetBeans IDE 6.7.1 (Build 200910181801).

The tests for this issue were:

a) Verifying that the Referenced Resource Add context menu changed from "Project Resource..." to "Local Resource...".
b) The selection of a .JAR file or a .WSDL file from a location outside the project tree does not bring the "Cannot add 
the resource not from a project" error message that was given using NB 6.5.1.
c) Selecting a .WSDL file from a different location enters the file in the "Referenced Resources" tree.
d) Using the .WSDL from the Referenced Resources tree as a Partner Link generated an import entry in the BPEL document 
with a correct "location=..." path to the .WSDL file location within the file system.