My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DirBuildPathUpdater  
How to use DirBuildPathUpdater
Updated Feb 4, 2010 by ryushi

Introduction

DirBuildPathUpdater is modifier plugin for java projects classpath.

How to Use

Add libraries to build path.

  • Select Folder in some view, and show context menu.
Select Dir Build path Updater > Add libraries under this Dir to Build Path.
  • Then classpath is updated.
  • This update is diffrent from Build Path > Add to Build Path
    • .jar and .zip files other than contain -sources and -src files.
    • added libraries are attach source archives.
    DirBuildPathUpdater find source archive automatically.
    • added libraries are export from project.
  • Do it once, DirBuildPathUpdater keep watch the dir.
anyone modify that dir contents then update build path automatically.

Remove libraries from build path.

  • Select Dir Build path Updater > Remove libraries under this Dir from Build Path.
  • Then classpath is updated.
  • added libraries are remove from build path and stop watching that dir.

Sign in to add a comment
Powered by Google Project Hosting