On 10/19/10 4:50 PM, Matt Tennant wrote:
> Hi all,
> 
>  
> 
> I feel like this is a stupid question, but I cannot find the answer in the
> Felix download area (http://felix.apache.org/site/downloads.cgi).  I was
> trying to obtain the exact Jetty code used in both:
> 
> .         org.apache.felix.http.bundle-2.0.4.jar
> 
> .         org.apache.felix.http.jetty-1.0.0.jar
> 
>  
> 
> I downloaded the source tar.gz for each (the latter coming from archive).
> What I found is source for far less than is in the bundle jar.  For
> example, within 2.0.4 I found the following java files only:
> 
> ./src/main/java/org/apache/felix/http/jetty/internal/JettyService.java
> 
> ./src/main/java/org/apache/felix/http/jetty/internal/JettyConfig.java
> 
> ./src/main/java/org/apache/felix/http/jetty/internal/JettyActivator.java
> 
> ./src/main/java/org/apache/felix/http/jetty/internal/JettyLogger.java
> 
>  
> 
> Within the 2.0.4 bundle, there are over 400 .class files.  I am obviously
> missing something about what the meaning of the source download is.  Can
> somebody illuminate me?
The source download allows you to build the bundle. Part of the building
of these bundles in the inclusion of class files (and other resources
IIRC) from Jetty.

> 
>  
> 
> Alternatively, I could download the source from Jetty's site directly.  To
> do that, I just need to know what exact Jetty version corresponds to the
> Felix Jetty bundle version 1.0.0 and 2.0.4.  If anybody knows that or how
> I can get that, thanks.  I don't see any mention of a separate Jetty
> version within the bundle manifest.
You should be able to see this in the pom.xml file. For example, in
2.0.4 (see
http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http-2.0.4/jetty/pom.xml),
it is 6.1.21.

HTH,

Justin

> 
>  
> 
> Thanks,
> 
> Matt
> 
>  
> 
> PS For the curious, this is a follow-up to my previous thread about Jetty,
> which I will respond to now for closure.
> 
>  
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to