Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Suppress the warning that there is no 'target/' directory?
Suppress the warning that there is no 'target/' directory? [message #1735415] Sat, 18 June 2016 22:27 Go to next message
Paul Roubekas is currently offline Paul RoubekasFriend
Messages: 207
Registered: March 2012
Location: Chattanooga, TN USA
Senior Member
Is there a way to suppress the warning that there is no 'target/' directory? I have configured my '.project' file to ignore the target directory. Using the following XML stanza in the '.project' file.

<filteredResources>
<filter>
<id>1396938000000</id>
<name></name>
<type>10</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
</matcher>
</filter>
</filteredResources>


index.php/fa/26209/0/

But I still get the warning.
  • Attachment: Snap1.png
    (Size: 29.21KB, Downloaded 557 times)


Oxygen 3a
Windows 10

[Updated on: Sat, 18 June 2016 22:27]

Report message to a moderator

Re: Suppress the warning that there is no 'target/' directory? [message #1735416 is a reply to message #1735415] Sat, 18 June 2016 22:38 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well the question is why is that in your build.properties?

By default a plugin has no entry out..

Tom

On 19.06.16 00:27, Paul Roubekas wrote:
> Is there a way to suppress the warning that there is no 'target/' directory? I have configured my '.project' file to ignore the target directory. Using the following XML stanza in the '.project' file.
>
> <filteredResources>
> <filter>
> <id>1396938000000</id>
> <name></name>
> <type>10</type>
> <matcher>
> <id>org.eclipse.ui.ide.multiFilter</id>
> <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
> </matcher>
> </filter>
> </filteredResources>
>
>
>
Re: Suppress the warning that there is no 'target/' directory? [message #1735417 is a reply to message #1735416] Sat, 18 June 2016 22:42 Go to previous messageGo to next message
Paul Roubekas is currently offline Paul RoubekasFriend
Messages: 207
Registered: March 2012
Location: Chattanooga, TN USA
Senior Member
Because I am using Tycho. 'target/' is the default for output.

Oxygen 3a
Windows 10
Re: Suppress the warning that there is no 'target/' directory? [message #1735468 is a reply to message #1735417] Mon, 20 June 2016 07:25 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Maven has target as output but tycho is using the build.properties. So
you don't need out..!

Tom

On 19.06.16 00:42, Paul Roubekas wrote:
> Because I am using Tycho. 'target/' is the default for output.
Previous Topic:How to add the fragment feature to update site
Next Topic:create custom export wizard
Goto Forum:
  


Current Time: Wed Apr 24 16:42:12 GMT 2024

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

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

Back to the top