Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] jetty-all aggregate and jetty-jaas

Jason,

while agreeing with Joakims suggestion, it may also be an oversight that jetty-jaas is no longer in jetty-all.   Please open a bugzilla and we'll investigate.

cheers


On 16 January 2015 at 10:46, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
jetty-all is for simple projects, the kind you can build / test entirely using the default java sdk command line tools.

with jetty 9, it is literally impossible to have everything in a big aggregate, as there are many conflicting components that would render that aggregate unable to run.  There are also parts of jetty 9 that require jars/classes to exist in the java bootclasspath (should you choose to use that component)

Use the artifacts from maven central, use a build tool (maven, ivy, gradle, grape, buildr, sbt, etc...)

Pick and choose the components that makes sense for your project.
If you want them in a big aggregate or uberjar of your own, at least you will have a more reliable setup.

Really, do this, your life as a developer will be far saner.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts

On Thu, Jan 15, 2015 at 4:31 PM, Jason Lemay <jason.lemay@xxxxxxxxxxxxx> wrote:
In the 8.x versions of Jetty, jaas support was part of the jetty-plus module, but in 9.x jaas was moved to its own maven module jetty-jaas.

The jetty-all use to include the jaas packages through the dependency on the jetty-plus module, but since the jaas stuff was moved it to its own module it is no longer included in the jetty-all aggregate for Jetty 9.x.

Was this a packaging decision or just an over sight?

_____________________________


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top