Re: maven hpi plugin version 1.45

2009-10-23 Thread Benjamin Bentmann
Andrew Harmel-Law wrote: I am having the exact same problem, having just upgraded my plugin to 1.327. However, because the file with the illegal escape characters is being auto generated, I cannot escape them. As far as I understand, the file is generated by the maven-hpi-plugin, so the issue

Re: maven hpi plugin version 1.45

2009-10-23 Thread Andrew Harmel-Law
f the single backslashes. Take a look: >> >> >> >> import java.util.*; >> >> /** >> >> * Entry point to auto-generated tests (generated by maven-hpi-plugin). >> >> * If t

Re: maven hpi plugin version 1.45

2009-10-15 Thread Gerrit Jansen van Vuuren
Hi You need to escape your windows paths with back slashes in java that is c:\\myfolder\\a and not c:\myfolder\a On 15/10/2009, Croteau, Jean-Francois wrote: > Hi guys, > > I was using hpi-plugin version 1.37, and it was working well. And no, > for no special reason, I guess only for "evolutio

maven hpi plugin version 1.45

2009-10-15 Thread Croteau, Jean-Francois
Hi guys, I was using hpi-plugin version 1.37, and it was working well. And no, for no special reason, I guess only for "evolution" and be cool, I tried to use the latest versions 1.45. I had the following error using the command "clean package hpi:run" in eclipse : [INFO] Scanning for projec