Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Don't succeed to use Athena builder: Could not find target 'buildZips'

Are you setting a dependencyURLs property in build.properties equal to
your platform's version of the Eclipse SDK? I thought I saw galileo
rcp bundle instead - if you're using that you might have to preinstall
the PDE runtime feature first. I've only ever used Athena with eclipse
"classic" SDK + other dependencies (zips or p2 repos).

Building against the rcp epp bundle is a valid idea, but you might
have to submit me a patch to buildAllHelper.xml or buildAll.xml before
it'll work without any custom ant scripting at your end.

Good luck!

N

On 7/2/09, Mickael Istria <mickael.istria@xxxxxxxxxxx> wrote:
> Hi all,
>
> I am trying to move JWT from a customized PDE build to the Athena builder.
> I copied some conf from VE and I am for sure using the HEAD of the
> org.eclipse.dash.common.releng builder.
>
> Getting Eclipse platform, and installing dependencies work well.
> Fetching and compiling bundles also work.
> But when the compilation is finished, I get:
>
>     [build] gather.bin.parts:
>     [build]     [mkdir] Created dir:
> /home/mistria/workspaceJWT/org.eclipse.jwt.releng/res/I20090702-1302/eclipse/tmp/eclipse/features/org.eclipse.jwt_0.7.0.HEAD-7B9E5FAdLxp-BaIbDUIu
>     [build]
>     [build] children:
>     [build]      [copy] Copying 3 files to
> /home/mistria/workspaceJWT/org.eclipse.jwt.releng/res/I20090702-1302/eclipse/tmp/eclipse/features/org.eclipse.jwt_0.7.0.HEAD-7B9E5FAdLxp-BaIbDUIu
>     [build]
>     [build] rootFiles:
>     [build]
>     [build] BUILD FAILED
>     [build]
> /home/mistria/workspaceJWT/org.eclipse.dash.common.releng/buildAll.xml:312:
> The following error occurred while executing this line:
>     [build]
> /home/mistria/workspaceJWT/org.eclipse.dash.common.releng/buildAll.xml:359:
> Error!
>     [build] Could not find target 'buildZips'
>     [build]     in
> /home/mistria/workspaceJWT/org.eclipse.dash.common.releng/buildAll.xml or
>     [build]     in
> /home/mistria/workspaceJWT/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml
>
> Or any other missing target whatever I put in my "build.steps".
> Obviously, the buildAllHelper.xml that is described here actually
> contains this buildZips target...
>
> Do you have any idea of what could explain this issue? Please find
> attach the full trace if it can help.
>
> Thanks in advance for your support
> Mickael
>
>

-- 
Sent from my mobile device

Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
Release Engineer :: Dash Athena
http://nick.divbyzero.com


Back to the top