| Issue 4: | Source is not parsed using Windows OS |
‹ Prev
4 of 4
|
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Set the Windows paths in the properties file
2. Run the build.exe
The output from the build.xml shows that the source code is not being parsed:-
parse.source:
versionSourcefile:
[echo] C
[replaceregexp] The following file is missing: 'C:\Users\Peter\Documents\e_workspaces\ws-java5\GameAI\C'
The prblem appears to be in the parse.source target - in the foreach tag the deliminator is set to ":" which is wrong for Windows you need ";"
What version of the product are you using? On what operating system?
Eclipse Helioes and Windows 7 Proffessional (64bit)
This was raise in the Processing Forum
http://forum.processing.org/topic/problems-using-the-library-template
Suggest that the properties file is used to set the deliminator depending on OS
Apr 2, 2011
Project Member
#1
soj...@gmail.com
Status:
Started
|