Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] How to include application launcherin thethebuild using productBuild.xml

On 5/9/07, Sharma, Jaikumar <jaikumar.sharma@xxxxxxxxx> wrote:
Thanks Barrie, I have extracted the RCP Delta pack for v 3.2.2 into my
existing eclipse 3.2.2 installation and when I run the script it does not do
anything (strange even no error message at command line). But if I remove
the RCP Delta Pack, I get the product build ZIP archive without Lanucher.

Am I doing something unexpected or do you have any idea what is wrong ?


This sounds familiar, but I don't recall what the problem was for me.

I suspect that your buildConfiguration/build.properties file needs more work.

Have you made sure that you configured all the fields as described in
the "Create the build configuration" section of
http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html
?

If I had to guess I would say that your "configs" element is commented out.


Back to the top