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 2007/10/20 10:20:05 UTC

svn commit: r586687 - /myfaces/tobago/trunk/sandbox/readme.txt

Author: bommel
Date: Sat Oct 20 01:20:04 2007
New Revision: 586687

URL: http://svn.apache.org/viewvc?rev=586687&view=rev
Log:
sandbox has a facelets dependency

Added:
    myfaces/tobago/trunk/sandbox/readme.txt   (with props)

Added: myfaces/tobago/trunk/sandbox/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox/readme.txt?rev=586687&view=auto
==============================================================================
--- myfaces/tobago/trunk/sandbox/readme.txt (added)
+++ myfaces/tobago/trunk/sandbox/readme.txt Sat Oct 20 01:20:04 2007
@@ -0,0 +1,23 @@
+Building
+--------
+
+The el jars are not available on
+a public maven repository.
+
+You have to download the facelet distribution from:
+
+http://facelets.dev.java.net
+
+and install the missing artifact 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
+
+
+This arifact requires the tobago-core-sources.jar artifact.
+The tobago-core-sources.jar is generated with the profile
+attach-source in core (mvn -P attach-source) or
+with the profile all-modules (mvn -P all-modules).

Propchange: myfaces/tobago/trunk/sandbox/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/tobago/trunk/sandbox/readme.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL