[EMAIL PROTECTED] wrote:
>
> > Well for one.. It breaks Alexandria... Turbine.java doesn't show up
> > within the javadoc generation because it expects a class.
>
> Ahahahahah...sorry, I had to laugh at this. If you look in the
> build-turbine.xml file, there is a solution to this issue and you probably
> should fix it in Alexandria instead since what I have done is legal...(...
> for a reason)...keep reading...
>
> <javadoc2 sourcepath="${build.src}"
> sourcefiles="${build.src}/Turbine.java"
Yes. I know. I am going to try a hack that does
sourcefiles="*.java"... or something.
> > >From the Java Language Specifcation: Chapter 7 (or p114 if you have the
> > book)
> >
> > "For small programs and casual development, a package can be unnamed or
> > have a simple name, but if the Java code is to be widely distributed,
> > unique package names should be chosen. This can prevent the conflicts
> > that would otherwise occur if two development groups happened to pick
> > the same package name and these packages were later to be used in a
> > single program."
> > - The Java Language Specification
> > ------
> > .. so there. Straight form the bible :)
>
> I won't state my opinions of bible's. ;-)
I mean this is why packages exist right. Let use them. Honestly if
another .java file poped up with no package we would -1 it in a second.
> > I mean are there any benefits for it not having a package? If so then
> > let's leave it. If not then let's move it to a package.
>
> I already stated the benefits...I will re-state them again...
>
> It makes it easier for users and ourselves supporting this project because
> we do not need to teach each and every user how to setup aliasing within
> their servlet engine. Unfortunately, this isn't something that is defined
> in the 2.0 spec in order to make it easy for users.
Nope. Not anymore. We require a initialization parameter! :) This
means they *have* to alias it! At least in JServ and Turbine.
Honestly a Servlet Engine will never really be user friendly. If they
alias it they will probably come up with another name anyway. Something
like say... oh... "jetspeed" or "turbine" ?
So any other reason. I am like -0.2 on this... not a full one yet :)
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Open Source Java!"
"For evil to win is for good men to do nothing."
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]