When I add those lines and run the installer, I get extra output like so:
- Code: Select all
...
==== Build Cobra standard library
run: cobra.exe -bsl -kif Cobra.Lang\AssemblyAttrs.cobra -key-file:Cobra.Lang\Cobra.Lang.snk
: > > >
: use System.Reflection
: assembly
: has AssemblyVersion('0.8.0.1')
:
: namespace Cobra.Lang
: class CobraInfo
: get cobraPath as String is shared
: return r"C:\Documents and Settings\Chuck\My Documents\Projects\Cobra\Workspace-E\Source\cobra.exe"
: < < <
: Compilation succeeded
If you just glance at it, it does not stand out, but if you look more carefully, do you see a " : > > >" line?