Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Tycho » Missing root directory in created zip-file
Missing root directory in created zip-file [message #720352] Tue, 30 August 2011 12:40
Dominik Schadow is currently offline Dominik SchadowFriend
Messages: 15
Registered: July 2009
Junior Member
I'm using Tycho 0.12.0 to generate a RCP. The following pom parts take care of the product:

<packaging>eclipse-repository</packaging>
<build>
	<plugins>
		<plugin>
			<groupId>org.eclipse.tycho</groupId>
			<artifactId>tycho-p2-director-plugin</artifactId>
			<version>${tycho.version}</version>
			<executions>
				<execution>
					<id>materialize-products</id>
					<goals>
						<goal>materialize-products</goal>
					</goals>
				</execution>
				<execution>
					<id>archive-products</id>
					<goals>
						<goal>archive-products</goal>
					</goals>
				</execution>
			</executions>
		</plugin>
	</plugins>
</build>


The build works (almost) fine, but what is missing is the root directory in the zip-file (in case of the Eclipse IDE this would be the eclipse directory). With a manual export via the Eclipse product wizard this is specified in the upcoming dialog. How can I provide this information with Tycho?

Thanks, Dominik
Previous Topic:Eclipse Default Bundles/Plugin
Next Topic:Interactive SplashHandler
Goto Forum:
  


Current Time: Thu Apr 25 09:35:38 GMT 2024

Powered by FUDForum. Page generated in 0.03537 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top