JBoss Community

Design of AS7 multi-JSF feature

new comment by Bruno Lam View all comments on this document

Hi,

 

j've just try with the last jboss-jsf-installer-master, but i cannot build properly the cli file :

$ mvn -Djsf-version=2.1.12 -Pmyfaces clean assembly:single

[INFO] Scanning for projects...

[INFO]                                                                        

[INFO] ------------------------------------------------------------------------

[INFO] Building jsf-installer 8.0.0.Alpha2-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO]

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jsf-installer ---

[INFO] Deleting C:\Users\lamoureb\Projets\autre\server\jboss-jsf-installer-master\target

[INFO]

[INFO] --- maven-assembly-plugin:2.3:single (default-cli) @ jsf-installer ---

[INFO] Reading assembly descriptor: src/main/assembly/src.xml

[WARNING] Cannot include project artifact: org.jboss.as:jsf-installer:jar:8.0.0.Alpha2-SNAPSHOT; it doesn't have an associated file or directory.

[INFO] Building zip: C:\Users\lamoureb\Projets\autre\server\jboss-jsf-installer-master\target\install-myfaces-2.1.12.zip

 

And so this CLI is not deployed on jboss EAP 6.1.0.Final:

[standalone@localhost:9999 /] /subsystem=jsf/:list-active-jsf-impls

{

    "outcome" => "success",

    "result" => [

        "main",

        "1.2"

    ]

}

 

tia,

Bruno