Bug 777934 (SOA-463)

Summary: Does not build on Windows
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Julian Coleman <jcoleman>
Component: Build ProcessAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 4.2 GA   
Target Milestone: ---   
Target Release: 4.2 CP01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-463
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Windows
Last Closed: 2008-03-31 12:51:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Julian Coleman 2008-03-10 13:52:38 UTC
Complexity: Low
project_key: SOA

The platform doesn't currently build on Windows.

Comment 1 Julian Coleman 2008-03-10 13:57:51 UTC
Link: Added: This issue related SOA-462


Comment 2 Julian Coleman 2008-03-18 15:09:39 UTC
drools build fixed in revision 1111 of builders/drools/build.xml

Comment 3 Julian Coleman 2008-03-28 12:23:03 UTC
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.


Comment 4 Julian Coleman 2008-03-31 12:50:55 UTC
SOA-P sucessfully built on windows.