How to modify HTML charset generated by site:site in Maven2 ?

2005-06-28 Thread Jean-Charles Giardina
Hi everybody,

I'm using Maven2 to genrated my project web site.
But I want HTML generated files must use UTF-8 rather than ISO-8859-1.

How must configure Maven2 to do that ?

Tks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to modify HTML charset generated by site:site in Maven2 ?

2005-06-28 Thread Jean-Charles Giardina
tks

2005/6/28, Emmanuel Venisse [EMAIL PROTECTED]:
 
 
 Jean-Charles Giardina wrote:
  Hi everybody,
 
  I'm using Maven2 to genrated my project web site.
  But I want HTML generated files must use UTF-8 rather than ISO-8859-1.
 
  How must configure Maven2 to do that ?
 
 It isn't possible for the moment.
 Create a jira issue.
 
 Emmanuel
 
 
  Tks
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Maven 2 - insert images in site

2005-06-28 Thread Jean-Charles Giardina
Hi,

I did not succeed in inserting an image in apt file using tag :

[./images/figures/fig1] Figure 1

Using this tag as the same result :

[../resources/images/figures/fig1] Figure 1


Only text Figure 1 is shown in html file.

Can you help me ?

My source tree is :

src/
  +-- site/
+-- apt/
  +-- index.apt
+-- resources/
  +-- css/
  +-- images/
+-- figures/
  +-- fig1.png
+-- site.xml


Tks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] how to define the output HTML's encoding when using site:site?

2005-11-20 Thread Jean-Charles Giardina
this way didn't work with text in site.xml, but really work with all
other src/site files !

2005/10/14, Kenney Westerhof [EMAIL PROTECTED]:
 On Fri, 14 Oct 2005, Zhong ZHENG wrote:

 Use this:

 build
   plugins
 plugin
   artifactIdmaven-site-plugin/artifactId
   configuration
 outputEncodingUTF-8/outputEncoding
   /configuration
 /

 HTH,

 -- Kenney

  Hi, there,
 
  I am using maven 2 to generate project site. But it does not seem to work
  well when generating chinese pages... I set the xdoc encoding to UTF-8, but
  i don't know where i could define the encoding of the output HTML. All HTML
  pages are encoded in ISO-8859-1. I know that for maven 1 i could modify the
  default.properties in maven.jar, but what should i do for maven2?
 
  Thanks in advance.
 
  --
 
  ZHENG Zhong
 
  1 Avenue Alphand
  75116 Paris, France
  +33 6 76 80 45 90
 

 --
 Kenney Westerhof
 http://www.neonics.com
 GPG public key: http://www.gods.nl/~forge/kenneyw.key

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Continuum don't work in service mode

2005-11-30 Thread Jean-Charles Giardina
Hi folk,

I'use continuum on a WinXP computer (at work ;-)

Continnum work perfectly in command line mode !
But in service mode it does't start, I can see this error : Error 1067.

Somebody has resolved the same problem ?!

Please !

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum don't work in service mode

2005-12-01 Thread Jean-Charles Giardina
It was the same error. I run continuum as a user (the same I try when
I run continuum at commnde line)

Thank every body :-)

2005/12/1, Rune Fauske [EMAIL PROTECTED]:
 Hi

 You should probably have a look at the wrapper.log file.

 Experienced the same error, due to the JAVA_HOME environment variable
 not beeing set for the system (only for local user).

 Note: In order for continuum to access files on a network drive you'll
 have to configure it to run under a specific user.

 --
 Rune

 On 11/30/05, dan tran [EMAIL PROTECTED] wrote:
  what problem do you see??
 
  I set continuum to run under a specific user id which can be configured in
  the service control panel
 
  -Dan
 
 
 
  On 11/30/05, Jean-Charles Giardina [EMAIL PROTECTED] wrote:
  
   Hi folk,
  
   I'use continuum on a WinXP computer (at work ;-)
  
   Continnum work perfectly in command line mode !
   But in service mode it does't start, I can see this error : Error 1067.
  
   Somebody has resolved the same problem ?!
  
   Please !
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Wher is site.xml DTD ?

2005-12-08 Thread Jean-Charles Giardina
Hi folk,

Eclipse XML plugin doesn't like site.xml format (I think because it
think is an eclipse file)

So, I want to add DOCTYPE in my site.xml to stop borring warning.

Where I can find site.xml DTD ?

Tks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Invalid SCM URL

2005-12-08 Thread Jean-Charles Giardina
The correct scm URL format is :

scm:cvs:pserver:[username[:[EMAIL 
PROTECTED]:port]:path_to_repository:module_name

For your example that mean :

scm:cvs:pserver:[EMAIL PROTECTED]:/r:m

don't miss the first '/' at repository path

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Wher is site.xml DTD ?

2005-12-09 Thread Jean-Charles Giardina
Tks folk :-)


Re: Wher is site.xml DTD ?

2005-12-09 Thread Jean-Charles Giardina
So the maven-navigation-1.0.xsd isn't compatible with site.xml :-(
Somebody know where the site.xsd ?

2005/12/9, Jean-Charles Giardina [EMAIL PROTECTED]:
 Tks folk :-)