... to fix the "src/userguide" in order to be able to compile the examples.

I get compilation errors like:
---CUT---
[ERROR] /home/gilles/devel/java/apache/commons-math/trunk/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java [19,32] cannot find symbol
  symbol:   class PerfTestUtils
  location: package org.apache.commons.math4
[ERROR] /home/gilles/devel/java/apache/commons-math/trunk/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java:[664,54] package PerfTestUtils does not exist
---CUT---

It seems related to not finding the "commons-math4-4.0-SNAPSHOT-tools.jar"
file, although it has been created:
$ ls target/*jar
target/commons-math4-4.0-SNAPSHOT-tools.jar target/commons-math4-4.0-SNAPSHOT.jar

Also, I think that the naming of the "tools" JAR might be problematic.
Isn't the version supposed to come after the complete name (in order
to be able to fill the "<dependency>" tags in the userguide's "pom.xml")?

Thanks,
Gilles


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

Reply via email to