A
|
alang 9/3/2009 |
The build process generates files in the "Output" directory by default. You can also set the output directory on the "Output" tab - last one in PHPR. |
N
|
nico282 author 9/4/2009 |
The build process generates files in the "Output" directory by default. You can also set the output directory on the "Output" tab - last one in PHPR.
|
A
|
alang 9/7/2009 |
I don't believe the source folder works the way you may be expecting with your own files. See http://www.asprunner.com/forums/index.php?/topic/11244-best-practice-on-modifying-generated-output/pagehltemplatesfromsearch1 for further ideas. |
![]() |
Sergey Kornilov admin 9/7/2009 |
PHPRunner manual is often a good place to start: |
N
|
nico282 author 9/8/2009 |
PHPRunner manual is often a good place to start: http://www.xlinesoft.com/phprunner/docs/files.txt.htm
|
N
|
nico282 author 9/8/2009 |
I don't believe the source folder works the way you may be expecting with your own files. See http://www.asprunner.com/forums/index.php?/topic/11244-best-practice-on-modifying-generated-output/pagehltemplatesfromsearch1 for further ideas.
|
![]() |
Sergey Kornilov admin 9/8/2009 |
I'm afraid you are misreading. It doesn't say anything about Program files directory. Each business template (Cars, Vacations, Paypal etc) has its own 'files.txt' which overrides the rules defined in the main file. If you add your own files to the template, it's necessary for you to add a new line to the 'files.txt' file that defines how new file should be processed.
|
A
|
alang 9/8/2009 |
In my experience, if you put a file with the same name of an existing file, the phprunner generated file will be overwritten by the new file at the end of the build process. It's a great feature to override some of the default files for only one project. My concernig is that sometimes the "overwriting" beaviour doesn't work. That's why I'm asking what the correct behaviour should be.
|