Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Missing artifact org.eclipse.jetty:test-proxy-webapp:war:9.3.3.v20150827

You mention that its a known issue, raised in 2014.

But there's no issue with "test-proxy-webapp" found in bugzilla.
https://www.google.com/?gws_rd=ssl#q=%22test-proxy-webapp%22+site:bugs.eclipse.org

Also scanning the various mailing lists (archives at dev.eclipse.org), show no discussion/hits either (just some commit messages).
https://www.google.com/?gws_rd=ssl#q=%22test-proxy-webapp%22+site:dev.eclipse.org

Do you have links pointing to / showing these reports?


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Oct 29, 2015 at 6:30 AM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
$ tar -ztvf jetty-distribution-9.3.5.v20151012.tar.gz | grep -E "\.war"
-rw-r--r-- joakim/staff 858295 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/async-rest.war
-rw-r--r-- joakim/staff  60893 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-jaas.war
-rw-r--r-- joakim/staff  63245 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-jndi.war
-rw-r--r-- joakim/staff 478055 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-spec.war
-rw-r--r-- joakim/staff 908339 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/test.war
-rw-r--r-- joakim/staff 884955 2015-10-12 15:41 jetty-distribution-9.3.5.v20151012/demo-base/webapps/xref-proxy.war

$ unzip -l jetty-distribution-9.3.5.v20151012.zip | grep -E "\.war"
   858295  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/async-rest.war
    60893  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-jaas.war
    63245  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-jndi.war
   478055  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/test-spec.war
   908339  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/test.war
   884955  10-12-2015 15:41   jetty-distribution-9.3.5.v20151012/demo-base/webapps/xref-proxy.war

I see the xref-proxy.war in the distribution's tarball and zip.
Where are you seeing that specific error?


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Oct 29, 2015 at 6:09 AM, Manoj Neelapu మనోజ్ నీలాపు <mneelapu@xxxxxxxxx> wrote:
The war is missing when using the jetty-distribution for zip. Have seen in forums that this is know issue and raised some time in 2014. Is there any work around other than to download the distribution zip outside of maven dependency (curl,wget, other plugins)

Thanks
Manoj

_______________________________________________
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