This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33360 - update methods for build targets to use projects APIs
Summary: update methods for build targets to use projects APIs
Status: CLOSED DUPLICATE of bug 33355
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: _ gfink
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 12:20 UTC by Pavel Buzek
Modified: 2003-12-11 14:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2003-05-02 12:20:32 UTC
add the two methods bellow (getArchive and
getExtendedArchive -- both return ProjectMember
that represents a build target) and remove
getArchive with int parameter. There is support
for timestemps for build targets and we should be
using that. 

> >>cvs diff J2eeComponentProvider.java (in directory 
>
>>E:\prj40_prototype\j2eeserver\src\org\netbeans\modules\j2ee\deployment\devmodules\spi\)
> >>Index: J2eeComponentProvider.java
>
>>===================================================================
> >>RCS file: 
>
>>/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/spi/J2eeComponentProvider.java,v
> >>retrieving revision 1.1.2.2
> >>diff -r1.1.2.2 J2eeComponentProvider.java
> >>12c12
> >><
> >>---

> >> > import org.netbeans.api.projects.ProjectMember;

> >>77a78,80

> >> >
> >> >     abstract public ProjectMember getArchive();
> >> >     abstract public ProjectMember
getExpandedArchive ();

> >>
> >>and also removed getArchive(int)
Comment 1 _ rkubacki 2003-05-13 15:22:48 UTC

*** This issue has been marked as a duplicate of 33355 ***
Comment 2 Pavel Buzek 2003-07-02 14:08:02 UTC
i've verified all these issues
Comment 3 Pavel Buzek 2003-07-02 14:19:06 UTC
closing all my verified issues