You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Do...@gmx.de on 2008/04/01 12:11:41 UTC

HELP war:inplace eats up all my files' content! :-(

Hi,

I've got the following problem:

when I call mvn war:inplace, the goal fails:

[INFO] [war:inplace]
[INFO] Generating webapp in source directory[MY_war_source_directory]
[INFO] Assembling webapp[webclient] in [MY_war_source_directory]
[INFO] Processing war project
[INFO] Copy webapp webResources[MYSOURCE_DIRECTORY/src/conf] to[MY_war_source_directory]
[INFO] Copy webapp webResources[MYSOURCE_DIRECTORY/src/conf] to[MY_war_source_directory]
[INFO] Copy webapp webResources[MY_war_source_directory] to[MY_war_source_directory]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The specified web.xml file 'MYSOURCE_DIRECTORY\target\jspweb.xml' does not exist

And after this ALL files in my war folder still exist, but with zero content - all has been erased. Really weird behavior -
do you have any idea how to prevent this from happening? I don't really would need the goal, I just don't want any developer to call it and to empty all files that might not have been checked in before hand...

Thanks in advance,

Stefanie
-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org