Re: Re: tasklist/pmd build error

Tor Norbye <[email protected]> Tue, 11 Nov 2003 06:19:00 -0800
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
On Tuesday, Nov 11, 2003, at 02:36 US/Pacific, Petr Kuzel wrote:

> andrew wrote:
>
>>      
>> [/home/nbtrunk/nb_all/tasklist/pmd/src/org/netbeans/modules/tasklist/ 
>> pmd/ViolationProvider.java
>>     [uses or overrides a deprecated API. javac] Note: Recompile with
>>     [-deprecation for details. javac] 1 error
>
> My fault, I refactored all modules to match API change. I
> have this module covered by refactoring tools but I have not
> realizedthat it's not covered by tasklist/build.xml. I'll fix both.

That's because until recently, it couldn't build by default, since it  
needs the pmd library and pmd-netbeans modules to be available, which  
they weren't. You can make it part of the default build now.

-- Tor