New Installers and IDE 3.9.0 GA1 Released

This new package support for Eclipse Photon or greater, and integrate Blade 4.0.5 and Liferay Gradle Workspace Plugin 3.0.11.

Community Download

https://liferay.dev/project/-/asset_publisher/TyF2HQPLV1b5/content/ide-installation-instructions

Customers Download

https://customer.liferay.com/downloads/-/download/liferay-workspace-with-developer-studio-3-9-0

https://customer.liferay.com/downloads/-/download/liferay-workspace-installer-2020-10-13

Release highlights

Installers Improvements:

  • Added support for Liferay 7.3
  • Better support on Mac and Windows installations
  • Applied proxy settings to eclipse installation
  • Simplified the installers to only include one DevStudio installer

Development Improvements:

  • Removed support for creating standalone projects
  • Added Support for the new Liferay Workspace using liferay.workspace.product
  • Improved Liferay fragment project wizard
  • Improved Liferay JSF project wizard
  • Improvements to the Liferay upgrade plan
  • Bug fixes

Some Screenshots

Check the following blogs for more screenshots:

https://liferay.dev/blogs/-/blogs/new-installers-and-ide-3-9-0-milestone-2-released

https://liferay.dev/blogs/-/blogs/new-installers-and-ide-3-9-0-milestone-1-released

Feedback

If you run into any issues or have any suggestions please come find us on our community forums or report them on JIRA (IDE project), we are always around to try to help you out. Good luck!

Blogs

Hello Ashley Yuan and Thank you and your team for your efforts on creating the Liferay Development IDE.

I noticed that when working with the 3.9.0 version I often only get this import in my build.gradle: compileOnly group: "com.liferay.portal", name: "release.portal.api"The result is sadly that many errors appear in my IDE.

Is this related to this new IDE version or a 7.3.5 GA6 problem?

Keep up the good work!

Fredi

 Hello,

i experience the same problems described at 

https://liferay.dev/ask#/questions/development/weird-ide-error-markers-liferay-7-3-5-ce

The problem occurs when using the single dependency

compileOnly group: "com.liferay.portal" , name: "release.portal.api"

and running gradle with Java 11 (tried Oracle and Zulu-variants). On every import refering to this import it tells me "'The type [XXX] is not accessible'.

Running "Refresh Gradle Project" with Java 8 resolves the errors, running it again with Java 11 lets them reoccur.

Building and deploying modules works without problems, but using the DevStudio (actually using 3.9.0 GA1, but problem occured in earlier versions too) is nearly impossible running gradle with Java11 and the "release.portal.api" dependency.

Any ideas how to solve this problem?

Thanks in advance