Hi, no idea in which revision this this error didn't appeared. My build breaks too (compiling the bpel-runtime project), so I'm waiting that this bug will be fixed.
Anyway: to check out older revisions you may use tortoise (http://tortoisesvn.net/): right click the folder to check out the files into --> svn checkout --> at the bottom you can choose the revision. Hope this helps Good luck ueli -----Ursprüngliche Nachricht----- Von: Eugenia Utkin [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. Dezember 2006 12:25 An: [email protected] Betreff: [SPAM]Re: Build error --> Not a v4.0.0 POM --> add modelVersion Tag to pom Hi, thanks a lot. But I've checked all POM-Files, there are allways <modelVersion>4.0.0</modelVersion> within them. What can be also the reason of failed build? Could you help me to extract an older version from subversion, where this error didn't appeared? Thanks a lot in advance. BR eugenia 2006/12/28, uelihofstetter <[EMAIL PROTECTED]>: > Your build may breaks because the modelVersion Tag in your pom file is > missing (indicated by: Reason: Not a v4.0.0 POM.) and so the xstream.jar is > not used. > > > So add the modelVersion tag <modelVersion>4.0.0</modelVersion> to your > xstream pom file. > > > > greets > > > > > > >
