[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
|
- From: Andrew Eisenberg <andrew.eisenberg@xxxxxxxxxxxxxxxx>
- Date: Wed, 08 Jul 2009 14:23:12 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: AcoAEkwfkEEBfn7jdkG4YbyCxJZqVg==
- Thread-topic: Binary cycles while exporting RCP product
- User-agent: Microsoft-Entourage/12.19.0.090515
Don't know what is going on here. The call to the method that is invalid,
existed in the 3.4 version, but does not exist in the 3.5 version. Perhaps
you are picking up the wrong jar (ie- the 3,.4 jar). Make sure that the old
pluign is completely wiped from your workspace. And try running once with
-clean to ensure that the jar wasn't cached anywhere.
If that still doesn't work, I will recreate the plugin for you from scratch
and make sure that the proper jar is in there.
On 08/07/09 12:46 PM, in article h32t2c$s5$1@xxxxxxxxxxxxxxxxx, "Gaston M.
Tonietti" <gaston.tonietti@xxxxxxxxxxxx> wrote:
> 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/prod
> uctBuild.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/allE
> lements.xml:10: The following error occurred while executing this line:
> releng/org.eclipse.ajdt.pde.build_2.0.1.200907072043/scripts/genericTargets.xm
> l:88: java.lang.NoSuchMethodError:
> org.eclipse.pde.internal.build.BundleHelper.getRuntimeJavaProfiles()[Ljava/lan
> g/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/custo
>>> mT
>>> 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.
>