Re: Expired GPG-Key for Debian or Ubuntu deployment installation

2015-09-12 Thread Bastian Triller
I extended the key. Please execute
$ wget -qO- http://packages.wocommunity.org/ubuntu/signature.gpg | sudo
apt-key add -
to re-add the new key.
On Thu, 2015-04-23 at 12:55 +0200, Dennis Bliefernicht wrote:
> Hi everyone,
> 
> > On 13 Feb 2015, at 17:27, CHRISTOPH WICK | i4innovation GmbH, Bonn
> >  wrote:
> > 
> > there is this wonderful description on "Installing a deployment
> > environment on Debian or Ubuntu" on https://wiki.wocommunity.org/di
> > splay/documentation/Installing+a+deployment+environment+on+Debian+o
> > r+Ubuntu
> > 
> > First, it tells you to import the GPG-Key with
> > 
> > > $ wget -qO- http://packages.wocommunity.org/ubuntu/signature.gpg 
> > > | sudo apt-key add -
> > Unfortunately the key you get has expired on January, 13. 2015.
> > 
> > Can someone with appropriate access rights (Bastian?) create a new
> > GPG key?
> Pinging this one once more, looks like the key is still expired. Of
> course one can work around that issue but it tends to resort to
> unclean solutions, especially when managing packets automatically;
> would be great if someone were in the capacity to refresh this.
> 
> Thanks in advance && Greetings
> Dennis
> 
> --
> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
> Dennis Bliefernicht • Backend Development
> Mail: dennis.blieferni...@xyrality.com
> Tel: +49 (0) 40 35 73 001 - 62
> Fax: +49 (0) 40 35 73 001 - 99
> Web: http://www.xyrality.com/
> Registergericht: Hamburg HRB 115332
> Geschäftsführer: Sven Ossenbrüggen
> 
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bastian.trille
> r%40gmail.com
> 
> This email sent to bastian.tril...@gmail.com

smime.p7s
Description: S/MIME cryptographic signature
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: [OT, kind off] Eclipse plugin development

2015-09-12 Thread Hugi Thordarson
Thanks a lot Ramsey!

Cheers,
- hugi



> On 11. sep. 2015, at 21:10, Ramsey Gurley  wrote:
> 
> I can’t this weekend, but I’ll be happy to make one for you if I can find a 
> good screen capture app for ubuntu. The starter that worked for me was just 
> the wiki:
> 
> https://wiki.wocommunity.org/display/WOL/Debugging+WOLips?src=search 
> 
> 
> On Sep 11, 2015, at 1:44 AM, Hugi Thordarson  wrote:
> 
>> Hi all.
>> 
>> I’d like to do some work on WOLips, anyone have any tips on where to start 
>> on the journey of Eclipse plugin development? Any books, tutorials or spirit 
>> guides that stand out?
>> 
>> Also; I would happily kill for a 2-3 minute video of someone doing work on 
>> WOLips (for example, making a small change and trying it out). Seriously. If 
>> you do that, just pick your least favorite person, tell me the name, and it 
>> will silently disappear within the next 24 hours.
>> 
>> Cheers,
>> - hugi
>> 
>> // Hugi Thordarson
>> // http://www.loftfar.is/ 
>> // s. 895-6688
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>> 
>> This email sent to rgur...@smarthealth.com
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WO Maven getting started

2015-09-12 Thread Fabian Peters
Hi Ramsey,

First, it seems you're using an old version specification for the wolifecycle 
plugin, the current being "[2.2.1,)". 

The error messages only concern the m2e plugin, not the "real" maven build. The 
plugin has to be told to ignore the woapplication goal of the wolifecycle 
plugin. If you select the warning/error entry in the problems view, you should 
be offered quick-fix solutions that will add the XML boilerplate necessary to 
achieve this.

If you have a common parent pom, you should be able to add the following 
section to it and thus have it configured for all child pom files:

 




org.eclipse.m2e

lifecycle-mapping
1.0.0










org.objectstyle.woproject.maven2





maven-wolifecycle-plugin







define-woframework-resources



woframework



define-woapplication-resources



woapplication



[2.2.1,)

















As for the failure to find ERExtensions, you should check that you have 
downloaded and installed the settings file referenced in the getting started 
guide. IMHO step 2 there should not be skipped.

cheers, Fabian


> Am 11.09.2015 um 23:19 schrieb Ramsey Gurley :
> 
> So I really desperately want to migrate my projects to Maven. I tried back in 
> May when I had a chance, and failed. I’m trying again now. I can’t get a 
> hello world to compile. I’m starting here
> 
> https://wiki.wocommunity.org/display/WOL/Quick+Start
> 
> But from step 5 on, nothing works. I installed the m2e plugin on mars, 
> imported my hello world, and I get 
> 
> Plugin execution not covered by lifecycle configuration: 
> org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.0.17:woapplication
>  (execution: default-woapplication, phase: generate-test-resources)
> pom.xml /testingline 26 Maven Project Build Lifecycle Mapping Problem
> 
> and
> 
> Plugin execution not covered by lifecycle configuration: 
> org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.0.17:define-woapplication-resources
>  (execution: default-define-woapplication-resources, phase: validate) pom.xml 
> /testingline 26 Maven Project Build Lifecycle Mapping Problem
> 
> If I simply try to mvn clean package in the project directory, I get
> 
> [ERROR] Failed to execute goal on project testing: Could not resolve 
> dependencies for project test:testing:woapplication:1.0-SNAPSHOT: The 
> following artifacts could not be resolved: 
> wonder.core:ERExtensions:jar:wo54:6.1.3-SNAPSHOT, 
> wonder.core:WO