Hi all,
When I run the 'mvn jetty:run-war', I get: [INFO] Preparing jetty:run-war [INFO] [site:attach-descriptor] [INFO] [jetty:run-war] [INFO] Configuring Jetty for project: AppFuse Modular Application 2007-10-31 09:45:10.328::INFO: Logging to STDERR via org.mortbay.log.StdErrLog [INFO] Jetty server exiting. [INFO] Mazda Motor Logistics Europe NV, Blaasveldstraat 162, B-2830 Willebroek VAT BE 406.024.281, RPR Mechelen, ING 310-0092504-52, IBAN : BE64 3100 0925 0452, SWIFT : BBRUBEBB ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failure Embedded error: Bad temp directory: C:\java\workspaceUMT\UMT\target\work Anybody has an idea why this error appears ? Note that I already have made the following changes to the standard pom.xml that ships with Maven: - Add a plugin for jetty, because the maven-jetty-plugin could not be found when running mvn jetty:run-war: <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version>6.0.1</version> </plugin> - Manually set the variable ${el.version}: <el.version>1.0</el.version> Kind regards Christian Bonami [EMAIL PROTECTED]