Jochen Wiedmann wrote:
If I do understand the problem right, then a possible workaround for
us is simply to ensure a suitable order:
- Check for com.sun.org.apache.xerces (Sun implementation of Java 5)
- Check for Java 5 classes (Java 5)
- Check for Java 1.4 classes (Java 1.4)
The bug should only catch, if we reverse the order.
The bug has other consequences. It is true that using this order would
solve the problem iff java:compile is only executed once. Actually I
came across this bug because I was trying to execute jar:install and
site:generate. I was quite amazed at first, because I tried putting all
sorts of stupid names as className on the available tag and it kept
saying that they where available!!!
In the case of PM, though, this order is not sufficient (even if
java:compile is just executed once) because of the dependencies on
tamino. If we put tamino as the first source modification and it is
there, it will find java 5 classes. If we put tamino the last and use
1.4 for compiling the available tag will find tamino.
So I am not sure which aproach to use. I am pretty sure that other
apache projects will face similar problems. Actually the reporter of
this bug is an apache committer (Simon Kitching).
What do you think?
Also, maven-xdoc-plugin is now on 1.9.1 which accepts i18n sites. Would
it be ok to use this release or are there any restrictions of any sort
at apache?
then it's probably easier to have them as .properties
Choose, what seems good for you. I am currently quite happy with the
progress and wouldn't want to intervene. Another thing that can be
changed later, if it should turn out to be desirable.
I'm sorry to say (i changed my mind...) I'll choose build goal on
maven.xml... The reason is that when you are trying to build an
individual project (ie for testing) it'd be nice to do the same thing as
on the multiproject build. This way we won't have duplicate multi-goals.
best regards,
nacho
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]