search for: properites

Displaying 18 results from an estimated 18 matches for "properites".

2006 Jan 08
6
J2EE equivalent
Gang- 1. Is there anything in Ruby that handles the .properites files similar to the J2EE application servers. Or do I need to define all of the properties as constants? 2. Is there anyway I can load some of my classes (such as singletons) during the startup? I am looking for the startup classes that J2EE containers provide. Thanks -- Posted via http:/...
2004 Aug 20
3
3.0.6 & "string overflow by 1"
I updated one of my file servers to 3.0.6, and while file serving is improved (no M$-Office file already open messages), every time I access a printer my logs flood with messages like to those below. It seems I can set printer properites, etc... but when I print the jobs seem to go to never-never land (still researching where the jobs go). [2004/08/20 08:46:27, 0] lib/util_str.c:safe_strcpy_fn(600) ERROR: string overflow by 1 (32 - 31) in safe_strcpy [\\192.168.1.12\HP Business Inkjet 2250 PS] [2004/08/20 08:46:27, 0] lib/util_...
2009 Jan 02
1
Windows Domain Member NTFS Permissions
...sers, groups, etc. On a member workstation (or server) running Windows (XP, 2003, 2000), I can assign users and/or groups permissions to files and folders. However, users are not granted access to the files and folders. On XP and 2003, if I use the Effective Permissions tool (right-click folder, Properites, Security tab, Advanced, Effective Permissions tab, Select the user, click Ok), the effective permissions shows "Windows cannot calculate the effective permissions for TestUser3. The Samba DC is over a WAN connection. The users are behind a NAT firewall, but we can join machines to the do...
2012 Feb 11
10
Question about reusing classes/modules
...app, so 40 files. The config file is basically key=value pairs. Here''s a simple example of what each file may look like: site=LA env=Dev app=App1 masterServer=host1 clientServer1=host2 clientServer2=host3 Even more interesting, the the config files have the naming structure app_site_env.properites. So lots of the same, over and over again, just different values. Let''s say the machine managing these files is called node configbox My first idea was to create an erb of that config file, use parameterized classes and variables to fill in the blanks, some if/ else logic and the populat...
2002 Jun 25
0
SMBFS Problems: smb_proc_readdir_long: name=, result= -2, rcls=1, err=123
...xample: No filler files: ls -l - Returns no files Filler file at top of the directory structure (00_SAMBA) ls -l - Returns directories 0-D and N-Z Filler files the top of directory structure and where D's stoped (00_SAMBA and DRB_SAMBA) ls -l - Returns all directories. Verified by comparing properites of directory under windows and doing a 'ls -d * | wc -l' under the SMB Mount. Thanks!! -----Original Message----- From: Gene Yee [mailto:gyee@sgi.com] Sent: Tuesday, June 25, 2002 10:24 AM To: samba@lists.samba.org Subject: [Samba] SMBFS Problems: smb_proc_readdir_long: name=, result=-2,...
2004 Sep 06
0
3.0.6 & "string overflow by 1" revisited
Gerald Carter wrote: >| every time I access a printer my logs flood with messages >| like to those below. It seems I can set printer >| properites, etc... but when I print the jobs seem to go >| to never-never land (still researching where the jobs go). >| >| [2004/08/20 08:46:27, 0] lib/util_str.c:safe_strcpy_fn(600) >| ERROR: string overflow by 1 (32 - 31) in safe_strcpy >| [\\192.168.1.12\HP Business Inkjet 2250 PS] &gt...
2020 Mar 26
12
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Mar 26
4
Upgrading LLVM's minimum required CMake version
...ibraries() can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions >> * COMPILE_OPTIONS source file property added >> * INCLUDE_DIRECTORIES source file property added >> * Interface libraries support custom properites >> >> CMake 3.12 (released July 17th 2018): >> * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) >> * cmake_minimum_required() supports a version range to indicate tested CMake versions and se...
2006 Jan 26
8
switching to edge rails
Hi, I want to start using has_many :through. I think that eventually I''ll be removing all uses has_and_belongs_to_many from my project. Here is my situation I''m using SVN I want to use edge rails Reading the wiki about switching to edge rails[1], I can''t figure out which combination of subsections I must perform. Do I want edge rails to reside in the vendor
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Mar 26
2
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...ibraries() can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions >> * COMPILE_OPTIONS source file property added >> * INCLUDE_DIRECTORIES source file property added >> * Interface libraries support custom properites >> >> CMake 3.12 (released July 17th 2018): >> * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) >> * cmake_minimum_required() supports a version range to indicate tested CMake versions and s...
2020 Apr 04
3
Upgrading LLVM's minimum required CMake version
...ponding INTERFACE_* > properties on imported targets > * COMPILE_DEFINITIONS supports generator expressions > * COMPILE_OPTIONS source file property added > * INCLUDE_DIRECTORIES source file property added > * Interface libraries support custom properites > > CMake 3.12 (released July 17th 2018): > * add_compile_definitions() added to add compile definitions > for targets (to avoid the global pollution caused by > add_definitions()) > * cmake_minimum_required() supports a version range to &gt...
2020 Apr 06
5
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Apr 07
2
Upgrading LLVM's minimum required CMake version
...target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file property added * INCLUDE_DIRECTORIES source file property added * Interface libraries support custom properites CMake 3.12 (released July 17th 2018): * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies accordingly * file(TOUCH...
2020 Apr 07
3
Upgrading LLVM's minimum required CMake version
...) >> can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions >> * COMPILE_OPTIONS source file property added >> * INCLUDE_DIRECTORIES source file property added >> * Interface libraries support custom properites >> >> CMake 3.12 (released July 17th 2018): >> * add_compile_definitions() added to add compile definitions for targets >> (to avoid the global pollution caused by add_definitions()) >> * cmake_minimum_required() supports a version range to indicate tested >> CMa...
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...nd target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets > * COMPILE_DEFINITIONS supports generator expressions > * COMPILE_OPTIONS source file property added > * INCLUDE_DIRECTORIES source file property added > * Interface libraries support custom properites > > CMake 3.12 (released July 17th 2018): > * add_compile_definitions() added to add compile definitions for targets (to avoid the global pollution caused by add_definitions()) > * cmake_minimum_required() supports a version range to indicate tested CMake versions and set policies acco...