Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Tycho-packaging-plugin ignoring <additionalFileSets> during feature build?
Tycho-packaging-plugin ignoring <additionalFileSets> during feature build? [message #1815069] Wed, 25 September 2019 07:13 Go to next message
Simon BBBBBBB is currently offline Simon BBBBBBBFriend
Messages: 63
Registered: March 2015
Member
Hello,

i am trying to add files to my feature with the additionalFileSets setting from the tycho-packaging-plugin but it doesent work. What am i doing wrong?

Here are the relevant parts of my pom:

<packaging>eclipse-feature</packaging>

<build>
		<plugins>
			<plugin>
				<groupId>org.eclipse.tycho</groupId>
				<artifactId>tycho-packaging-plugin</artifactId>
				<version>${plugin.version.tycho}</version>
						<configuration>
							<additionalFileSets>
								<fileSet>
									<directory>${basedir}/o/</directory>
									<includes>
											<include>test.txt</include> 
									</includes>
								</fileSet>
							</additionalFileSets>
						</configuration>
			</plugin>
		</plugins>
	</build>


Thx for your time.

Edit: I am using tycho 1.4.0

[Updated on: Wed, 25 September 2019 07:15]

Report message to a moderator

Re: Tycho-packaging-plugin ignoring <additionalFileSets> during feature build? [message #1815155 is a reply to message #1815069] Thu, 26 September 2019 09:57 Go to previous message
Simon BBBBBBB is currently offline Simon BBBBBBBFriend
Messages: 63
Registered: March 2015
Member
push
Previous Topic:Unpacked Jars are still kept as Jars after being unpacked
Next Topic:In Built XML/SCXML editor for RCP application?
Goto Forum:
  


Current Time: Thu Apr 18 20:10:30 GMT 2024

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

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

Back to the top