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 93498 - IEP project needs to declare source type XML
Summary: IEP project needs to declare source type XML
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Yanbing Lu
URL:
Keywords:
Depends on:
Blocks: 92800 89562
  Show dependency tree
 
Reported: 2007-01-30 03:47 UTC by Nam Nguyen
Modified: 2007-02-06 01:49 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2007-01-30 03:47:57 UTC
For BPEL project to reference XSD, WSDL files belong to IEP project, there IEP
project have to also declare its source root as of XML source type:
  sourcesHelper.addTypedSourceRoot(..., ProjectConstants.SOURCES_TYPE_XML,...);

Where ProjectConstants.SOURCE_TYPE_XML is defined in xml/catalogsupport module.
Comment 1 Nam Nguyen 2007-02-05 23:49:26 UTC
Hi, could some one from iep project team look at this.  The change is quite
simple.  Also, please don't forget to close the issue when you check in the
change.  
Thanks.
Comment 2 Nam Nguyen 2007-02-06 00:23:12 UTC
Also, since the SEDeployment.jar is a JAR, IEP project need to define
*additional* artifact like:

  helper.createSimpleAntArtifact(IcanproConstants.ARTIFACT_TYPE_JAR,...)

This is needed so referencing project (e.g. BPEL or XSLT project types), to
generate correct ant target parts for copying the XML reference closure.
Comment 3 Yanbing Lu 2007-02-06 01:42:57 UTC
Fixed