Jan K. van Dalen
|
| Posted: 03/14/2008, 7:24 AM |
|
Hi Everyone,
Is there a way to tell CCS not to publish a specific page? I thought the
option was there but I can not find it.
Thanks.
|
|
|
 |
wkempees
|
| Posted: 03/15/2008, 6:02 AM |
|
AFAIK, not an option in the IDE.
Publishing of files setting in the Publishing part of Project properties,
i.e.:
- Project files
- All files with extensions
- All files excluding extensions
could cater for your request, but the way I read your post would be:
right click a page in project explorer and check checkbox do not publish.
Nice one for Wishes forum, as well as :
ToDo pages,
Comments,
Tasklist,
(Compare Eclipse)
Walter
|
|
|
 |
Suntower
Posts: 225
|
| Posted: 03/18/2008, 1:35 PM |
|
I would LOVE this! I often have custom lines in COMMON.ASP and I occasionally, accidentally overwrite it at the wrong site. 
---JC
Quote Jan K. van Dalen:
Hi Everyone,
Is there a way to tell CCS not to publish a specific page? I thought the
option was there but I can not find it.
Thanks.
_________________
---On a campaign for more examples and better docs! |
 |
 |
Stanj
Posts: 166
|
| Posted: 03/19/2008, 6:35 AM |
|
One of the many cool features of the original CodeCharge was the ability to include or exclude any pages from publishing by setting check boxes next to each page in the IDE. I would love such a feature in CCStudio but they are quite different animals, and the number of interdependent files is vastly increased over the old CodeCharge. For some simple forms, such as the Master-Slave type, the original was about the fastest way to get something up. CCS is overkill sometimes, with almost unlimited capabilities.
When I am working on just a single page, I do not publish at all unless Common files would nede to be updated due to changes on a page, instead I just FTP up the 3 files for the page. Work flow improves a lot when doing simple mods to a page over publishing the entire site.
_________________
Stan
St Petersburg Russia |
 |
 |
Jan K. van Dalen
|
| Posted: 03/19/2008, 9:38 PM |
|
I guess ... there is no way ... sucks :)
"wkempees" <kempe819@planet.nl> wrote in message
news:frgkt6$itf$1@news.codecharge.com...
> AFAIK, not an option in the IDE.
>
> Publishing of files setting in the Publishing part of Project properties,
> i.e.:
> - Project files
> - All files with extensions
> - All files excluding extensions
> could cater for your request, but the way I read your post would be:
> right click a page in project explorer and check checkbox do not publish.
>
> Nice one for Wishes forum, as well as :
> ToDo pages,
> Comments,
> Tasklist,
> (Compare Eclipse)
>
> Walter
>
|
|
|
 |
datadoit
|
| Posted: 03/20/2008, 5:51 AM |
|
Recognize that a Ctrl-F8 will publish only the page you're working on
and it's related template, NOT all of the associated files such as
Common, images, etc.etc.
|
|
|
 |
AQUANANU
Posts: 107
|
| Posted: 03/21/2008, 12:20 AM |
|
Quote
I would LOVE this! I often have custom lines in COMMON.ASP and I occasionally, accidentally overwrite it at the wrong site.
Unquote
Dear Suntower
if you have any custom code to be included in the common file, i suggest you make a seperate file(say usercommon) containing the custom code and add the include statement for this file in common.
Open the common file in ccs ide and in the white space add the include statement, DO NOT EDIT THE CODE IN GREY BACKGROUND as that is auto generated.
Even if the common file is published every time, you usercommon file will not be overwritten
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
|