Re: Re: repository access

Vitezslav Stejskal <[email protected]> Mon, 04 Aug 2003 15:43:28 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>

Svata Dedic wrote:

> 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.

http://www.netbeans.org/download/prj40_prototype/javadoc/JavaProjectAPI/org/netbeans/api/java/project/ProjectPath.html
-vita