Re: archetype:create brokes encoding

2006-04-26 Thread MiSt
Alexandre Poitras napisał(a): A lot of people have complained about it, myself included so your best beat would to search in the archives. From what I remember, I think the problem is Velocity is not set to use UTF-8. Also check out your pom files are encoded using UTF-8 but I think you have alr

Generating site - outputEncoding=utf-8 doesn't work with menu and links names

2006-04-25 Thread MiSt
My pom.xml: (...) org.apache.maven.plugins maven-site-plugin UTF-8 (...) Site's charset is ok: and content from xdoc is proper UTF-8, but menu name, menu items names and links names have broken encoding. I have in site.xml I am doing something wrong or it is a bug ? maven-site-pl

archetype:create brokes encoding

2006-04-20 Thread MiSt
I have created my archetype with files encoded in UTF-8. archetype:create creates project but polish chars are broken (for example: should be ż but is ż). Files in archetype's jar are OK. Where is the problem ? Fedora Core (system encoding UTF-8), Maven version: 2.0.4 org.apache.maven:ma

Re: Maven2 xdoclet jsptaglib How?

2006-01-19 Thread MiSt
Allison, Bob napisał(a): I am not sure what the problem is, but it is definitely an XDoclet problem, not a Maven problem. You might get better answers on an XDoclet forum. YES! It was not Maven problem! My tag classes extend Struts BaseHandlerTag class. I changed it to TagSupport and xdo

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread MiSt
Allison, Bob napisał(a): I am not sure what the problem is, but it is definitely an XDoclet problem, not a Maven problem. You might get better answers on an XDoclet forum. I am not sure. xdoclet-maven-plugin is based on antrun plugin. Children of element tasks in configuration are ant task.

Re: Maven2 xdoclet jsptaglib How?

2006-01-18 Thread MiSt
Grégory Joseph napisał(a): Hi, I could only advise to try out xdoclet2 and its fresh maven2 plugin ;-) See http://xdoclet.codehaus.org/Maven2+Plugin for some incomplete info. I'll be glad to hear your comments. Can't update the docs right now though, our confluence seems to be having a hard time

Maven2 xdoclet jsptaglib How?

2006-01-18 Thread MiSt
codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet' --> [DEBUG] (f) classRealm = [EMAIL PROTECTED] [DEBUG] (f) generatedSourcesDirectory = /home/mist/workspace/web_utils/target/generated-sources/xdoclet [DEBUG] (f) project = [EMAIL PROTECTED] [DEBUG] (f) sourceDirectory = /h

Re: With maven 2.0.2 site:deploy doesn't work

2006-01-17 Thread MiSt
Scokart Gilles napisał(a): Did you have write access on /home/mist/public_html/myApp/ ? Yes. If I use maven 2.0.1 it works perfect If yes, try to run maven with the option -X -e. Output of mvn -X -e clean site site:deploy : (...) [DEBUG] maven-site-plugin: resolved to version 2.0

With maven 2.0.2 site:deploy doesn't work

2006-01-17 Thread MiSt
error message: (...) [INFO] [site:deploy] file:///home/mist/public_html/myApp - Session: Opened file:///home/mist/public_html/myApp - Session: Disconnecting file:///home/mist/public_html/myApp - Session: Disconnected [INFO

Re: How to dealing with chinese characters in the site.xml file of maven 2 site plugin?

2005-12-19 Thread MiSt
HezhiQiang napisał(a): I am using a site.xml file for project doc site layout,there is some chinese character,utf-8 encode for site.xml,but that generated html files can not dispaly chinese characters correctly. why? anybody can help me! Try add this to pom.xml. (...) org.apache.maven