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 157072 - XSLT build system doesn't support referenced resources as expected
Summary: XSLT build system doesn't support referenced resources as expected
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 15:50 UTC by Vitaly Bychkov
Modified: 2009-04-22 00:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (47.23 KB, image/jpeg)
2009-04-22 00:33 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-01-19 15:50:48 UTC
1. Create XSLT project 
2. Create Synchronous Sample
3. add referenced project resource onto Synchronous.xsd
4. Create RequestReply XSLT Service, accept default values
5. build project and see resulted jar it doesn't contain referenced resource
Comment 1 Vitaly Bychkov 2009-04-16 04:49:38 UTC
Fixed in soa-dev65:
http://hg.netbeans.org/soa-dev65?cmd=changeset;node=c410ef0f1979
Comment 2 rpoon 2009-04-22 00:33:56 UTC
Created attachment 80640 [details]
Screen shot
Comment 3 rpoon 2009-04-22 00:35:27 UTC
Verified with build: \\thumper\50builds\gfesb\v2.1\main\nightly\20090421-0722

Now the referenced XSD file from XSLT project is contained in the JAR file (see attached) once built.