I just updated to the latest shapshot jars (and updated my import statements
to the new org.apache.tapestry5 package names), and now I can't find the
TapestryConstants class.  My pom.xml looks like this

        <properties>
                
<tapestry-release-version>5.0.12-SNAPSHOT</tapestry-release-version>
                ...
        </properties>

        <dependencies>
                <!-- Tapestry dependencies -->
                <dependency>
                        <groupId>org.apache.tapestry</groupId>
                        <artifactId>tapestry-core</artifactId>
                        <version>${tapestry-release-version}</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.tapestry</groupId>
                        <artifactId>tapestry-test</artifactId>
                        <version>${tapestry-release-version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.tapestry</groupId>
                        <artifactId>tapestry-upload</artifactId>
                        <version>${tapestry-release-version}</version>
                </dependency>
                ...

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Can%27t-find-TapestryConstants-after-snapshot-update-tp17498133p17498133.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to