[ 
https://issues.apache.org/jira/browse/OODT-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tyler Palsulich updated OODT-762:
---------------------------------
    Description: 
Most modules are structured like:
{code}
src
├── main
│   └── resources
│   └── java
│          └── org.apache.oodt...
├── test
│   └── org.apache.oodt...
└── testdata
{code}

These should all be converted to
{code}
src
├── main
│   └── resources
│   └── java
│          └── org.apache.oodt...
└── test
│   └── resources
│   └── java
│          └── org.apache.oodt...
{code}

For each module, we need to create the new directory, copy the files over, 
delete the old directory, fix any breaking test cases, and remove the pom.xml 
entry that copies over the testdata 
([example|https://github.com/apache/oodt/commit/260c2336916ca30bad5ac86fea2daeb961b95412#diff-8e2580784360438bde5927663eebb7b1L54]).

  was:
Most modules are structured like:
{code}
src
├── main
│   └── java
│          └── org.apache.oodt...
├── test
│   └── org.apache.oodt...
└── testdata
{code}

These should all be converted to
{code}
src
├── main
│   └── resources
│   └── java
│          └── org.apache.oodt...
└── test
│   └── resources
│   └── java
│          └── org.apache.oodt...
{code}

For each module, we need to create the new directory, copy the files over, 
delete the old directory, fix any breaking test cases, and remove the pom.xml 
entry that copies over the testdata 
([example|https://github.com/apache/oodt/commit/260c2336916ca30bad5ac86fea2daeb961b95412#diff-8e2580784360438bde5927663eebb7b1L54]).


> Migrate all test resources out of testdata directories
> ------------------------------------------------------
>
>                 Key: OODT-762
>                 URL: https://issues.apache.org/jira/browse/OODT-762
>             Project: OODT
>          Issue Type: Improvement
>          Components: build proces
>            Reporter: Tyler Palsulich
>            Assignee: Tyler Palsulich
>             Fix For: 0.9
>
>
> Most modules are structured like:
> {code}
> src
> ├── main
> │   └── resources
> │   └── java
> │          └── org.apache.oodt...
> ├── test
> │   └── org.apache.oodt...
> └── testdata
> {code}
> These should all be converted to
> {code}
> src
> ├── main
> │   └── resources
> │   └── java
> │          └── org.apache.oodt...
> └── test
> │   └── resources
> │   └── java
> │          └── org.apache.oodt...
> {code}
> For each module, we need to create the new directory, copy the files over, 
> delete the old directory, fix any breaking test cases, and remove the pom.xml 
> entry that copies over the testdata 
> ([example|https://github.com/apache/oodt/commit/260c2336916ca30bad5ac86fea2daeb961b95412#diff-8e2580784360438bde5927663eebb7b1L54]).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to