You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/10 17:14:31 UTC

[Lucene-java Wiki] Update of "HowtoConfigureNetbeans" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowtoConfigureNetbeans" page has been changed by SteveRowe:
https://wiki.apache.org/lucene-java/HowtoConfigureNetbeans

New page:
= Configure Netbeans =

Run '''`ant netbeans`''' from the command line to populate your working copy with the configuration files Netbeans needs to be able to compile, test, and debug Lucene and Solr. 

You can then open the project in Netbeans; select the top-level directory where you ran '''`ant netbeans`'''.

Running '''`ant clean-netbeans`''' from the command line removes all Netbeans configuration files and compilation/test output.  If you already have an existing configuration, but want to replace it with the one provided by '''`ant netbeans`''', it's a good idea to run '''`ant clean-netbeans`''' first.