Hi, I change mysql connect url setting in xwiki-2.pom (local repository) from <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki?useServerPrepStmts=false"</xwiki.db.connection.url> to <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki ?useUnicode=true&useServerPrepStmts=false"</xwiki.db.connection.url> then build 'xwiki-web-standard' by 'mvn install -Pxe,mysql ', get eror: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: unknown:xwiki-web-standard POM Location: E:\dev\xwiki\svnroot\xwiki-users\xwiki-platform-web\standard\pom.xml Reason: Cannot read project model from interpolating filter of serialized version. I have build successfully before this modification. Does pom file can not use the expression '&' ?
Hi, Same answer as for your previous emails (please refrain from resending emails this is a bad and annoying practice - You can ping again but don't do as if this is the first time you're sending this email). Answer: I don't know. Have you tried investigating yourself instead of resending the same emails? For example, have you tried using &? Have you tried asking on the Maven mailing lists? Thanks -Vincent PS: BTW this is a question for the XWiki user list, not the dev one. On Jul 23, 2007, at 2:56 AM, Jackson Wang wrote:
Hi,
I change mysql connect url setting in xwiki-2.pom (local repository) from <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki? useServerPrepStmts=false"</xwiki.db.connection.url> to <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki ?useUnicode=true&useServerPrepStmts=false"</ xwiki.db.connection.url>
then build 'xwiki-web-standard' by 'mvn install -Pxe,mysql ', get eror:
[INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------- -- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------- -- [INFO] Error building POM (may not be this project's POM).
Project ID: unknown:xwiki-web-standard POM Location: E:\dev\xwiki\svnroot\xwiki-users\xwiki-platform-web \standard\pom.xml
Reason: Cannot read project model from interpolating filter of serialized version.
I have build successfully before this modification. Does pom file can not use the expression '&' ?
Vincent, Sorry for resend mail,my gmail neither give me initial mail or respond in these days until now,so i suppose send failed. I modify files in xwiki-users\xwiki-platform-web\standard\src\assemble to bypass generating of file hibernate.cfg.xml,and it's build ok now. using & has same problem.As my test,UTF-8 support must set this connection option. Thanks Jackson 2007/7/23, Vincent Massol <[email protected]>:
Hi,
Same answer as for your previous emails (please refrain from resending emails this is a bad and annoying practice - You can ping again but don't do as if this is the first time you're sending this email).
Answer: I don't know. Have you tried investigating yourself instead of resending the same emails?
For example, have you tried using &? Have you tried asking on the Maven mailing lists?
Thanks -Vincent
PS: BTW this is a question for the XWiki user list, not the dev one.
On Jul 23, 2007, at 2:56 AM, Jackson Wang wrote:
Hi,
I change mysql connect url setting in xwiki-2.pom (local repository) from <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki? useServerPrepStmts=false"</xwiki.db.connection.url> to <xwiki.db.connection.url>"jdbc:mysql://localhost/xwiki ?useUnicode=true&useServerPrepStmts=false"</ xwiki.db.connection.url>
then build 'xwiki-web-standard' by 'mvn install -Pxe,mysql ', get eror:
[INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------- -- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------- -- [INFO] Error building POM (may not be this project's POM).
Project ID: unknown:xwiki-web-standard POM Location: E:\dev\xwiki\svnroot\xwiki-users\xwiki-platform-web \standard\pom.xml
Reason: Cannot read project model from interpolating filter of serialized version.
I have build successfully before this modification. Does pom file can not use the expression '&' ?
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (2)
-
Jackson Wang -
Vincent Massol