[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ajdt] Re: Binary cycles while exporting RCP product

Thank to point me out this, I'm skipping it now so that problem is solved, but I have a new one now:

generateScript:

BUILD FAILED
releng/buildProduct.xml:22: The following error occurred while executing this line:
releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/scripts/productBuild/productBuild.xml:28: The following error occurred while executing this line:
releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/scripts/build.xml:68: The following error occurred while executing this line:
releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/templates/headless-build/customTargets.xml:12: The following error occurred while executing this line:
releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/scripts/productBuild/allElements.xml:10: The following error occurred while executing this line:
releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/scripts/genericTargets.xml:88: java.lang.NoSuchMethodError: org.eclipse.pde.internal.build.BundleHelper.getRuntimeJavaProfiles()[Ljava/lang/String;

Any idea? is it using the wrong jar?

Thanks again.
Gaston.

Andrew Eisenberg wrote:

>> Ok. I tried to build the product using scripts from ajdt-pde-build plugin
>> but it fails:
>> org.eclipse.ajdt.pde.build_2.0.1.200907072043/templates/headless-build/customT
>> argets.xml:18: java.net.MalformedURLException: no protocol:
>> ${eclipseBaseURL}
> The problem here is that you have not set the variable eclipseBaseURL.  It
> should point to the target eclipse zip file that you are building against.
> Note that this should be in URL format.  So, eg:
> file:/home/build/Eclipses/myEclipse.zip
> 
> This doesn't need to be called.  See the getBaseComponents target in
> customTargets.xml.