Skip to content

DevFaqHowToFixDependencies

Antonio Vieiro edited this page Jan 25, 2018 · 1 revision

DevFaqHowToFixDependencies

My project.xml lists more dependencies than I really need. How can I fix it?

As your code evolves, you may find that it no longer needs dependencies on some modules that it used to require. In this case, you can run the fix-dependencies Ant target on your module to remove any unnecessary dependencies from your project.xml.

As with any automated modification, it’s a good idea to ensure that this file is up-to-date in source control before running this task, although in an emergency you can use the IDE’s local history feature to revert changes.

<hr/> Applies to: NetBeans 6.8 and above

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqHowToFixDependencies , that was last modified by NetBeans user Rmichalsky on 2009-12-02T15:06:07Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-01-26, and needs to be reviewed.

Clone this wiki locally