| Summary: | [release] polarsys.kitalpha 1.4.0 | ||
|---|---|---|---|
| Product: | Community | Reporter: | Wayne Beaton <wayne.beaton> |
| Component: | Proposals and Reviews | Assignee: | Eclipse Management Organization <emo> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | benoit.langlois, sharon.corbett, thomas.guiu |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | https://projects.eclipse.org/projects/polarsys.polarsys.kitalpha/releases/1.4.0 | ||
| Whiteboard: | |||
|
Description
Wayne Beaton
The project website does not conform to branding requirements. Specifically, the first, and all prominent, reference to the project name must be expressed as "Eclipse Kitalpha" (or "PolarSys Kitalpha" while we complete the merge of the PolarSys forge into projects.eclipse.org; see bug 541051). I'm getting a compiler error when I try to build off git://git.polarsys.org/gitroot/kitalpha/kitalpha.git master.
> The type MAConnector must implement the inherited abstract method ObservableElementList.Connector<EObject>.setObservableElementList(ObservableElementChangeHandler<? extends EObject>)
I don't see any build instructions. Is there something that I need to do other than "mvn clean install"?
The IP Log is approved. Please add some content to the review's description and forward to the PMC for their approval. (In reply to Wayne Beaton from comment #2) > I'm getting a compiler error when I try to build off > git://git.polarsys.org/gitroot/kitalpha/kitalpha.git master. > > > The type MAConnector must implement the inherited abstract method ObservableElementList.Connector<EObject>.setObservableElementList(ObservableElementChangeHandler<? extends EObject>) > > I don't see any build instructions. Is there something that I need to do > other than "mvn clean install"? We usually don't build localy the product and use artefacts from jenkins. However I cloned the repo to a brand new folder and run mvn clean install (maven version is 3.6.1) Everything ran smoothly. The error you got is related to a subclass from glazedlists. The missing method is available in the lastest version [1]. This is unexpected since we are using an older version 1.9.0 [2] available in Orbit Build: R20180206163158 [3]. [1] https://javadoc.io/static/net.java.dev.glazedlists/glazedlists_java16/1.10.0/ca/odell/glazedlists/ObservableElementList.Connector.html [2] https://javadoc.io/doc/net.java.dev.glazedlists/glazedlists_java15/1.9.0/ca/odell/glazedlists/ObservableElementList.Connector.html [3] https://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/ > We usually don't build localy the product and use artefacts from jenkins. Being able to build your code locally is an important part of building community. It's hard to contribute meaningfully to a project that you can't build. > However I cloned the repo to a brand new folder and run mvn clean install > (maven version is 3.6.1) > Everything ran smoothly. I did exactly the same thing, but with different results. > The error you got is related to a subclass from glazedlists. The missing > method is available in the lastest version [1]. This is unexpected since we > are using an older version 1.9.0 [2] available in Orbit Build: > R20180206163158 [3]. It looks like I had the newer version cached locally. I turned off the local cache, and it seems to have worked. $ mvn clean install -DskipTests -Dtycho.localArtifacts=ignore The PMC approved the review materials. I've scheduled the review to conclude on December 4/2019. I declare this review successful. Please continue with your release. |