Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] Using pde to build a feature and the associated branding plugin

Bug! Please add to bugzilla (PDE Core). As a workaround you can edit the
external tool for this build.xml file and ask for a refresh there.

Rodrigo




|---------+------------------------------------->
|         |           "Pat McCarthy"            |
|         |           <patmc@xxxxxxxxxx>        |
|         |           Sent by:                  |
|         |           platform-update-dev-admin@|
|         |           eclipse.org               |
|         |                                     |
|         |                                     |
|         |           08/07/2002 03:36 PM       |
|         |           Please respond to         |
|         |           platform-update-dev       |
|         |                                     |
|---------+------------------------------------->
  >---------------------------------------------------------------------------------------------------------|
  |                                                                                                         |
  |       To:       platform-update-dev@xxxxxxxxxxx                                                         |
  |       cc:                                                                                               |
  |       Subject:  Re: [platform-update-dev] Using pde to build a feature and the associated branding      |
  |        plugin                                                                                           |
  >---------------------------------------------------------------------------------------------------------|





Back...  this may be a bug (and I'll get it in bugzilla) - but before I
jump - let me ask.

I was working my project back into shape - as a.b.c-feature and then a.b.c
for the branding plugin.

When I build the feature update jar it fails when I ask for a refresh
target as the last activity.

Project com.ibm.lab.tool does not exist and cannot be refreshed.
My project dir name is com.ibm.lab.tool-feature.
This is the entry in the generated build.xml:

 <project name="com.ibm.lab.tool" default="build.update.jar" basedir=".">

and then:

<property name="feature" value="com.ibm.lab.tool"/>


Maybe a property for feature-dir is needed as in:
<property name="feature-dir" value="com.ibm.lab.tool-feature"/>

So that this could then be the refesh target:
      <target name="refresh" depends="init" if="eclipse.running">
change>     <eclipse.refreshLocal resource="${feature-dir}" depth
="infinite"/>
            <antcall target="all.children">
                  <param name="target" value="refresh"/>
            </antcall>
      </target>

Pat McCarthy


_______________________________________________
platform-update-dev mailing list
platform-update-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-update-dev






Back to the top