adsense


Showing posts with label JAVA SERVER FACES PREPARE ECLIPSE PROJECT PAGE 20. Show all posts
Showing posts with label JAVA SERVER FACES PREPARE ECLIPSE PROJECT PAGE 20. Show all posts

Sunday, 29 November 2015

JAVA SERVER FACES PREPARE ECLIPSE PROJECT

COMPUTER LANGUAGES HTML,C,C++.JAVA,.NET AND MULTIMEDIA basics and programs click home button



JAVA SERVER FACES PREPARE ECLIPSE PROJECT




Prepare Eclipse project 


Let's open command console, go the C:\ < JSF < helloworld 
directory and execute the following mvncommand. 

C:\JSF\helloworld<mvn eclipse:eclipse -Dwtpversion=2.0 

Maven will start processing and will create the eclipse ready project 
and will add wtp capability. 

Downloading: http://repo.maven.apache.org/org/apache/maven/plugins/ 

maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.pom 

5K downloaded  (maven-compiler-plugin-2.3.1.pom) 

Downloading: http://repo.maven.apache.org/org/apache/maven/plugins/ 

maven-compiler-plugin/2.3.1/maven-compiler-plugin-2.3.1.jar 

29K downloaded  (maven-compiler-plugin-2.3.1.jar) 

[INFO] Searching repository for plugin with prefix: 'eclipse'. 

[INFO] ------------------------------------------------------------ 
[INFO] Building helloworld Maven Webapp 
[INFO]    task-segment: [eclipse:eclipse] 
[INFO] ------------------------------------------------------------ 
[INFO] Preparing eclipse:eclipse 
[INFO] No goals needed for project - skipping 
[INFO] [eclipse:eclipse {execution: default-cli}] 
[INFO] Adding support for WTP version 2.0. 
[INFO] Using Eclipse Workspace: null 
[INFO] Adding default classpath container: org.eclipse.jdt. 
launching.JRE_CONTAINER 
Downloading: http://repo.maven.apache.org/ 
com/sun/faces/jsf-api/2.1.7/jsf-api-2.1.7.pom 
12K downloaded  (jsf-api-2.1.7.pom) 
Downloading: http://repo.maven.apache.org/ 
com/sun/faces/jsf-impl/2.1.7/jsf-impl-2.1.7.pom 
10K downloaded  (jsf-impl-2.1.7.pom) 
Downloading: http://repo.maven.apache.org/ 
com/sun/faces/jsf-api/2.1.7/jsf-api-2.1.7.jar 
619K downloaded  (jsf-api-2.1.7.jar) 
Downloading: http://repo.maven.apache.org/ 
com/sun/faces/jsf-impl/2.1.7/jsf-impl-2.1.7.jar 
1916K downloaded  (jsf-impl-2.1.7.jar) 
[INFO] Wrote settings to C:\JSF\helloworld\.settings\ 
org.eclipse.jdt.core.prefs 
[INFO] Wrote Eclipse project for "helloworld" to C:\JSF\helloworld. 
[INFO] 
[INFO] ----------------------------------------------------------- 
[INFO] BUILD SUCCESSFUL 
[INFO] ----------------------------------------------------------- 
[INFO] Total time: 6 minutes 7 seconds 
[INFO] Finished at: Mon Nov 05 16:16:25 IST 2012 
[INFO] Final Memory: 10M/89M 
[INFO] -----------------------------------------------------------