You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/13 19:25:06 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #4222: Improve stability of gradle build info extraction

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists