Hi All,
I am trying to setup the development environment. I am using Eclipse 3.7 Indigo and I have followed the manual on this link: https://wiki.jasig.org/display/UPM40/Eclipse Can some tell me how to run the project and how to fix the errors? I am doing a Run As -> maven build and I get the following: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] uPortal Parent [INFO] uPortal Search API [INFO] uPortal WAR [INFO] uPortal Portlets [INFO] Bookmarks Portlet [INFO] CAS Server [INFO] CAS Proxy Test Portlet [INFO] Email Preview Portlet [INFO] Functional Tests Portlet [INFO] Jasig Widget Portlets [INFO] Pluto Test Suite Portlet [INFO] News Reader Portlet [INFO] Jasig Notification Portlet [INFO] Simple Content Portlet [INFO] Weather Portlet [INFO] Web Proxy Portlet [INFO] uPortal EAR [INFO] uPortal Bootstrap Utilities [INFO] Bootstrap - HSQLDB Dependencies [INFO] Bootstrap - Pluto Assembler Dependencies [INFO] Bootstrap - Ant Tasks Dependencies [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] uPortal Parent .................................... SKIPPED [INFO] uPortal Search API ................................ SKIPPED [INFO] uPortal WAR ....................................... SKIPPED [INFO] uPortal Portlets .................................. SKIPPED [INFO] Bookmarks Portlet ................................. SKIPPED [INFO] CAS Server ........................................ SKIPPED [INFO] CAS Proxy Test Portlet ............................ SKIPPED [INFO] Email Preview Portlet ............................. SKIPPED [INFO] Functional Tests Portlet .......................... SKIPPED [INFO] Jasig Widget Portlets ............................. SKIPPED [INFO] Pluto Test Suite Portlet .......................... SKIPPED [INFO] News Reader Portlet ............................... SKIPPED [INFO] Jasig Notification Portlet ........................ SKIPPED [INFO] Simple Content Portlet ............................ SKIPPED [INFO] Weather Portlet ................................... SKIPPED [INFO] Web Proxy Portlet ................................. SKIPPED [INFO] uPortal EAR ....................................... SKIPPED [INFO] uPortal Bootstrap Utilities ....................... SKIPPED [INFO] Bootstrap - HSQLDB Dependencies ................... SKIPPED [INFO] Bootstrap - Pluto Assembler Dependencies .......... SKIPPED [INFO] Bootstrap - Ant Tasks Dependencies ................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.185s [INFO] Finished at: Sun Jul 08 22:48:56 EEST 2012 [INFO] Final Memory: 14M/165M [INFO] ------------------------------------------------------------------------ [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException Thanks in advance Regards, Andreas -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
