Missing directories in Ext plugin created by Ant target
Description
Attachments
1
relates
Activity
Show:

Michael Saechang February 16, 2012 at 11:48 AM
Committed on:
6.1.x Plugins GIT ID: bb54a2fb95ed29f463358ac82da39143888dff78.
6.2.x Plugins GIT ID: bb54a2fb95ed29f463358ac82da39143888dff78.
Fixed
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
James (Jim) HinkeyJames (Jim) Hinkey(Deactivated)Branch Version/s
6.1.xBackported to Branch
CommittedCaused by
Other (provide details)Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
6.1.x
Backported to Branch
Committed
Caused by
Other (provide details)
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created February 1, 2012 at 6:29 PM
Updated June 24, 2023 at 3:55 PM
Resolved March 12, 2012 at 2:28 PM
The following directories and files are missing from the Ext plugins generated by the Ant create target ...
<plugin-ext>/docroot/WEB-INF
ext-service
src
ext-util-bridges
src
ext-util-java
src
ext-util-taglib
src
ext-web
META-INF
MANIFEST.MF
Because of missing directories, plugin compilation fails.
To be consistent, the Ext plugin created by Ant should have the same directories/files (see attached) as that of a plugin created with Liferay IDE or Liferay Developer Studio.
To reproduce ...
cd <plugins-sdk>/ext
create.bat my-plugin "My Plugin"