Difference between revisions of "IDE Window: Publish Project Package"

From Lazarus wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 +
{{IDE Window: Publish Project Package}}
 +
 
Publishing a project/package means: create a copy of the project/package.
 
Publishing a project/package means: create a copy of the project/package.
  
= Destination Directoy =
+
== Destination Directoy ==
  
 
This directory will be created and/or cleaned.
 
This directory will be created and/or cleaned.
 
Default: $(TestDir)/publishedproject/
 
Default: $(TestDir)/publishedproject/
  
= Command After =
+
== Command After ==
  
 
After copying all files, run this command. For example compressing the directory into a tgz archive.
 
After copying all files, run this command. For example compressing the directory into a tgz archive.
  
= Files =
+
== Files ==
  
 
* Ignore binaries - do not copy binaries
 
* Ignore binaries - do not copy binaries
  
= Include filter =
+
== Include filter ==
  
 
* Use include filter - enable this filter. All files matching the filter will be copied. Otherwise all files be copied.
 
* Use include filter - enable this filter. All files matching the filter will be copied. Otherwise all files be copied.
 
* simple syntax and filter - see [[IDE_regular_expressions]]
 
* simple syntax and filter - see [[IDE_regular_expressions]]
  
= Exclude filter =
+
== Exclude filter ==
  
 
* Use exclude filter - enable this filter. All files matching this filter will not be copied. Otherwise all files be copied.
 
* Use exclude filter - enable this filter. All files matching this filter will not be copied. Otherwise all files be copied.
 
* simple syntax and filter - see [[IDE_regular_expressions]]
 
* simple syntax and filter - see [[IDE_regular_expressions]]
  
= Project information =
+
== Project information ==
  
 
* Save info of closed editor files - store information of all files to the .lpi, that were once opened in the editor.
 
* Save info of closed editor files - store information of all files to the .lpi, that were once opened in the editor.
 
* Save editor info of non project files - store information of all files to the .lpi, even those, that are not part of the project.
 
* Save editor info of non project files - store information of all files to the .lpi, even those, that are not part of the project.

Revision as of 23:15, 14 July 2006

Deutsch (de) English (en) français (fr)

Publishing a project/package means: create a copy of the project/package.

Destination Directoy

This directory will be created and/or cleaned. Default: $(TestDir)/publishedproject/

Command After

After copying all files, run this command. For example compressing the directory into a tgz archive.

Files

  • Ignore binaries - do not copy binaries

Include filter

  • Use include filter - enable this filter. All files matching the filter will be copied. Otherwise all files be copied.
  • simple syntax and filter - see IDE_regular_expressions

Exclude filter

  • Use exclude filter - enable this filter. All files matching this filter will not be copied. Otherwise all files be copied.
  • simple syntax and filter - see IDE_regular_expressions

Project information

  • Save info of closed editor files - store information of all files to the .lpi, that were once opened in the editor.
  • Save editor info of non project files - store information of all files to the .lpi, even those, that are not part of the project.