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.

View | Details | Raw Unified | Return to bug 105172
Collapse All | Expand All

(-)apisupport/harness/release/README (-1 / +7 lines)
Lines 483-488 Link Here
483
classpath, define it once in project.properties and use that property in
483
classpath, define it once in project.properties and use that property in
484
<classpath> as well as in your Ant script.
484
<classpath> as well as in your Ant script.
485
485
486
In order for the IDE to recognize references to those classes defined in the 
487
<extra-compilation-unit>, you may also need add/modify your module's cp.extra
488
property to include the value specified in the <package-root> element.
489
486
If you export some API (declared in <public-packages> or <friend-packages>) and
490
If you export some API (declared in <public-packages> or <friend-packages>) and
487
wish to be able to build Javadoc, just specify
491
wish to be able to build Javadoc, just specify
488
492
Lines 538-544 Link Here
538
code.name.base.slashes - ditto, as org/netbeans/modules/foo
542
code.name.base.slashes - ditto, as org/netbeans/modules/foo
539
543
540
cp.extra - extra JARs you have to compile module sources against. Rarely needed
544
cp.extra - extra JARs you have to compile module sources against. Rarely needed
541
any more.
545
any more, but if you've defined extra source trees with <extra-compilation-unit>,
546
it may be necesary to add/modify this value to include the value specified in 
547
its <package-root> element.
542
548
543
extra.module.files - list of special files you build alongside your module JAR
549
extra.module.files - list of special files you build alongside your module JAR
544
which you want to register for update tracking and include in your NBM.
550
which you want to register for update tracking and include in your NBM.

Return to bug 105172