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 56564 - [stringWebService] can't build/run this sample
Summary: [stringWebService] can't build/run this sample
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 17:55 UTC by Lukas Jungmann
Modified: 2013-02-13 10:20 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 Lukas Jungmann 2005-03-16 17:55:07 UTC
[build 200503161050]

Assume you have resolved server reference problem (from issue #56563).

Now build/run project
=> in output tab there you can see:

"wscompile-init:
Created dir: V:\test\projects\StringWebService\build\generated\wssrc
StringPurchaseOrderService_wscompile:
V:\test\projects\StringWebService\nbproject\build-impl.xml:200: wscompile config
file does not exist!
BUILD FAILED (total time: 1 second)"


Suggested fix:
replace line 42 in nbprivate/project.properties
(StringPurchaseOrderService.config.name=com/sun/j2ee/blueprints/stringposervice/purchaseorderservice-config.xml)
with this one
"StringPurchaseOrderService.config.name=${src.dir}/com/sun/j2ee/blueprints/stringposervice/purchaseorderservice-config.xml
Comment 1 Yutaka Yoshida 2005-03-16 19:56:16 UTC
known bug. already fixed in bpcatalog ws.
I'll check in the fix shortly.
Comment 2 Lukas Jungmann 2005-03-25 22:37:24 UTC
seems fixed in 200503242007
Comment 3 Lukas Jungmann 2005-03-25 22:38:09 UTC
v. 200503242007