On 14/08/12 15:56, Reto Bachmann-Gmür wrote:
The sources are available here:
https://repository.apache.org/content/repositories/orgapacheclerezza-136/org/apache/clerezza/reactor/0.3-incubating/reactor-0.3-incubating-source-release.zip(currently
down!)
and: http://people.apache.org/~reto/clerezza-0.3-incubating/
Release tag is:
https://svn.apache.org/repos/asf/incubator/clerezza/tags/clerezza-0.3-incubating/
I tried to build from the source-release (to learn more about Clerezza)
and encountered a problem.
The tagged svn includes scala sources
.../shell/src/main/scala/org/apache/clerezza/shell/
but these are not in the source-release
The build does not work:
...
[INFO] --- maven-scr-plugin:1.7.0:scr (generate-scr-scrdescriptor) @
clerezza ---
[WARNING] Source tree does not exist. Ignoring
/home/afs/tmp/reactor-0.3-incubating/parent/src/main/java
...
[INFO] --- maven-scala-plugin:2.9.1:compile (default) @ shell ---
[ERROR] /home/afs/tmp/reactor-0.3-incubating/shell/src/main/scala
...
[INFO] --- maven-scala-plugin:2.9.1:testCompile (default) @ shell ---
[ERROR] /home/afs/tmp/reactor-0.3-incubating/shell/src/test/scala
[ERROR] /home/afs/tmp/reactor-0.3-incubating/shell/src/test/scala/../scala
[WARNING] No source files found.
...
The resulting target/ is a bit devoid of anything interesting.
Possibly related: the SVN tagged tree and the source-release are different.
Andy