[
https://issues.apache.org/jira/browse/OODT-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020492#comment-14020492
]
Lewis John McGibbney commented on OODT-685:
-------------------------------------------
OK folks. This patch is pretty monumental so I am not proposing to push it as a
single commit.
I wan to do the following
* Change directory structures from
$FILEMGR_HOME/
└── src
├── main
│ ├── assembly
│ ├── bin
│ ├── java
│ ├── php
│ ├── python
│ └── resources // currently contains resources used for testing!!!
├── site
├── test
│ └── org // Java code
└── testdata // data and resources for testing
$FILEMGR_HOME/
├── src
│ ├── main
│ │ ├── assembly
│ │ ├── bin
│ │ ├── java
│ │ ├── php
│ │ ├── python
│ │ └── resources // no test resources should be pulled from here
│ ├── site
│ └── test
│ ├── java //
│ └── org // Java code for tests in correct package structure
│ └── resources // instead all test data and resources should be pulled
from here (or more accurately /target/resources)
> Fix OODT 0.7-SNAPSHOT Jenkins nightly build on Ubuntu
> -----------------------------------------------------
>
> Key: OODT-685
> URL: https://issues.apache.org/jira/browse/OODT-685
> Project: OODT
> Issue Type: Improvement
> Components: build proces, file manager, push pull framework
> Affects Versions: 0.7
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Blocker
> Fix For: 0.7
>
>
> This is a long overdue issue and we need to stabalize the OODT trunk nightly
> build on *nix platforms.
> Now I have access to a workstation I'll be working on this one until it is
> sorted out.
--
This message was sent by Atlassian JIRA
(v6.2#6252)