I'm trying to get turbine set up for the first time via META, following the getting started docs on the website, installing the skeleton 'helloworld' app - I've gotten to the deploy stage, but I'm getting missing dependencies:
Attempting to download activation-1.0.2.jar. WARNING: Failed to download activation-1.0.2.jar. Attempting to download javamail-1.3.1.jar. WARNING: Failed to download javamail-1.3.1.jar. Attempting to download jdbc-2.0.jar. WARNING: Failed to download jdbc-2.0.jar. Attempting to download jndi-1.2.1.jar. WARNING: Failed to download jndi-1.2.1.jar. The build cannot continue because of the following unsatisfied dependencies: activation-1.0.2.jar (try downloading from http://java.sun.com/products/javabean s/glasgow/jaf.html) javamail-1.3.1.jar (try downloading from http://java.sun.com/products/javamail/) jdbc-2.0.jar (try downloading from http://java.sun.com/products/jdbc/) jndi-1.2.1.jar (try downloading from http://java.sun.com/products/jndi/) I'm trying to download and install them manually, but I'm having some problems - the filenames of the downloaded jars don't match what maven is expecting. Is it OK to just rename them? I did this with jaf dependency, and made that error message go away, but the others I'm not sure about. For instance, the javamail it's expecting is an older version than what is currently available for download, and it doesn't seem right to rename it with a fake version number. And I'm not sure what jdbc jar it is expecting - the javax.sql package? Am I doing something wrong? The website said something about putting info in the wiki before posting questions to the list, but the link it gave seems to have been spamflooded. Thanks in advance for your help - [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]