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 69926 - Module library project unable to set dependency to a class library project
Summary: Module library project unable to set dependency to a class library project
Status: CLOSED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 08:57 UTC by navneet
Modified: 2006-06-03 23:12 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 navneet 2005-12-06 08:57:56 UTC
Here is what I am trying to do:

1. Develop a library to interact with a custom backend. This library today
comprises of multiple other jar files since there are dependencies on jdom, etc
2. Develop a front-end that will act as the UI for this library

I also want to debug the code in the library when I am debugging the front end.

When I try to create a project using the netbeans new project wizard, it does
not allow me to add a dependency to a Java Class Library Project. And hence,
when I try to set a break point, that does not work either.
Comment 1 Jan Lahoda 2005-12-06 10:20:45 UTC
So your are trying to do a NetBeans module project using an external library?
You should probably use Library Wrapper module, please see:
http://wiki.java.net/bin/view/Netbeans/DevFaqNetBeansClasspath
http://wiki.java.net/bin/view/Netbeans/DevFaqWrapperModules