- Joined
- Feb 2, 2006
- Messages
- 1,629
I have the following map script:
I have replaced the JassHelper with 0.A.2.A for my campaign and I use JassParserCLI instead of pjass.
This is my jasshelper.conf:
The map is part of a custom campaign. When I save it, there is no error. However, there is no import of the code. I have checked "Enable JassHelper", "Enable vJass" and "Enable Debug Mode". Any ideas?
Code:
//! import "Import Dmdf.j"
//! import "Dornheim/Import.j"
I have replaced the JassHelper with 0.A.2.A for my campaign and I use JassParserCLI instead of pjass.
This is my jasshelper.conf:
Code:
[forcemethodevaluate]
[noimplicitthis]
[jasscompiler]
//this is to specify what compiler to use, normally pjass.exe,
// though you may also want to use JassParserCLI.exe ...
"JassParserCLI.exe"
// The next line specifies the jass syntax checker's arguments:
"--report-leaks --pjass $COMMONJ $BLIZZARDJ $WAR3MAPJ"
// i.e. You can change it to "$COMMONJ +rb $BLIZZARDJ -rb $WAR3MAPJ"
// in case of a recent PJass version ...
[lookupfolders]
// Just type the folders where //! import would look for if relative paths where used, include the final \
// embed them in quotes
// example: "c:\"
// The order causes priority:
".\jass\"
"C:\Users\Peter\Documents\Projekte\dmdf\src"
The map is part of a custom campaign. When I save it, there is no error. However, there is no import of the code. I have checked "Enable JassHelper", "Enable vJass" and "Enable Debug Mode". Any ideas?