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

I think that you need to rebuild build.xml. See what happens when you call
'Create feature JARs' again.

Regards,

Dejan Glozic, Ph.D.
Application Development
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854



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




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