matthiasblaesing commented on PR #4222:
URL: https://github.com/apache/netbeans/pull/4222#issuecomment-1154342812
For the liferay-portal I also did:
- Do a priming build of the liferay-portal, run `ant all`
- Copy the `gradle` folder with the `gradle-wrapper.jar` from the root
folder to the `modules` folder (else the gradle wrapper was not found). After
the move, the properties file is found in
`modules/gradle/wrapper/gradle-wrapper.properties`, while it was in
`gradle/wrapper/gradle-wrapper.properties` before. Of course the reference to
local copy of the gradle distribution needs to be updated then.
- Rename the patched gradle distribution from
`gradle-6.6.1.LIFERAY-PATCHED-1-bin.zip` to
`gradle-6.6.1-LIFERAY-PATCHED1-bin.zip` (else the extracted gradle version
string is rejected)
- I had to patch
`modules/apps/portal-search-elasticsearch7/portal-search-elasticsearch7-impl/build.gradle`
and replace the variable `${project.'liferay.home'}` with a fixed reference to
my build bundles.
I'm not a totally happy camper (it is dog slow, blows away my memory, some
test classpaths are still broken), but at least I can open the projects.
@lkishalmi @sdedic what do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists