Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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/
                                 pluginToBuildA
                                 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
 
 

Back to the top