For the record, this error occurs while you try to run jetty:run-war from the
root folder of a modular project instead of running it from the web folder.



mraible wrote:
> 
> I haven't seen this error before. You might try changing your Jetty
> version to 6.1.5 and using Java 5 (as opposed to Java 6).
> 
> Matt
> 
> On 10/31/07, Bonami, Christian <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>
>> 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</elversion>
>>
>>
>>
>> Kind regards
>>
>> Christian Bonami
>>
>> [EMAIL PROTECTED]
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Bad-temp-directory-tp13505108s2369p14352416.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to