On 13/02/2013 21:51, Ömer Faruk Ak wrote:

I'm trying to start up Syncope in basic embedded mode.


Hi,
glad to see you're interested in Apache Syncope!

Find my replies below.

Firstly i download it from here:http://syncope.apache.org/downloads.html then install maven to my Ubuntu 12.04 from repo.


This step is not needed: downloading the sources from the link above is not required for generating a new project.

Then with maven 3 i build syncope with this settings

|mvn archetype:generate \
-DarchetypeGroupId=org.apache.syncope \
-DarchetypeArtifactId=syncope-archetype \
-DarchetypeRepository=http://repo1.maven.org/maven2  \
-DarchetypeVersion=1.0.5
|

from here: https://cwiki.apache.org/confluence/display/SYNCOPE/Create+a+new+Syncope+project then run this command:

|mvn clean package
|

Finally i want to try console demo and from this pagehttps://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+embedded+mode i used this command


Before running "mvn -P embedded" you must "Go under console", i.e.

cd console

then

|mvn -P embedded
|

it build project again and gives this warning:

|[WARNING] The requested profile "embedded" could not be activated because it 
does not exist.
|

How can i run this application?


Now you should be able to get to it.

Next upcoming release 1.1.0 will provide an easier standalone distribution for "test driving" Syncope.

Regards.

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Reply via email to