Saturday, October 10, 2009, 1:24:16 AM, Daniel Dekany wrote:
> Veeery exciting topic, I know, but fellow admins, listen...
>
> I just noticed that we have src/freemarker and src/manual. Problem is,
> src is used as the root Java package, so it's like we have a
> freemarker and a *manual* packages, which is not the intent. This is
> because I screwed the thing when I added the "manual"... maybe I
> believed that src/freemarker is the slightly misnamed main artifact
> source directory.
Now I see the same mistake was done (by someone else) in 2.4 with the
.freecc file: it's in src/parser, on the same level as src/freemareker
(and src/manual). That should be src/main/freecc, right?
> And I think that's how it indeed should be. So,
> following standard Maven layout, src/freemarker would become to
> src/main/java/freemarker plus src/main/resources/freemarker plus
> src/test/java/freemarker plus src/test/resources/freemarker, and
> src/manual remains as is. Or, I could use my own "standard", which is
> almost like Maven's, but I unite java and resources into
> src/main/java-and-resources/ and src/test/java-and-resources/ (because
> I think keeping all class-loader-accessible stuff together is more
> practical, while Maven guys will still recognize what they are looking
> at).
There is actually an even more simplified version, where if I'm sure
there will be only java-and-resources in the artifact source
directory, I just use the artifact source directory directly as the
"java-and-resources" directory. That's how it is in docgen... although
I don't agree with myself in doing so, some my find that less
overcomplicated.
> Opinions?
--
Best regards,
Daniel Dekany
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
FreeMarker-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/freemarker-devel