Bug 227115 - Create SVN fetch task factory for Eclipse PDE build
Summary: Create SVN fetch task factory for Eclipse PDE build
Status: RESOLVED FIXED
Alias: None
Product: Subversive
Classification: Technology
Component: Core (show other bugs)
Version: 0.7   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Alexander Gurov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 08:48 EDT by Alexander Gurov CLA
Modified: 2008-04-15 11:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gurov CLA 2008-04-15 08:48:34 EDT
Dennis O'Flynn

Does Subversive provide the "fetch" functionality used by the Eclipse PDE 
Build releng.basebuilder to retrieve source files from a SVN repository?


Michael Valenta

In case it helps, here's a link to the ISV doc that describes the fetcher:

http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_fetch_phase.htm

I also noticed that you are hardcoding your your version qualifiers in your MANIFEST.MF files (e.g. 0.7.0.v20080311). Implementing a fetcher is the first step in allowing you to use PDE build and eventually work towards having a manifest that uses a variable for the qualifier (e.g. 0.7.0.qualifier) which would get filled in when the plug-in is built (which would save you from committing a new manifest file every time you want to ship a new version of the plug-in).
Comment 1 Alexander Gurov CLA 2008-04-15 10:53:59 EDT
Done.
Comment 2 Alexander Gurov CLA 2008-04-15 11:01:57 EDT
P.S.
SVN binaries should be installed as prerequisite.