score:2
plugins sdk is an ant-based download that relies on your projects to be in common locations: if you just check out one project, you'll need to have this in a subdirectory of the plugins sdk - e.g. if you are working on a portlet (project name "my-portlet"), this should be located in ${plugins-sdk}/portlets/my-portlet
.
in eclipse (or liferay ide) you should configure your plugins sdk by naming it and pointing to the root of your sdk folders. then you can choose to create projects into this sdk (or to import from that sdk)
note that the sourcecode will be located in the sdk directory, not in the eclipse workspace directory.
this is necessary as ide relies on the ant infrastructure to be there and the build.xml files reference common build.xml files in the parent directory. some build processes in liferay ide will trigger ant.
liferay ide 2.0 will also support maven, so this requirement will go away (if you use maven)
score:-1
ok! i have to check out the project into the {liferay plugin sdk}/portlets folder but not into any other folder.
Source: stackoverflow.com
Related Query
- Can't chose a Liferay Plugin SDK in Eclipse
- Eclipse Indigo: how do I uninstall a plugin if the Help -> About Eclipse SDK dialog won't display?
- How to fix Eclipse ADT Plugin 22.3 / SDK Tools 22.3 with broken properties window?
- Android NDK plugin installation in eclipse SDK
- "This template requires a minimum SDK version" -Android Eclipse ADT plugin reports wrong min SDK.
- Why i cant access the classes of my Eclipse plugin at Runtime?
- An error creating a plugin with Liferay and Eclipse
- Gluon eclipse plugin - how to access the android SDK
- OpenOffice Eclipse plugin doesn't recognize OpenOffice SDK
- Can't find Android SDK for Eclipse with ADT plugin
- Not able to create Liferay Plugin Project in Eclipse
- Where can I download the Javadocs for the Eclipse plugin developement SDK
- Eclipse Indigo with Flash Builder 4.7 plugin cannot use Apache Flex SDK only Adobe 4.6
- How can i retrieve Android SDK and Eclipse ADT Plugin from revision 21 to revision 20
- Can't create new Liferay plugin in eclipse
- Eclipse Luna Android plugin sdk manager will not open.
- liferay plugin for eclipse version 4.3(kepler)
- Eclipse update failure - ADT 22 installed ok but SDK cant be updated to 22 afterwards
- Cant re-install Google Web Toolkit using Eclipse plugin
- Eclipse says: “Workspace in use or cannot be created, chose a different one.” How do I unlock a workspace?
- How to install plugin for Eclipse from .zip
- Eclipse hangs at the Android SDK Content Loader
- Eclipse - "Workspace in use or cannot be created, chose a different one."
- Mercurial Eclipse Plugin
- JavaScript Editor Plugin for Eclipse
- Getting "CHECKOUT can only be performed on a version resource" when trying to commit using Eclipse subversive plugin
- Install Marketplace plugin on Eclipse Juno
- Eclipse plugin for generating a class diagram
- Eclipse Android Plugin -- libncurses.so.5
- Temporarily disable Eclipse plugin
More Query from same tag
- Deploying Google Calendar project gives INSTALL_FAILED_VERSION_DOWNGRADE
- How do I edit content, in a template of android application, in eclipse?
- Android - <terminated> in eclipse
- LibGDX dual assets setup, Eclipse, Gradle
- ADT Plugin Directory Location for SDK - (MotoDev)
- After R.java regeneration, many fields not recognized
- How can I get MoreUnit to debug tests rather than run them?
- How can I import Alfresco SDK 1.0 into Eclipse?
- I am using Spring and MyBatis for my demo project for learning MyBatis Framework. I am repeatedly getting CLASS NOT FOUND Exception
- How to delete java project from eclipse without affecting subversion?
- Eclipse XML formatter adds whitspace inside elements
- Undecorated window using eclipse plugin classes
- During debugging in Eclipse, is it possible to jump to a line and execute it during debugging?
- Simple Steps on How to Change Colors in Java Eclipse Console
- Avoid eclipse from formatting preprocessor directives
- What to do with GitHub repository for Android app after switching from Eclipse to Android Studio?
- Git error: Malformed input or input contains unmappable chacraters
- How do I import the javax.servlet / jakarta.servlet API in my Eclipse project?
- Gradle (gradlew) does not build Eclipse path correctly trying to build spring social
- No implementation of method: :as-file of protocol: #'clojure.java.io/Coercions found for class: clojure.lang.PersistentVector
- 2 icons when migrating from Eclipse to Android Studio
- org.testng.TestNGException : Cannot instantiate class
- Is Android Studio code the same as in Eclipse ADT?
- How to handle StaleElementReferenceException
- How to create new android project in eclipse and share in local git repository?
- Is there a tool that provides on-the-fly code coverage for a Maven project in Eclipse?
- Scons plugin in Eclipse cannot find scons executable
- Eclipse tomcat error: Document base does not exist or is not a readable directory
- Hi im getting below error when im trying to run selenium through eclipse for my local URL test
- Duplicate methods inside same class in java, getting compiled when using Eclipse