• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOLips5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOLips5


  • Subject: Re: WOLips5
  • From: Jérémy DE ROYER via Webobjects-dev <email@hidden>
  • Date: Fri, 22 Nov 2024 10:47:21 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ingencys.net; dmarc=pass action=none header.from=ingencys.net; dkim=pass header.d=ingencys.net; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ALoAmhaotFGp3sW3os13uytsiSsRZlHEmppM77BskGE=; b=hA96frxKi2EpMu8ORqfh9emC6VCBTl9fqs6L6HPe/SImVfIcavOWBSkjx2gNgE9fFx9W5vE/ufBAkgzSU4wwNucan8xHq5OSYIjPf6Y023DDf5zwGSsZfX5b/ne/kqZeRoKTWhgk53wu3tT1+6vMWWllXCSHVmr5taLi+RJcAZt+5YLWBahk92ghMegb3/H1zn4gaPdDqxXB26Y1ebLdAkdp5nA8TgNcjrXeqhPeoFkHP2FcjeQXf0hVRy91PobeOuXzslLMi+vFfUOH7zgfWWdvvk8Yle9FDYOaVuteSZMS/H3+BSWtIMHj1IXInHIp7n4ZV2YlfradOTvuDVkMSw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=s64I2s3m+F/L5nXkOZnQ99myobiAOOeef2xsy1OuIBr6xbm2FVdQ8GTMspHvpfxytO3Za1hGpfwgQxyIpsY2cBgMnC6/4ZKOzMdFB97/WqaWYZSRER1cF0kts/tFejY8uQOJLwoAxG9tYMjdDp1+c1KnzhCFA9ZF4HiUturGFHuLso7JIJwKaIyFGkVJbRVAx/eOqAcpjeN7coY7jG8COsz+8LzUOrtpmzWNY6GdxVJDCEketAKJynNanH2mS9LDBa50mQk8WGVcHcIkjeKMB9DBNmroYst2D4Itt0ER/bwTDwNejX2s9j275fS/kKXI01MVu+PkFe3vQDjelpj7Ng==
  • Thread-topic: WOLips5

Hi François,

Yes, everything was available after restarting eclipse.

Just had to select it in Window > Perspective > Open perspective

Jérémy

> Le 22 nov. 2024 à 11:13, Francois BIENTZ via Webobjects-dev
> <email@hidden> a écrit :
>
> Hi Jeremy,
>
> Thank you
> I copied the wolips directory to dropins in Eclipse
> But should this installation create a wolips perspective in Eclipse ?
> Francois
>
>> Le 21 nov. 2024 à 21:14, Jérémy DE ROYER via Webobjects-dev
>> <email@hidden> a écrit :
>>
>> Hi Mickael,
>>
>> I wrote below what I’ve done to build and use wolips 5 in the last version
>> of eclipse (from memory).
>>
>> You can download it with the link https://we.tl/t-TKgS4DhpY8.
>>
>> Wolips 5 rocks ! No bug so far. Thank’s Ramsey 👍
>>
>>
>> ***************************
>> * Install MAVEN (if needed)
>> ***************************
>>
>> wget
>> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
>>
>> tar -xvzf apache-maven-3.9.9-bin.tar.gz
>>
>> export M2_HOME="/YOUR_PATH/apache-maven-3.9.9"
>>
>> PATH="${M2_HOME}/bin:${PATH}"
>>
>> export PATH
>>
>> mvn --version
>>
>> ***************
>> * Build wolips5
>> ***************
>>
>> mkdir git-clone
>> cd git-clone
>>
>> mkdir wolips
>> cd wolips
>>
>> git clone https://github.com/wocommunity/wolips.git
>>
>> mvn clean package
>>
>> copy the folder 'wolips’ (in the folder 'git-clone/wolips’) to the folder
>> 'dropins' of eclipse
>>
>> restart eclipse and that's it !
>>
>> May it helps,
>>
>> Jérémy
>>
>>> Le 21 nov. 2024 à 18:35, Michael Kondratov via Webobjects-dev
>>> <email@hidden> a écrit :
>>>
>>> I am unable to get there p2 build directory of WOLis5. Would anyone have a
>>> copy they could share?
>>>
>>>
>>> Michael
>>>
>>>
>>>>> On Nov 17, 2024, at 10:12 PM, Ramsey Gurley via Webobjects-dev
>>>>> <email@hidden> wrote:
>>>>
>>>> I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a
>>>> new branch to the WOLips repository where you can check it out and test it
>>>> yourselves.
>>>>
>>>> https://github.com/wocommunity/wolips/tree/wolips5
>>>>
>>>> WOLips5 features:
>>>>
>>>> * Easy maven build, just 'git clone',  'mvn clean package' and you're done.
>>>> * Built with Java 21 instead of Java 1.5.
>>>> * Builds with the newer p2 repository layout.
>>>> * Builds an Eclipse product, which is a full Eclipse application with
>>>> WOLips5 preinstalled for five different platform+arch combinations.
>>>> (Win+X86_64, Linux+aarch64, Linux+X86_64, Mac+aarch64, Mac+X86_64)
>>>>
>>>> Once maven has downloaded the internet, the entire build process takes
>>>> about 5 minutes on my 2020 i5 laptop. It takes only about 2 minutes if I
>>>> disable the product build. We plan to set up a full build as a github
>>>> action, and that will automatically build on github for each change
>>>> committed to master. In the meantime, you can build and install it locally
>>>> quite easily, which is what I am doing currently. The README on the branch
>>>> explains how.
>>>>
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list      (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
>>>> This email sent to email@hidden
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: WOLips5
      • From: Francois BIENTZ via Webobjects-dev <email@hidden>
References: 
 >Re: WOLips5 (From: Jérémy DE ROYER via Webobjects-dev <email@hidden>)
 >Re: WOLips5 (From: Francois BIENTZ via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: WOLips5
  • Next by Date: Re: WOLips5
  • Previous by thread: Re: WOLips5
  • Next by thread: Re: WOLips5
  • Index(es):
    • Date
    • Thread