Neither first or second solutions seems to work - tested on fresh JBoss 5.1 GA:
- install 3.2.2 and then 3.3.0:
the server.log is too long and completely full with errors
- use the src distribution instead of the bin:
seems that the script is looking after "default" configuration and sience I'm using "all" ...:
C:\jbossws-cxf-3.3.0.GA\src>ant deploy-jboss510
Buildfile: C:\Tools\jbossws-cxf-3.3.0.GA\src\build.xml
target-jboss510:
os-init:
mvn-settings:
[mkdir] Created dir: C:\jbossws-cxf-3.3.0.GA\src\target
[exec] [INFO] Scanning for projects...
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [WARNING] Overriding profile: 'jboss510' (source: pom) with new instance from source: profiles.xml
[exec] [INFO] Reactor build order:
[exec] [INFO] JBoss Web Services - Stack CXF
[exec] [INFO] JBoss Web Services - Endorsed factories
[exec] [INFO] JBoss Web Services - Stack CXF Runtime Client
[exec] [INFO] JBoss Web Services - Stack CXF Server
[exec] [INFO] JBoss Web Services - Stack CXF Management
[exec] [INFO] JBoss Web Services - Stack CXF Resources
[exec] [INFO] Searching repository for plugin with prefix: 'help'.
[exec] [INFO] org.apache.maven.plugins: checking for updates from jboss-nexus
[exec] [INFO] org.codehaus.mojo: checking for updates from jboss-nexus
[exec] [INFO] ------------------------------------------------------------------------
[exec] [INFO] Building JBoss Web Services - Stack CXF
[exec] [INFO] task-segment: [help:effective-settings] (aggregator-style)
[exec] [INFO] ------------------------------------------------------------------------
[exec]
[exec] [INFO] Effective-settings written to: C:\Tools\jbossws-cxf-3.3.0.GA\src\target\effective-settings.xml
[exec] [INFO] ------------------------------------------------------------------------
[exec] [INFO] BUILD SUCCESSFUL
[exec] [INFO] ------------------------------------------------------------------------
[exec] [INFO] Total time: 20 seconds
[exec] [INFO] Finished at: Tue Jun 01 14:43:32 CEST 2010
[exec] [INFO] Final Memory: 12M/30M
[exec] [INFO] ------------------------------------------------------------------------
[echo]
[echo] jboss501.home=${profiles.profile.properties.jboss501.home}
[echo] jboss510.home=/jboss-5.1-cxf
[echo] jboss600.home=${profiles.profile.properties.jboss600.home}
[echo] jboss601.home=${profiles.profile.properties.jboss601.home}
prepare:
init:
[echo] version.id=3.3.0.GA
[echo] integration.target=jboss510
undeploy-jboss510:
[loadfile] C:\jboss-5.1-cxf\server\default\deployers\jbossws.deployer\jbossws-deploy.conf doesn't exist
[loadfile] C:\jboss-5.1-cxf\server\default\deployers\jbossws.deployer\jbossws-server-deploy.conf doesn't exist
BUILD FAILED
C:\jbossws-cxf-3.3.0.GA\src\src\main\distro\build-deploy.xml:95: The following error occurred while executing this line:
C:\jbossws-cxf-3.3.0.GA\src\modules\resources\src\main\resources\resources\jbossws-deploy-macros.xml:362: Directory does not exist: C:
\jboss-5.1-cxf\server\default
Total time: 22 seconds
It would be great if somone from JBoss can provide a *working* installation script for this stack!