Hi all guys,

I am tryin' to plug the doap-plugin in Apache Onami and I noticed a
strange behaviour of the `shotdesc` property.

If not specified, the plugin terminates with an error:

[ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.

If I specify as

<doapOptions>
  <shortdesc>${project.description}</shortdesc>
</doapOptions>

it terminates with the same error message:

[ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.

If I set a value, such as

<doapOptions>
  <shortdesc>Bazinga!</shortdesc>
</doapOptions>

It goes ok.

Ah, and yes, the ${project.description} property is specified :)

Is there something I overlooked or maybe a known issue?
TIA!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to