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: Maven 2 - insert images in site

2005-06-28 Thread Emmanuel Venisse



Jean-Charles Giardina wrote:

Hi,

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

[./images/figures/fig1] Figure 1


You're right, but it's a bug in the apt renderer.
Can you open a jira issue ?

Emmanuel



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]






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