dir structure

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

dir structure

fschmidt
Administrator
This post was updated on .
Hugo, I tried to organize the dir structure of this project in a reasonable way.  Can you look at it and see if it makes sense?

https://code.google.com/p/luan-java/source/browse/#svn%2Ftrunk
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: dir structure

Hugo <Nabble>
The dir structure is simple and clean. It looks good.
Reply | Threaded
Open this post in threaded view
|

Re: dir structure

fschmidt
Administrator
thanks, closing
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: dir structure

fschmidt
Administrator
In reply to this post by Hugo <Nabble>
I am thinking of changing /dist which now includes jars to:

/dist/
        jars - includes current jars
        scripts - shell scripts and luan tools

So adding luan/dist/scripts to your path would give you access to all luan tools.  Some tools may be:

in scripts:
        luan - run luan using dist/jars
        luand - run luan using class files ("d" for development)
        build-luan - create jars in dist/jars
        mmake - build make files for java files
        mmake.luan

Does this make sense?
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: dir structure

Hugo <Nabble>
I think it makes sense, but I think most developers will ignore this folder. I don't see myself using these tools except in very special cases.
Reply | Threaded
Open this post in threaded view
|

Re: dir structure

fschmidt
Administrator
In reply to this post by fschmidt
done, closing thread
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture