Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] "a zip file cannot include itself"

I was talking about bin.includes, not output.*

output.. = target/classes

is perfectly fine.

The recursion can happen happen if the jar/zip itself (being packaged in the target/ folder) is included in bin.includes.

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Benson Margulies
Sent: Dienstag, 17. Mai 2011 23:11
To: Tycho user list
Subject: Re: [tycho-user] "a zip file cannot include itself"

Jan,

I have lots of build.properties that have lines like:

output.. = target/classes

If that's not a good idea, what do I replace it with?

--benson


On Mon, May 16, 2011 at 4:04 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
> this typically happens if you have a bin.includes entry in build.properties which includes the target/ folder.
> This will cause a recursion during packaging.
>
> Regards,
> Jan
>
>
> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Benson Margulies
> Sent: Sonntag, 15. Mai 2011 19:38
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] "a zip file cannot include itself"
>
> I'm really getting frustrated by the following. is there something I
> can fix in my pom to stop having to run clean every time to avoid
> this?
>
> ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-packaging-plugin:0.12.0:package-feature
> (default-package-feature) on project
> com.basistech.m2e.code.quality.site: Error creating feature package: A
> zip file cannot include itself -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :com.basistech.m2e.code.quality.site
> /Users/benson/m2e/m2e-code-quality
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top