Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Building an RCP application from a product configuration file


This weird message means that one of the property has not been set properly.
There are two things to check:
- make sure that you don't have any typo in your build.properties file (properties are case sensitive)
- make sure that the path to the file is correct.

HTH,

PaScaL


"Sanmartin Julien" <sanmartinjulien@xxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx

11/22/2006 10:02 AM

Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>

To
pde-dev@xxxxxxxxxxx
cc
Subject
[pde-dev] Building an RCP application from a product configuration        file





Hi,

Sorry but my english is not perfect.
I want generate a RCP executable with command line :

java -jar < eclipseInstall>/startup.jar -application org. eclipse.ant.core.antRunner -buildfile << eclipseInstall>/plugins/org. eclipse.pde.build_<version>/scripts/productBuild/productBuild.xml> -Dbuilder=<path to the build configuration folder>


I have create this tree structure :

<buildDirectory>/
                      plugins/
                                pluginToBuildAGi
                                pluginToBuildB
                                            myProduct.product
                                ...
                      features/
                                featureToBuild
                                ...


<buildConfiguration>/
                      build.properties


<baseLocation>
                     plugins/
                           
                     features/
                             



Parameters in build.properties :

             product=path to the MyProduct.product

             buildDirectory=path to <buildDirectory>
             
             baseLocation=C:/eclipse


When I execute the red command line I have this error :

main:


preBuild:


preSetup:


checkLocalMaps:


getMapFiles:
  [concat] No existing files and no nested text, doing nothing


postSetup:


checkLocalBase:


getBaseComponents:


generateFeature:


fetch:


generateFeature:


BUILD FAILED
C:\eclipse\plugins\org.eclipse.pde.build_3.2.1.r321_v20060823\scripts\productBuild\productBuild.xml:21: The following error occurred while executing this line:
C:\eclipse\plugins\org.eclipse.pde.build_3.2.1.r321_v20060823\scripts\productBuild\productBuild.xml:45: Internal Error. Content Provider not set for Site: "{0}".


Total time: 1 second

I  don't understand  this line
C:\eclipse\plugins\org.eclipse.pde.build_3.2.1.r321_v20060823\scripts\productBuild\productBuild.xml:45: Internal Error. Content Provider not set for Site: "{0}".

I need your help, thank

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


Back to the top