Foros de discusión

Missing build.xml files in LR 6.1.20 EE GA2 source code

Cristian Roldan, modificado hace 11 años.

Missing build.xml files in LR 6.1.20 EE GA2 source code

New Member Mensajes: 12 Fecha de incorporación: 24/09/12 Mensajes recientes
Hi All,
I downloaded the source code 6.1.20 EE GA2 from LR's customer portal, I imported the project in my eclipse environment but all the build.xml files are not available, is there any reason ?

Thanks.
thumbnail
James Falkner, modificado hace 11 años.

RE: Missing build.xml files in LR 6.1.20 EE GA2 source code

Liferay Legend Mensajes: 1399 Fecha de incorporación: 17/09/10 Mensajes recientes
Cristian Roldan:
Hi All,
I downloaded the source code 6.1.20 EE GA2 from LR's customer portal, I imported the project in my eclipse environment but all the build.xml files are not available, is there any reason ?

Thanks.


The source is for debugging/inspecting within your IDE, but it's not designed to be buildable by customers (this discourages modified (read: unsupported) versions of EE from beign used).
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Missing build.xml files in LR 6.1.20 EE GA2 source code

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
As James replied, EE doesn't support modifying liferay code directly. You'll have to create plugins.

If you need to build your own version of liferay, you'll have to use the CE version.

This is because liferay.com offers customer support for the EE version and it is very difficult to find problems and upgrade instructions if the customer modified the liferay code. Liferay.com does not offer support on the CE version, so that's probably why they let users build it.
Cristian Roldan, modificado hace 11 años.

RE: Missing build.xml files in LR 6.1.20 EE GA2 source code

New Member Mensajes: 12 Fecha de incorporación: 24/09/12 Mensajes recientes
Hi All,
Thanks for the replies, from my point of view the EE source code should have all the build.xml files, I undestand LR point of view, but if I want to add new features or fix some bugs I would need all the needed build.xml files, I undestand the risk of using my own builds, again from my point of view EE source code must have all the needed files to build the portal project.

Thanks.
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Missing build.xml files in LR 6.1.20 EE GA2 source code

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
I know you want that, but it's just not going to happen.

EE is a for-purchase product. Count yourself lucky that they give you the source for the EE product.

Besides, if they gave you the build files and you built a custom EE, you'd basically be invalidating your license and would shut down your ability to use EE support (they support the canned EE, but I'd never expect them to support everyone's customized EE).
Atul Patel, modificado hace 11 años.

RE: Missing build.xml files in LR 6.1.20 EE GA2 source code

New Member Mensajes: 18 Fecha de incorporación: 12/01/12 Mensajes recientes
Generally speaking there should never be a need for you to build the Liferay EE code.

If you have a bug, report it to Liferay and they will fix and send you a patch. If you need to change core Liferay functionality create an ext plugin.

The only reason I can think where one needs to be able to build the EE code is if Liferay disappeared (gasp).