• 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: Building WOLips5 from command line
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building WOLips5 from command line


  • Subject: Re: Building WOLips5 from command line
  • From: Ricardo Parada via Webobjects-dev <email@hidden>
  • Date: Thu, 9 Jan 2025 14:59:46 -0500

I installed Java 21 and I got past the errors message when building. I no
longer get that.

The error I get now has to do with network restrictions here at work and I’ll
see if I can get help finding that or have them relax the restriction so that I
can at least install it the traditional way?

Thanks


Sent from my iPhone

> On Jan 9, 2025, at 2:43 PM, Ricardo Parada <email@hidden> wrote:
>
> Or is it possible to download the latest dist.zip from somewhere to unzip it
> and do a local install?
>
> That is normally how I install the older version. I go to the Jenkins latest
> build and download the dist.zip, then unzip and do the local install.
>
> Thanks
> Ricardo Parada
>
>
> Sent from my iPhone
>
>>> On Jan 9, 2025, at 2:34 PM, Ricardo Parada <email@hidden> wrote:
>>>
>> 
>> Hi Ramsey,
>>
>> Happy new year and thank you for your work on WOLips5.
>>
>> On my work computer I cannot install WOLips5 using the traditional method
>> doing Help > Install New Software… > Add and entering the WOLips update URL
>> https://wocommunity.github.io/wolips/repository/
>>
>> So I’m trying to build it and then do a local instance.
>>
>> I was able to clone the wolips.git:
>>
>> $ git clone https://github.com/wocommunity/wolips.git
>>
>> But then step 2 failed:
>>
>> $ cd wolips && mvn clean package
>>
>> [INFO] Scanning for projects...
>> [INFO] Tycho Version:  4.0.10 (34d2d6b5223a28191d552396774c226b8f40d522)
>> [INFO] Tycho Mode:     project
>> [INFO] Tycho Builder:  maven
>> [INFO] Build Threads:  1
>> [INFO]------------------------------------------------------------------------
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] wolips-project
>> [pom]
>> [INFO] org.objectstyle.wolips.baseforplugins
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.locate
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.woproject
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.baseforuiplugins
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.preferences
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.variables
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.workbenchutilities
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.refactoring
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.jdt
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.bindings
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.ant
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.thirdparty.commonscollections
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.thirdparty.log4j
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.thirdparty.velocity
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.templateengine
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.builder
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.targetbuilder
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.ui
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.editors
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.apieditor
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.components
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eomodeler.core
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.wodclipse.core
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.tkhtmleditor
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.htmlpreview
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.wooeditor
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.wodclipse
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.componenteditor
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.documentation
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.pbserver
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.womodeler
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eogenerator.core
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.launching
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eomodeler
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eomodeler.eclipse
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.team
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eogenerator.ui
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eogenerator.jdt
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.wizards
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.ruleeditor
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.woproject.ant
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.deployment.ui
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.debug
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.feature
>> [eclipse-feature]
>> [INFO] wolips.p2
>> [eclipse-repository]
>> [INFO] wolips.targetplatform
>> [eclipse-target-definition]
>> [INFO] org.objectstyle.wolips.eomodeler.doc
>> [eclipse-plugin]
>> [INFO] org.objectstyle.wolips.eomodeler.factories
>> [eclipse-plugin]
>> [INFO]
>> [INFO] --------------< org.objectstyle.woproject:wolips-project
>> >--------------
>> [INFO] Building wolips-project 5.0.1-SNAPSHOT
>> [1/50]
>> [INFO]   from pom.xml
>> [INFO]--------------------------------[ pom
>> ]---------------------------------
>> [INFO]
>> [INFO] --- clean:3.2.0:clean(default-clean) @ wolips-project ---
>> [INFO]
>> [INFO] --- tycho-source:4.0.10:plugin-source (plugin-source) @
>> wolips-project ---
>> [INFO]
>> [INFO] --- tycho-source:4.0.10:feature-source(feature-source) @
>> wolips-project ---
>> [INFO]
>> [INFO] --- tycho-p2-plugin:4.0.10:p2-metadata (attach-p2-metadata) @
>> wolips-project ---
>> [INFO]
>> [INFO] --< org.objectstyle.woproject:org.objectstyle.wolips.baseforplugins
>> >---
>> [INFO] Building org.objectstyle.wolips.baseforplugins 5.0.1-SNAPSHOT
>> [2/50]
>> [INFO]   from wolips/plugins/org.objectstyle.wolips.baseforplugins/pom.xml
>> [INFO] ---------------------------[ eclipse-plugin
>> ]---------------------------
>> [INFO]------------------------------------------------------------------------
>> [INFO] Reactor Summary for wolips-project 5.0.1-SNAPSHOT:
>> [INFO]
>> [INFO] wolips-project .....................................SUCCESS [  0.031
>> s]
>> [INFO] org.objectstyle.wolips.baseforplugins .............. FAILURE [  0.019
>> s]
>> [INFO] org.objectstyle.wolips.locate ...................... SKIPPED
>> [INFO] org.objectstyle.wolips.woproject ................... SKIPPED
>> [INFO] org.objectstyle.wolips.baseforuiplugins ............ SKIPPED
>> [INFO] org.objectstyle.wolips.preferences ................. SKIPPED
>> [INFO] org.objectstyle.wolips.variables ................... SKIPPED
>> [INFO] org.objectstyle.wolips ............................. SKIPPED
>> [INFO] org.objectstyle.wolips.workbenchutilities .......... SKIPPED
>> [INFO] org.objectstyle.wolips.refactoring ................. SKIPPED
>> [INFO] org.objectstyle.wolips.jdt ......................... SKIPPED
>> [INFO] org.objectstyle.wolips.bindings .................... SKIPPED
>> [INFO] org.objectstyle.wolips.ant ......................... SKIPPED
>> [INFO] org.objectstyle.wolips.thirdparty.commonscollections SKIPPED
>> [INFO] org.objectstyle.wolips.thirdparty.log4j ............ SKIPPED
>> [INFO] org.objectstyle.wolips.thirdparty.velocity ......... SKIPPED
>> [INFO] org.objectstyle.wolips.templateengine .............. SKIPPED
>> [INFO] org.objectstyle.wolips.builder ..................... SKIPPED
>> [INFO] org.objectstyle.wolips.targetbuilder ............... SKIPPED
>> [INFO] org.objectstyle.wolips.ui .......................... SKIPPED
>> [INFO] org.objectstyle.wolips.editors ..................... SKIPPED
>> [INFO] org.objectstyle.wolips.apieditor ................... SKIPPED
>> [INFO] org.objectstyle.wolips.components .................. SKIPPED
>> [INFO] org.objectstyle.wolips.eomodeler.core .............. SKIPPED
>> [INFO] org.objectstyle.wolips.wodclipse.core .............. SKIPPED
>> [INFO] org.objectstyle.wolips.tkhtmleditor ................ SKIPPED
>> [INFO] org.objectstyle.wolips.htmlpreview ................. SKIPPED
>> [INFO] org.objectstyle.wolips.wooeditor ................... SKIPPED
>> [INFO] org.objectstyle.wolips.wodclipse ................... SKIPPED
>> [INFO] org.objectstyle.wolips.componenteditor ............. SKIPPED
>> [INFO] org.objectstyle.wolips.documentation ............... SKIPPED
>> [INFO] org.objectstyle.wolips.pbserver .................... SKIPPED
>> [INFO] org.objectstyle.wolips.womodeler ................... SKIPPED
>> [INFO] org.objectstyle.wolips.eogenerator.core ............ SKIPPED
>> [INFO] org.objectstyle.wolips.launching ................... SKIPPED
>> [INFO] org.objectstyle.wolips.eomodeler ................... SKIPPED
>> [INFO] org.objectstyle.wolips.eomodeler.eclipse ........... SKIPPED
>> [INFO] org.objectstyle.wolips.team ........................ SKIPPED
>> [INFO] org.objectstyle.wolips.eogenerator.ui .............. SKIPPED
>> [INFO] org.objectstyle.wolips.eogenerator.jdt ............. SKIPPED
>> [INFO] org.objectstyle.wolips.wizards ..................... SKIPPED
>> [INFO] org.objectstyle.wolips.ruleeditor .................. SKIPPED
>> [INFO] org.objectstyle.wolips.woproject.ant ............... SKIPPED
>> [INFO] org.objectstyle.wolips.deployment.ui ............... SKIPPED
>> [INFO] org.objectstyle.wolips.debug ....................... SKIPPED
>> [INFO] org.objectstyle.wolips.feature ..................... SKIPPED
>> [INFO] wolips.p2 .......................................... SKIPPED
>> [INFO] wolips.targetplatform ..............................SKIPPED
>> [INFO] org.objectstyle.wolips.eomodeler.doc ............... SKIPPED
>> [INFO] org.objectstyle.wolips.eomodeler.factories ......... SKIPPED
>> [INFO]------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]------------------------------------------------------------------------
>> [INFO] Total time:  3.276 s
>> [INFO] Finished at: 2025-01-09T14:31:24-05:00
>> [INFO]------------------------------------------------------------------------
>> [ERROR] Unknown OSGi execution environment: 'JavaSE-21'
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the-e
>> switch.
>> [ERROR] Re-run Maven using the -Xswitch to enable full debug logging.
>>
>>
>>
>> Any ideas?
>> Thank you,
>> Ricardo Parada
>>
 _______________________________________________
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: Building WOLips5 from command line
      • From: Ramsey Gurley via Webobjects-dev <email@hidden>
References: 
 >Re: Building WOLips5 from command line (From: Ricardo Parada via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: Building WOLips5 from command line
  • Next by Date: Re: Building WOLips5 from command line
  • Previous by thread: Re: Building WOLips5 from command line
  • Next by thread: Re: Building WOLips5 from command line
  • Index(es):
    • Date
    • Thread