[1] https://github.com/NuwanSameera/syncope-netbeans-plugin
Regards.
On Sun, May 15, 2016 at 1:32 PM, Fabio Martelli
<[email protected] <mailto:[email protected]>> wrote:
Doc for 2.0.0 will be released with 2.0.0 itself.
Changes are a lot: to realise the new doc pages a deep knowledge
about core and console is required.
We will ask you for your contribution for sure but now it is a bit
premature.
Kind regards,
F.
Il 15 maggio 2016 09:44:00 CEST, Tushar Mishra
<[email protected] <mailto:[email protected]>> ha scritto:
Could you guide us as to where we can make changes to these
documentations?
It would be great if we could help you guys by updating the
documentation
pages from 1.2.x to 2.0.0 since we are already working on understanding
the
different components.
Regards,
On Sun, May 15, 2016 at 12:38 PM Fabio Martelli <[email protected]
<mailto:[email protected]>>
wrote:
Hi Nuwan, documentation available is just about Syncope
1.2.X. In Syncope 2.0.0 you can find users, groups and any
objects by clicking on realms in the left side menu. Still
in that menu you can click on topology for connectors and
resources. Please, browse left side menu in order to try
to find and map Syncope 1.2.X doc arguments with 2.0.0
features. A lot of things have been changed but others are
still there, in another form. Kind regards, F. Il 15
maggio 2016 08:24:55 CEST, Nuwan Sameera
<[email protected]
<mailto:[email protected]>> ha scritto:
Hi, I tried to understand operations in syncope by
following
https://cwiki.apache.org/confluence/display/SYNCOPE/Using+administration+console
.
<
https://cwiki.apache.org/confluence/display/SYNCOPE/Using+administration+console
But I cannot found corresponding links to Resources
tab, Users tab, etc.. Please help me. Regards. Nuwan
Sameera. <
https://cwiki.apache.org/confluence/display/SYNCOPE/Using+administration+console
On Sat, May 14, 2016 at 7:46 PM, Nuwan Sameera
<[email protected]
<mailto:[email protected]>> wrote:
Hi, I am read
https://cwiki.apache.org/confluence/display/SYNCOPE/Concepts
and get idea about syncope. Now I am studying
about administration
console.
Regards. Nuwan Sameera. On Mon, May 9, 2016 at
11:45 AM, Francesco Chicchiriccò <
[email protected] <mailto:[email protected]>>
wrote:
On 07/05/2016 05:28, Nuwan Sameera wrote:
Hi, Is "*/reportTemplates*" REST end point
related to " *Report XSL stylesheets" in
syncope?*
Exactly. The REST endpoints of relevance for
your (and Tushar's) GSoC work
are
/reportTemplates /mailTemplates Regards. On
Mon, May 2, 2016 at 8:08 PM, Nuwan Sameera
<[email protected]
<mailto:[email protected]>>
wrote: Hi,
Thank you very much. I reffer this.
Regards. Nuwan sameera. Il 02/05/2016
05:39, Nuwan Sameera ha scritto: Hi,
Please give me documentation about
run syncope after build and
take
in-detail idea about running
syncope server functionalities. Hi
Nuwan, you can start by taking a
look at [1].
In particular become confident with
concepts [2], administration
console
[3] and how to extend Apache Syncope
[4]. Consider that sometimes
documentation could be a bit outdated.
Ask in ML if you have any trouble to
understand something. Kind regards, F.
[1]
https://cwiki.apache.org/confluence/display/SYNCOPE
[2]
https://cwiki.apache.org/confluence/display/SYNCOPE/Concepts
[3]
https://cwiki.apache.org/confluence/display/SYNCOPE/Using+administration+console
[4]
https://cwiki.apache.org/confluence/display/SYNCOPE/Extending+Syncope
Thanks and Regards.
Nuwan Sameera. On Mon, May 2, 2016
at 7:03 AM, Nuwan Sameera <
[email protected]
<mailto:[email protected]>>
wrote: Hi,
All are done. Product build
correctly. Thank you very
much. Regards. Nuwan Sameera.
On Sun, May 1, 2016 at 12:12
PM, Francesco Chicchiriccò <
[email protected]
<mailto:[email protected]>>
wrote: Il 2016-05-01 08:34
Francesco Chicchiriccò ha
scritto:
Ok Nuwan,
we've already been
through this, let's
provide again a
bullet-proof,
easy to follow,
procedure (I'll assume
you're on Linux, given
the
paths below). Please
be careful to execute
all commands below
*from command
line*.
1. rm -rf
/home/nuwan/Projects/gsoc/syncope
2. cd
/home/nuwan/Projects
3. git clone
https://git-wip-us.apache.org/repos/asf/syncope.git #
this is the official
repo at the ASF OR git
clone
https://github.com/apache/syncope.git
# this is the
R/O
mirror as GitHub OR
git clone
https://github.com/NuwanSameera/syncope.git
# this
is
presumably your own
fork, but it is behind
upstream 4. cd syncope
5. # ONLY if you've
chosen to clone your
own fork, let's sync
up
with upstream, e.g.
git remote add upstream
https://github.com/NuwanSameera/syncope.git
Wrong: it should have been
git remote add upstream
https://github.com/apache/syncope.git
git fetch upstream git
rebase upstream/master
git push -f 6. # build
and install export
MAVEN_OPTS="-Xms512m
-Xmx1024m
-XX:PermSize=256m
-XX:MaxPermSize=512m"
mvn -PskipTests,all #
this builds and
installs everything,
skips all
tests 7. # in order to
have the Syncope core
up an running cd
fit/core-reference &&
mvn -Pdebug,all # in
order to have the
Syncope core and
console up and running
cd
fit/console-reference
&& mvn -Pdebug # in
order to have the
Syncope core, console
and enduser up
and
running cd
fit/enduser-reference
&& mvn -Pdebug I
hardly see how this
above could fail,
please report, in
case.
Regards. On 2016-05-01
03:49 Nuwan Sameera
wrote: Hi,
Thank you. I did
configurations as
http://syncope.apache.org/building.html .
But my problem
doesn't solved.
java version
"1.8.0_91" Apache
Maven 3.0.5 t I
build *master*
branch. *Error
Log:*[ERROR]
Failed to execute
goal
org.apache.maven.plugins:maven-antrun-plugin:1.8:run
(setupCSV_CLI) on
project
syncope-fit-core-reference:
An Ant
BuildException has
occured: Warning:
Could not find file
/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-classes/test.csv
to copy. [ERROR]
around Ant part
...<copy
file="/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-classes/test.csv"
todir="/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-csvdir"
overwrite="true"/>...
@ 4:196 in
/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/antrun/build-main.xml
*/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-classes/
*folder doesn't
exist. I take pull
and try to build.
Then it becomes
another error.
*Error Log:*
[ERROR] Failed to
execute goal
org.apache.rat:apache-rat-plugin:0.11:check
(rat-check) on
project
syncope-core: Too
many files with
unapproved
license: 1 See RAT
report in:
/home/nuwan/Projects/gsoc/syncope/core/target/rat.txt
->
[Help 1]
I solved this *mvn
clean install
-Drat.skip=true*
Please give me
support to me
build syncope.
Thanks and Regards
Nuwan Sameera. On
Sat, Apr 30, 2016
at 6:51 AM,
Francesco
Chicchiriccò <
[email protected]
<mailto:[email protected]>
wrote:
On 30 april
2016 07:26:55
CEST, Nuwan
Sameera <
[email protected]
<mailto:[email protected]>
wrote:
Hi,
I cloned
syncope
repository
in github
and try to
build but.
But
build
failed
occurred.
*Error Log
:*[ERROR]
Failed to
execute
goal
org.apache.maven.plugins:maven-antrun-plugin:1.8:run
(setupCSV_CLI)
on project
syncope-fit-core-reference:
An Ant
BuildException
has
occured:
Warning:
Could not
find file
/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-classes/test.csv
to copy.
[ERROR]
around Ant
part ...<copy
file="/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-classes/test.csv"
todir="/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/test-csvdir"
overwrite="true"/>...
@ 4:196 in
/home/nuwan/Projects/gsoc/syncope/fit/core-reference/target/antrun/build-main.xml
Please
follow
instructions
at
http://syncope.apache.org/building.html
Regards.
-- Francesco Chicchiriccò Tirasa - Open Source
Excellence http://www.tirasa.net/ Involved at
The Apache Software Foundation: member,
Syncope PMC chair, Cocoon PMC, Olingo PMC, CXF
Committer, OpenJPA Committer
http://home.apache.org/~ilgrosso
<http://home.apache.org/%7Eilgrosso>/
-- Inviato dal mio cellulare Android con K-9 Mail.
-- Inviato dal mio cellulare Android con K-9 Mail.
--
Nuwan Sameera.
Undergraduate,
Electronic and Telecommunication Engineering,
University of Moratuwa.