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 48025 - Ant projects with existing files does not support libraries and project dependencies
Summary: Ant projects with existing files does not support libraries and project depen...
Status: CLOSED DUPLICATE of bug 47498
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 20:31 UTC by Tim Lebedkov
Modified: 2006-03-24 10:18 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 Tim Lebedkov 2004-08-26 20:31:04 UTC
see summary
Comment 1 Jesse Glick 2004-08-27 02:16:59 UTC
Re. libraries - as designed, cf. issue #47498. Your own Ant scripts
can use your own mechanisms to refer to library JARs on disk. To
associate sources and/or Javadoc, just make libraries with the same paths.

Re. subprojects - again, as far as the build script is concerned, you
can do whatever you like. If you want the IDE to know about
"subprojects" (only affects opening from Open Project dialog, and the
Open Required Projects context menu item), this is possible though not
from the GUI, e.g. at the end of <general-data> use

<subprojects>
    <project>../some-other-path</project>
</subprojects>


*** This issue has been marked as a duplicate of 47498 ***
Comment 2 Tim Lebedkov 2004-09-27 18:35:27 UTC
ok