[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 09:18:19 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: Acn/57Skmpw4RfipnEKJHUGr66HRvQ==
- Thread-topic: Binary cycles while exporting RCP product
- User-agent: Microsoft-Entourage/12.19.0.090515
> 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.