Apache commons libraries - already available somewhere?
2 Message(s) by 2 Author(s) originally posted in developer netbeans java
| From: David Van Couvering |
Date: Tuesday, December 11, 2007
|
I'm looking at using
Apache DDLUtils, and it requires a bunch of Apache
commons libraries - logging, etc.
I can
include these in my module, but I'm wondering: are they already
available in the NB
platform somewhere, so that I can just depend on the
existing versions? If so, where are they, and what's the best way to
declare them as dependencies?
Thanks,
David
| From: Jesse Glick |
Date: Tuesday, December 11, 2007
|
wrote in message:
I'm looking at using Apache DDLUtils, and it requires a bunch of Apache
commons libraries - logging, etc.
I can include these in my module, but I'm wondering: are they already
available in the NB platform somewhere, so that I can just depend on the
existing versions?
Some are.
If so, where are they, and what's the best way to
declare them as dependencies?
Right-click Libraries, Add Dep,
type in e.g. some portion of the package
name of an
API (application
programming interface)you want and wait for search results (this will exercise
your
disk a bit, sorry).
--
jesse.glick@xxxxxxxxxxx netbeans.org ant.apache.org hudson.dev.JAVA.net
http://google.com/search?q=e%5E%28pi*i%29%2B1
Next Message: "show JAVA packages as"