You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/10/12 00:44:32 UTC

svn commit: r463019 - in /myfaces/tobago/trunk: contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java readme.txt src/site/apt/getting-started.apt

Author: bommel
Date: Wed Oct 11 15:44:29 2006
New Revision: 463019

URL: http://svn.apache.org/viewvc?view=rev&rev=463019
Log:
clean up documentation

Modified:
    myfaces/tobago/trunk/contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java
    myfaces/tobago/trunk/readme.txt
    myfaces/tobago/trunk/src/site/apt/getting-started.apt

Modified: myfaces/tobago/trunk/contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java?view=diff&rev=463019&r1=463018&r2=463019
==============================================================================
--- myfaces/tobago/trunk/contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java (original)
+++ myfaces/tobago/trunk/contrib/fileupload/src/main/java/org/apache/myfaces/tobago/fileupload/FileUploadFacesContextFactoryImpl.java Wed Oct 11 15:44:29 2006
@@ -37,6 +37,7 @@
   private FacesContextFactory facesContextFactory;
 
   public FileUploadFacesContextFactoryImpl(FacesContextFactory facesContextFactory) {
+    // TODO get Configuration from env entries in the web.xml
     this.facesContextFactory = facesContextFactory;
     if (LOG.isDebugEnabled()) {
       LOG.debug("Wrap FacesContext for file upload");

Modified: myfaces/tobago/trunk/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/readme.txt?view=diff&rev=463019&r1=463018&r2=463019
==============================================================================
--- myfaces/tobago/trunk/readme.txt (original)
+++ myfaces/tobago/trunk/readme.txt Wed Oct 11 15:44:29 2006
@@ -9,6 +9,28 @@
 to run the install target on all sub projects. This will
 put all necessary artifacts into your local repository.
 
+Building All
+-----------
+For building all the stuff you can use the profile all-modules
+
+mvn install -Pall-modules
+
+Unfortunately you need two artifacts
+
+el-api.jar and el-ri.jar
+
+from the facelet distribution
+
+ http://facelets.dev.java.net
+
+Please install the missing public artifacts with
+
+ mvn install:install-file -Dfile=el-api.jar -DgroupId=javax.el \
+ -DartifactId=el-api -Dversion=1.0 -Dpackaging=jar
+
+ mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
+ -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
+ 
 Demo
 ----
 To deploy the demo on your local Tomcat 5.5 create a

Modified: myfaces/tobago/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/getting-started.apt?view=diff&rev=463019&r1=463018&r2=463019
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/getting-started.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/getting-started.apt Wed Oct 11 15:44:29 2006
@@ -27,6 +27,31 @@
   to run the install target on all sub projects. This will
   put all necessary artifacts into your local repository.
 
+Building All
+
+   For building all the stuff you can use the profile all-modules
+
++----------------------------------------
+ mvn install -Pall-modules
++----------------------------------------
+
+   Unfortunately you need two artifacts
+
+   el-api.jar and el-ri.jar
+
+   from the facelet distribution 
+   {{{http://facelets.dev.java.net}Facelets Project Page}} 
+
+   Please install the missing public artifacts with
+
++----------------------------------------
+ mvn install:install-file -Dfile=el-api.jar -DgroupId=javax.el \
+ -DartifactId=el-api -Dversion=1.0 -Dpackaging=jar
+
+ mvn install:install-file -Dfile=el-ri.jar -DgroupId=com.sun.el \
+ -DartifactId=el-ri -Dversion=1.0 -Dpackaging=jar
++----------------------------------------
+
 Deploying the Demo
 
   To deploy the demo on your local Tomcat 5.5 create a