I am not a maven user, and the Tap4.1 site refers only to maven (and briefly, at that) for getting Tapestry. I was able to figure things out in order to include Tap4.1 as a dependancy (although truth be told, I just want a jar file that i can include in an existing ant-based project), but both tapestry-examples and tapestry-project fail.
Missing: ---------- 1) org.apache.tapestry:tapestry-examples:jar:4.1.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.tapestry -DartifactId=tapestry-examples \ -Dversion=4.1.0-20060711.165511-11 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) com.euroclick.gb:gb:jar:1.0-SNAPSHOT 2) org.apache.tapestry:tapestry-examples:jar:4.1.0-SNAPSHOT 2) org.apache.tapestry:tapestry-project:jar:4.1.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.tapestry -DartifactId=tapestry-project \ -Dversion=4.1.0-20060711.165511-13 -Dpackaging=jar -Dfile=/path/to/file More importantly, however, there doesn't seem to be any documentation of new functionality in tap4.1, or how to go about upgrading. With Jesse's implication that tap 4.1 is only about a week away, I want to try to resolve some of my problems by upgrading to tap 4.1 (specifically, the DatePicker is incompatible with dojo LayoutContainer). However, the maven projects just download jar files so I don't even have source to browse. I'd really like some info about the json service, although looking at the autocompleter should be sufficient, but I need source. where do I get it and how do I build it? --sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]