The directory structure was mostly built based on my tools
at the time. I don't really like seperating some of that
stuff out, although meta-inf already contains the manifest.
Building source into classes in another directory via Make
is annoying. I imagine 'ant' makes it easier, but I've only
just recently gotten an ant build file. The problem is that
if I were to 'move' all the files into a 'src' directory, it
loses all the history. I'm pretty positive that's not going
to happen, because of that. I really don't want to lose my
change histories.
If I change the whole thing to be a package, that may
seperate the class files out some, but I don't know for sure.
I can understand the images, and that might happen, but
again I hate losing the change history. For the images it's
not as bad, though.
-- Cyberfox
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings,
Just like another feature request, one of the problems with
this is that subdirectories require moving my files around.
Moving files around is very much NOT supported by cvs, so
my source history would go kaput.
Ick... I need to come up with a way to solve that, somehow.
Perhaps a completely new branch, starting from scratch,
when I make the first post-1.0 version, or something like that.
-- Morgan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=19745
The directory structure was mostly built based on my tools
at the time. I don't really like seperating some of that
stuff out, although meta-inf already contains the manifest.
Building source into classes in another directory via Make
is annoying. I imagine 'ant' makes it easier, but I've only
just recently gotten an ant build file. The problem is that
if I were to 'move' all the files into a 'src' directory, it
loses all the history. I'm pretty positive that's not going
to happen, because of that. I really don't want to lose my
change histories.
If I change the whole thing to be a package, that may
seperate the class files out some, but I don't know for sure.
I can understand the images, and that might happen, but
again I hate losing the change history. For the images it's
not as bad, though.
-- Cyberfox
Logged In: YES
user_id=19745
Greetings,
Just like another feature request, one of the problems with
this is that subdirectories require moving my files around.
Moving files around is very much NOT supported by cvs, so
my source history would go kaput.
Ick... I need to come up with a way to solve that, somehow.
Perhaps a completely new branch, starting from scratch,
when I make the first post-1.0 version, or something like that.
-- Morgan