Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] A question about map files


Yes, the only map file entries that refer .jar files are the ones denoted base.plugin.   It is only a hack in our build scripts to allow us to fetch these prebuild jars from cvs and include them in our build.  Right now we have some hand crafted code that generates a fetch script.   The base.plugin is not standard so I wouldn't recommend writing code to accomodate it.

We plan to change this at some point to use the pde build fetch factory.  

http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/reference/extension-points/org_eclipse_pde_build_fetchFactories.html


Kim





Thomas Hallgren <thomas@xxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

11/30/2006 03:43 PM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
Re: [pde-build-dev] A question about map files





Hi Kim,
but I really want to worry about it :-)
My quest is to make Buckminster build the rcp, starting off with nothing
more then a simple component query. I'm very close. At present I treat
the base.plugin and plugin in a similar way and I check the extension on
the path in order to decide how to materialize the entry, i.e. if it
ends with .jar it becomes something that I "import" into my workspace
rather then doing a normal checkout. But looking closer, perhaps I could
do that only with the 'base.' entries? I see no other entries that
actually appoints files.

In any case, a brief explanation of the semantics behind the 'base.'
prefix would be greatly appreciated.

TIA,
Thomas Hallgren



Kim Moir wrote:
>
> There is a hack in the platform build scripts to accomodate this, not
> in pde build itself.
>
> Don't worry about it, it's only used by the platform team to
> accomodate how we have stored some third party jars.
>
> Kim
>
>
>
>
> *Thomas Hallgren <thomas@xxxxxxx>*
> Sent by: pde-build-dev-bounces@xxxxxxxxxxx
>
> 11/30/2006 02:56 AM
> Please respond to
> "Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
>
>
>                  
> To
>                  "Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
> cc
>                  
> Subject
>                  [pde-build-dev] A question about map files
>
>
>
>                  
>
>
>
>
>
> I'm looking at the map files under org.eclipse.releng/maps. I find
> entries like:
>
>  
> base.plugin@xxxxxxxxxxx=v20060925,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,,org.eclipse.sdk-feature/plugins/com.ibm.icu/com.ibm.icu_3.4.5.jar
>
> Looking at the IFetchFactory it doesn't recognize the 'base.plugin' as a
> valid element type. How is this used?
>
> Kind Regards,
> Thomas Hallgren
>
> _______________________________________________
> pde-build-dev mailing list
> pde-build-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-build-dev
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> pde-build-dev mailing list
> pde-build-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pde-build-dev
>  

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top