Re: repository access

Svata Dedic <[email protected]> Sun, 03 Aug 2003 11:03:09 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
Peter Wisnovsky wrote:
> Peter Wisnovsky writes:
>  > Has something changed in the repository API? I used to be able to do:
> 
> Mea culpa, I forgot to RTFM. So I see that this is now a deprecated
> API and to use the classpath API. So I look there, and it says that
> the ClassPath.getClassPath(String) methods are deprecated (presumably
> because each project has a separate classpath) and to use
> "ProjectPath.find()" instead. However, I can't find this class or
> documentation for it. Gack! Now what?
> 
org.netbeans.api.java.project.ProjectPath in java/project module.

-Svata