Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] M6 removed features

Thanks Igor,

There seems to be a problem with the tool, I tried building it with "mvn clean 
install" after cloning your repo and received the following error.

Thanh


[ERROR] Failed to execute goal org.sonatype.tycho:tycho-jnlp-plugin:1.0.1-
SNAPSHOT:sign-jars (jnlp) on project com.ifedorenko.p2browser.jnlp: The 
parameters 'alias' for goal org.sonatype.tycho:tycho-jnlp-plugin:1.0.1-
SNAPSHOT:sign-jars are missing or invalid -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginParameterException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn <goals> -rf :com.ifedorenko.p2browser.jnlp




-----Original Message-----
From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
Sent: March 19, 2012 05:37 PM
To: cbi-dev@xxxxxxxxxxx
Cc: 
Subject: Re: [cbi-dev] M6 removed features

Last time I updated natives repository was for M4. I just copied
required bundles to a local p2 repository then pushed the repo to
build.eclipse.org.

I used my little p2 helper tool [1] to locate and copy required bundles,
but most likely you should be able to just copy the bundles you need and
then generate p2 metadata using [2].

[1] https://github.com/ifedorenko/p2-browser
[2] http://wiki.eclipse.org/Equinox_p2_Metadata_Generator

--
Regards,
Igor

On 12-03-19 4:20 PM, Thanh Ha wrote:
> Hi Igor,
>
> Looks like the natives package needs to be updated for M6. Andrew
> mentioned that you created the original natives package we're using
> today. I was wondering if you could advise me on what you did to create
> this package?
>
>
> Thanks,
>
> Thanh
>
>
>
> -----Original Message-----
> From: Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
> Sent: March 19, 2012 03:51 PM
> To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx>
> Cc:
> Subject: Re: [cbi-dev] M6 removed features
>
> On Mon, Mar 19, 2012 at 3:45 PM, Thanh Ha <thanh.ha@xxxxxxxxxxx
> <mailto:thanh.ha@xxxxxxxxxxx>> wrote:
>
> I'm able to get further in the build now and am now running into what
> appears
> to be a code issue (error output below).
>
> It seems one of the java files are trying to call SWT.SCROLLBAR_OVERLAY
> which
> appears to not exist. I'm using these tags for the related submodules:
>
> eclipse.platform.swt: v3823a
>
>
> Is the above version what's in your natives repo?  The only part of SWT
> build by the aggregator is tests/org.eclipse.swt.tests
>
> Later,
> PW
>
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
>
>
>
>
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev



Back to the top