- adding ignore file

- removing velocity.log
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2001-09-18 16:31:51 +00:00
parent 7fb01d68ac
commit 412a00a07d
3 changed files with 56 additions and 57 deletions

3
.cvsignore Normal file
View File

@ -0,0 +1,3 @@
bin
*~
velocity.log

53
LICENSE Normal file
View File

@ -0,0 +1,53 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment:
* "This product includes software developed by the
* Apache Software Foundation (http://www.apache.org/)."
* Alternately, this acknowledgment may appear in the software itself,
* if and wherever such third-party acknowledgments normally appear.
*
* 4. The names "Apache" and "Apache Software Foundation" and
* "Apache Lucene" must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact apache@apache.org.
*
* 5. Products derived from this software may not be called "Apache",
* "Apache Lucene", nor may "Apache" appear in their name, without
* prior written permission of the Apache Software Foundation.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
*/

View File

@ -1,57 +0,0 @@
Tue Sep 11 16:23:09 EDT 2001 [debug] AvalonLogSystem initialized using logfile D:\jakarta\CVS\jakarta-lucene\velocity.log
Tue Sep 11 16:23:09 EDT 2001 [info] RuntimeInstance v1.2x initializing : org.apache.velocity.runtime.RuntimeInstance@63b895
Tue Sep 11 16:23:09 EDT 2001 [info] Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
Tue Sep 11 16:23:09 EDT 2001 [info] Resource manager initializing.
Tue Sep 11 16:23:09 EDT 2001 [info] Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
Tue Sep 11 16:23:09 EDT 2001 [info] FileResourceLoader : initialization starting.
Tue Sep 11 16:23:09 EDT 2001 [info] FileResourceLoader : adding path 'D:\jakarta\CVS\jakarta-site2\xdocs\stylesheets'
Tue Sep 11 16:23:09 EDT 2001 [info] FileResourceLoader : initialization complete.
Tue Sep 11 16:23:09 EDT 2001 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Literal
Tue Sep 11 16:23:09 EDT 2001 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Macro
Tue Sep 11 16:23:09 EDT 2001 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Parse
Tue Sep 11 16:23:09 EDT 2001 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Include
Tue Sep 11 16:23:09 EDT 2001 [info] Loaded Pluggable Directive: org.apache.velocity.runtime.directive.Foreach
Tue Sep 11 16:23:10 EDT 2001 [info] Created: 20 parsers.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : initialization starting.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : adding VMs from VM library template : VM_global_library.vm
Tue Sep 11 16:23:10 EDT 2001 [error] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : VM library template macro registration complete.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : allowInline = true : VMs can be defined inline in templates
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : messages on : VM system will output logging messages
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : autoload off : VM system will not automatically reload global library macros
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : initialization complete.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocity successfully started.
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #table( table ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #tr( tr ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #td( value ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #th( value ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #projectanchor( name value ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #metaauthor( author email ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #image( value ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #source( value ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #subsection( subsection ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #section( section ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #makeProject( ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #getProjectImage( ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [info] Velocimacro : added new VM : #document( ) : source = ./site.vsl
Tue Sep 11 16:23:10 EDT 2001 [error] VM #tr: error : too few arguments to macro. Wanted 1 got 0 -->
Tue Sep 11 16:23:10 EDT 2001 [error] VM #td: error : too few arguments to macro. Wanted 1 got 0 -->
Tue Sep 11 16:23:10 EDT 2001 [error] VM #th: error : too few arguments to macro. Wanted 1 got 0 -->
Tue Sep 11 16:23:11 EDT 2001 [info] ResourceManager : found ./site.vsl with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : table : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : tr : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : td : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : th : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : projectanchor : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : metaauthor : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : image : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : source : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : subsection : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : section : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : makeProject : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : getProjectImage : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [warn] Velocimacro : VM addition rejected : document : inline not allowed to replace existing VM
Tue Sep 11 16:23:11 EDT 2001 [info] ResourceManager : found ./site.vsl with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader