On Sat, 13 Feb 2016 10:40:41 -0600, Ole Ersoy wrote:
The project as a whole should probably begin to consider using
markdown documents / the github wiki / github pages as a replacement
for the documentation build step. More loosely coupled documentation
is easier to contribute to. Github markdown documents can be edited
directly on github.
Most repositories now have a central README.md that links to various
supporting documents or sub component repositories.
Here, the problem is running Java code (that happens to be stored in
the "userguide" part of the repository).
Regards,
Gilles
Cheers,
Ole
On 02/13/2016 09:59 AM, Brent Worden wrote:
Gilles,
Did you ever get this figured out? I will try to find sometime to
investigate this weekend if you still need assistance.
Thanks,
Brent
On Feb 5, 2016 6:24 PM, "Gilles" <gil...@harfang.homelinux.org>
wrote:
... 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: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org