Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Exporting help plugins
Exporting help plugins [message #122773] Thu, 04 September 2003 15:49 Go to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Is there any way to specify within the buil.properties file that certain
directories (help system) should be zipped in a doc.zip file?

Thanks in advance,

Chemi.
Re: Exporting help plugins [message #123272 is a reply to message #122773] Fri, 05 September 2003 13:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Well, as I haven't found anything within the Help I decided to customize
the automatic generated build.xml

If anybody has the same need, I fixed adding this line to
gather.bins.parts target:

<zip zipfile="${destination.temp.folder}/${full.name}/doc.zip"
basedir="." includes="html/** images/**"/>

Hope this helps,

Chemi.

Chemi wrote:

> Is there any way to specify within the buil.properties file that
> certain directories (help system) should be zipped in a doc.zip file?
>
> Thanks in advance,
>
> Chemi.
Re: Exporting help plugins [message #123494 is a reply to message #123272] Fri, 05 September 2003 17:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Chemi,

You will need to add custom=true to your build.properties for this
plugin, or it will allow the build.xml to be rebuild at any time and
wipe out your change.

Rich
Re: Exporting help plugins [message #123653 is a reply to message #123494] Sun, 07 September 2003 02:54 Go to previous message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Yes, I know. I forgot to comment that.

And if the plugin is a Help Plugin NLS then more or lees these lines:

<mkdir dir="${destination.temp.folder}/${full.name}/nl/es"/>
<copy todir="${destination.temp.folder}/${full.name}/nl/es">
<fileset dir="${basedir}/nl/es" includes="index_toc.xml"/>
</copy>
<zip
zipfile="${destination.temp.folder}/${full.name}/nl/es/doc.zip "
basedir="./nl/es" includes="html/** images/**"/>

Regards,

Chemi.

Richard L. Kulp wrote:

> Chemi,
>
> You will need to add custom=true to your build.properties for this
> plugin, or it will allow the build.xml to be rebuild at any time and
> wipe out your change.
>
> Rich
Previous Topic:Retrieving typed words from TextEditor without using createPartControl
Next Topic:Error Accessing Compilation Unit
Goto Forum:
  


Current Time: Tue Jul 08 12:03:34 EDT 2025

Powered by FUDForum. Page generated in 0.05662 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top