[ 
https://issues.apache.org/jira/browse/SYNCOPE-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Massimiliano Perrone updated SYNCOPE-206:
-----------------------------------------

    Attachment: issueSYNCOPE206.patch

Hi guys, this is my incomplete patch to solve this issue. 

I used maven-antrun-plugin to create standalone directory containing: 
*) Tomcat
*) Syncope Core
*) Syncope Console
*) Syncope Build Tools
*) Libraries

and maven-assembly-plugin to create final zip file.

Now I have two questions:

1) What can I do to execute my ant task at the end of all other modules?
Now I execute mvn clean verify before and then mvn install otherwise I obtain:
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.7:run (Standalone Version) on 
project syncope: An Ant BuildException has occured: 
/home/massi/Lavoro/apache/trunk/core/target/syncope-core-test does not exist.
[ERROR] around Ant part ...<copy 
todir="target/standalone/apache-tomcat-7.0.32/webapps/syncope">... @ 6:72 in 
/home/massi/Lavoro/apache/trunk/target/antrun/build-main.xml

2) What can I do to create (with antrun plugin or assembly plugin) a 
"setenv.sh" file into tomcat directory, with memory extensions, otherwise I 
have a PermGen error. 

Can anyone help me?

Massimiliano
                
> Create standalone distribution
> ------------------------------
>
>                 Key: SYNCOPE-206
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-206
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>             Fix For: 1.1.0-incubating
>
>         Attachments: issueSYNCOPE206.patch
>
>
> This task is to create a Tomcat based standalone distribution by packing the 
> cargo configuration currently used for the console's dev profile. See this 
> discussion thread for more information:
> http://syncope-user.1051894.n5.nabble.com/DISCUSS-Create-Apache-Syncope-distribution-td5706676.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to