On 16/08/12 09:55, Reto Bachmann-Gmür wrote:
Hi Andy
Thanks a lot for trying this.
In the zip
https://repository.apache.org/content/repositories/orgapacheclerezza-136/org/apache/clerezza/reactor/0.3-incubating/reactor-0.3-incubating-source-release.zipI
see 7 scala files in ./shell/src/main/scala/org/apache/clerezza/shell
Ok - on another machine I get something so there are setup assumptions.
But the svn tag is not the same as the source-release.
They may cause difficulties getting IPMC votes.
I still get:
[INFO] --- maven-scala-plugin:2.9.1:compile (default) @ shell ---
[ERROR] /home/afs/tmp/reactor-0.3-incubating/shell/src/main/scala
which seems odd. (-e does not give any information)
Andy
Cheers,
Reto
On Thu, Aug 16, 2012 at 10:09 AM, Andy Seaborne <a...@apache.org> wrote:
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<https://repository.apache.org/content/repositories/orgapacheclerezza-136/org/apache/clerezza/reactor/0.3-incubating/reactor-0.3-incubating-source-release.zip%28currently>
down!)
and:
http://people.apache.org/~**reto/clerezza-0.3-incubating/<http://people.apache.org/%7Ereto/clerezza-0.3-incubating/>
Release tag is:
https://svn.apache.org/repos/**asf/incubator/clerezza/tags/**
clerezza-0.3-incubating/<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