Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Null HttpChannel.getCurrentHttpChannel() in ServletHandler.doFilter()

Simone,

Thanks for taking a look at this - I've updated the README for the project with a "How to build" section, and also tweaked the pom.xml file, so please download a fresh version of the repo. I used gradle 1.10 for building, I imagine 1.7 would work too, but I haven't tested (I included this detail in the added section to the README). Following these steps on a fresh Ubuntu install (virtualbox) I was able to get it running, please let me know if you encounter any issues.

Thanks.

  --Matt

On Thu, Oct 23, 2014 at 5:27 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Thu, Oct 9, 2014 at 9:57 PM, Matt Deimel <mdeimel@xxxxxxxxx> wrote:
> Joakim - I've added everything to a github repo here:
> https://github.com/mdeimel/sitemesh3-jetty-async
>
> The README should have everything needed, but if there are any questions on
> it let me know. Thanks!

I'd like to look into this, but I cannot build your project.
I am using gradle 1.7 (as seems 2.1 won't build), and after that I
can't run the Maven Jetty Plugin because:

Could not resolve dependencies for project
com.example:sitemesh3-jetty-async:war:sitemesh3-jetty-async-0.1-SNAPSHOT:
Could not find artifact
org.sitemesh:sitemesh:jar:3.0.1-campus-01-SNAPSHOT in
sonatype-nexus-snapshots

Please make sure that the project is buildable from an empty local
repository and that the dependencies can be resolved, or add
additional instruction on how to build missing dependencies.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top