Hide Forgot
Complexity: Low project_key: SOA The platform doesn't currently build on Windows.
Link: Added: This issue related SOA-462
drools build fixed in revision 1111 of builders/drools/build.xml
The EAP build failed because we added a windows path to: ${soa_esb_components_dir}/deployment.properties-example For example: org.jboss.esb.server.home=C:\temp\soa-4.2.0\... The ESB build later loaded ant properties from this file, but ant reads the '\' and escapes the following character, so we get a corrupt path. This is fixed in revision 1141 of build-tools/builders/eap/build.xml: Convert directory separators in the path from '\' to '/', as the file that we save the path to is later loaded by an ant property file=... task.
SOA-P sucessfully built on windows.