[NeXus-code-tickets] [NeXusCode] #97: Move jnexus source into ./src subdirectory.

NeXus Data Format Library and Applications noreply at nexusformat.org
Mon Nov 12 11:14:34 GMT 2007


#97: Move jnexus source into ./src subdirectory.
------------------------------+---------------------------------------------
  Reporter:  Stuart Campbell  |       Owner:  Stuart Campbell
      Type:  defect           |      Status:  new            
  Priority:  major            |   Milestone:                 
 Component:  bindings         |     Version:  trunk          
Resolution:                   |    Keywords:                 
------------------------------+---------------------------------------------
Old description:

> If we add an extra directory layer between the java and class folders,
> then it would enable any
> unit tests to be able to test package private methods (because the
> classes and tests would have the same package names).
>
> So we would end up with...
>
> src/
>  |_org/
>  |  |_nexusformat/
>  |     |...
>  |_nsca/
>     |_hdf/
>        |...
> test/
>  |_org/
>  |  |_nexusformat/
>  |     |...
>  |_nsca/
>     |_hdf/
>        |...
>
> ..etc...

New description:

 If we add an extra directory layer between the java and class folders,
 then it would enable any
 unit tests to be able to test package private methods (because the classes
 and tests would have the same package names).

 So we would end up with...

 src/[[BR]]
  |_org/[[BR]]
  |  |_nexusformat/[[BR]]
  |     |...[[BR]]
  |_nsca/[[BR]]
     |_hdf/[[BR]]
        |...[[BR]]
 test/[[BR]]
  |_org/[[BR]]
  |  |_nexusformat/[[BR]]
  |     |...[[BR]]
  |_nsca/[[BR]]
     |_hdf/[[BR]]
        |...[[BR]]

 ..etc...

-- 
Ticket URL: <http://trac.nexusformat.org/code/ticket/97#comment:1>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list