Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Packaging into WEB-INF/classes bug

tycho 0.15.0?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374794 

-----Original Message-----
From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-bounces@xxxxxxxxxxx] On Behalf Of Matthew Painter
Sent: Donnerstag, 28. Juni 2012 16:22
To: tycho-dev@xxxxxxxxxxx
Subject: [tycho-dev] Packaging into WEB-INF/classes bug

Hi all,

I think I have found a bug but want to check it's not a misconfiguration :)

I can not package into WEB-INF/classes and include WEB-INF/web.xml:
tycho will only either package WEB-INF/classes, OR include
WEB-INF/web.xml:

no .class files, but web.xml:

source.WEB-INF/classes/ = src/
output.WEB-INF/classes/ = target/classes
bin.includes = META-INF/,    \
               WEB-INF/classes/,
               assets/,
               WEB-INF/web.xml



.class files (no web.xml):

source.WEB-INF/classes/ = src/
output.WEB-INF/classes/ = target/classes
bin.includes = META-INF/,    \
               WEB-INF/classes/,
               assets/


Can anyone shed any light on this

Thanks!

Matt
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev

Back to the top