| Re: [dash-dev] Don't succeed to use Athena builder: Could not find target 'buildZips' |
Hello Nick,
I finally got the *build* working with Galileo RCP Bundle, without
modification to the builder.
The problem came from the fact that I left 'dependencyURLs' empty, and I was
using only 'eclipse.SDK.url' and 'eclipse.SDK.file' to specify SDK location.
This was not working, and specifying dependencyURLs fixed it.
However, I still have to specify the 'eclipse.SDK.*' properties, or else I
get an error during build. I don't really understand why I have to specify
the location of the SDK twice. Does the problem come from my configuration ?
Yes, the issue is that the pattern matching algorithm that looks at
the dependencyURLs and turns them into name=value pairs in your
generated build.cfg is NOT seeing the galileo rcp bundle as an
equivalent value for eclipse.SDK, because that string does NOT appear
in the URL.
Regards Mickael