1.

Why Do I Get En Exception When I Use Location="d:\\code\\include" As Attribute Of Includepath?

Answer»

See here.
You NEED to ESCAPE the string to "D:\\\\Code\\\\include" or use "D:/Code/include" instead!

BELIEVE me or not? Forward slash works on windows in all ant or java code. It also works in windows environment VARIABLES. It does not work in cmd (DOS) window before XP. It also works in XP dos window now!

See here.
You need to escape the string to "D:\\\\Code\\\\include" or use "D:/Code/include" instead!

Believe me or not? Forward slash works on windows in all ant or java code. It also works in windows environment variables. It does not work in cmd (dos) window before XP. It also works in XP dos window now!



Discussion

No Comment Found