IMO flatfile should be removed from the repo until the IP Clearance
process has been completed. The commit says the grant has been
recorded (I haven't verified that) - but that is just part of the
process and not sufficient on its own. You need to complete the IP
Clearance form and then submit it for approval to [EMAIL PROTECTED]
AIUI thats usually a 72hr lazy consensus type process.

http://svn.apache.org/repos/asf/incubator/public/trunk/site-author/ip-clearance/commons-flatfile.xml

Heres a recent example:

http://markmail.org/message/p7ggxn2abw64gu75

Niall

On Thu, Sep 4, 2008 at 5:39 PM,  <[EMAIL PROTECTED]> wrote:
> Author: mbenson
> Date: Thu Sep  4 09:39:28 2008
> New Revision: 692147
>
> URL: http://svn.apache.org/viewvc?rev=692147&view=rev
> Log:
> initial add of flatfile contribution [grant recorded]
>
> Added:
>    commons/sandbox/flatfile/trunk/doc/
>    commons/sandbox/flatfile/trunk/doc/userguide.html   (with props)
>    commons/sandbox/flatfile/trunk/src/
>    commons/sandbox/flatfile/trunk/src/grammar/
>    commons/sandbox/flatfile/trunk/src/grammar/EntityParser.g
>    commons/sandbox/flatfile/trunk/src/grammar/EntityTreeParser.g
>    commons/sandbox/flatfile/trunk/src/java/
>    commons/sandbox/flatfile/trunk/src/java/com/
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/DynamicField.java   
> (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/Entity.java   
> (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntityArray.java 
>   (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntityCollection.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntityCollectionSupport.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntityFactory.java  
>  (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntityMap.java   
> (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/EntitySupport.java  
>  (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/Field.java   
> (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/FieldOption.java 
>   (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/FieldSupport.java   
> (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/ImmutableEntity.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/IndexedEntityCollection.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/InputFilteringDynamicField.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/NamedEntityCollection.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/PadJustifyFieldSupport.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/ConstantEntityNameStrategy.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/DefaultEntityNameStrategy.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/EntityDefinition.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/EntityNameStrategy.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/dsl/ParserEntityFactory.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/entityfactory/
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/entityfactory/CloningEntityFactory.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/entityfactory/CompositeEntityFactory.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/BaseEntityCollectionReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/ByteArrayToEntityCopier.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/ContainerToIndexedEntityCollectionCopier.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/EntityCollectionReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/EntityInstantiatingReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/EntityToByteArrayConverter.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/FieldOptionConstantConverter.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/IndexedEntityCollectionInstantiatingReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/IndexedEntityCollectionReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/NamedEntityCollectionReflector.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/TextToByteConverter.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/morph/TextToEntityCopier.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/ApplyOptions.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/BasicFilterFactory.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/ConcatenatedInputStream.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/EmptyArray.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/FilterFactory.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/RepeatingInputStream.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/java/com/pgac/flatfile/util/ThresholdingInputStream.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/test/
>    commons/sandbox/flatfile/trunk/src/test/com/
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/BasicFunctionalityTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/DefaultOptionsTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/DelimiterTest.java  
>  (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/DynamicFieldTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/EntityArrayLifecycleTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/EntityParserTestBase.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/FieldOptionsTest.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/FillerTest.java  
>  (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/ImmutableTest.java  
>  (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/LengthCheckTest.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/RunParser.java   
> (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/TypesTest.java   
> (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/ValuesTest.java  
>  (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/basic.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/Bar.java 
>   (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/BasicConversionTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/ConversionTestBase.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/Foo.java 
>   (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/NestedConversionTest.java
>    (with props)
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/basic.test
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/conversion/nested.test
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/defaultOptions.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/delimiter.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/dynamicField.test
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/entityarraylifecycle.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/fieldOptions.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/filler.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/immutable.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/lengthcheck1.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/lengthcheck2.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/morph/
>    
> commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/morph/TextToByteConverterTest.java
>    (with props)
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/types.test
>    commons/sandbox/flatfile/trunk/src/test/com/pgac/flatfile/values.test

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to