Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] generating map files


See MapFileGenerator.java
in
org.eclipse.orbit/org.eclipse.orbit.releng.tools

for the Java portion of the ant task.

If you want to see exactly how we call it, it's in the build.xml file in
org.eclipse.orbit/org.eclipse.orbit.releng.builder

HTH




From: Scott Lewis <slewis@xxxxxxxxxxxxx>
To: Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
Cc: Ted Kubaska <tedkubaska@xxxxxxxxxxx>
Date: 02/20/2008 10:39 PM
Subject: Re: [orbit-dev] generating map files





Sorry for the spam, but I forgot the associated bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=219504

Scott Lewis wrote:
> Howdy,
>
> The ECF project would like to produce bundles in a form similar to
> that which the Orbit project is doing...i.e. jars available for
> consumption via http map file entries.
>
> We are already doing the actual build/jar creation part, but we would
> like to also generate/create map files for every build...ala the way
> Orbit puts the map files for Orbit bundles at the top of the page e.g.
> here:
>
>
http://download.eclipse.org/tools/orbit/downloads/drops/S20080209163815/
>
> Are there some pieces (hopefully in the form of ant tasks) from the
> Orbit builder that we could potentially reuse?  If so, could someone
> point me in the right direction in the repo?
>
> Thanksinadvance,
>
> Scott
>
>
> _______________________________________________
> orbit-dev mailing list
> orbit-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/orbit-dev

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


Back to the top