You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Stefán F. Stefánsson" <st...@decode.is> on 2000/11/01 16:24:09 UTC

Source files not being copied into {jakarta.home}build/tomcat/src/

Hi... this is more of a pointer than a bug...

Isn't it true that in earlier releases of Tomcat 3.2 the source files
got copied to the src directory when you performed build?

This doesn't happen now when you run build...  it does however happen
when you run build dist...

Is this intentional or a slip?

Regards, Stefan.

--------------------------------------------
Stefan Freyr Stefansson
Software Developer
deCODE Genetics, Inc.

Phone: (+354) 570 2854
GSM:   (+354) 861 1718
Fax:   (+354) 491 3782
 <<Stefan Stefansson.vcf>> 

Re: Source files not being copied into {jakarta.home}build/tomcat/src/

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Stefán F. Stefánsson wrote:

> Hi... this is more of a pointer than a bug...
>
> Isn't it true that in earlier releases of Tomcat 3.2 the source files
> got copied to the src directory when you performed build?
>
> This doesn't happen now when you run build...  it does however happen
> when you run build dist...
>
> Is this intentional or a slip?
>

I would view this as intentional.

The idea of the default build target is simply to create a Tomcat that can be
executed.  As such, minimum turnaround time is important, and (since you're
doing a build) you already have access to the source code :-).

The "dist" target, on the other hand, is used to create a "distribution"
format, which (by convention) includes the source code.

>
> Regards, Stefan.
>

Craig McClanahan