Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » source.patch.jar property
source.patch.jar property [message #538389] Mon, 07 June 2010 14:20 Go to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi all,
when I add a *.jar file (e.g. patch.jar) to my bundle-classpath using
the runtime tab in the manifest editor, PDE automatically creates a
property called "source.patch.jar" in the build.properties file.
Unfortunately this property is not documented in the build.properties
template.

Can somebody explain the meaning of this property?

Thanks in advance.

Regards Holger


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: source.patch.jar property [message #538391 is a reply to message #538389] Mon, 07 June 2010 14:31 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The build.properties file controls the building of your project during
export and headless releng builds and PDE generally tries to keep in in
synch with your project settings.

The property here is form "source.<library>" where <library> in your case is
patch.jar. This property lists the source folders that should be compiled
to create the "patch.jar".

There is an overview of most of these properties here:
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/reference/pde_feature_generating_build.htm

Holger Staudacher wrote:

> Hi all,
> when I add a *.jar file (e.g. patch.jar) to my bundle-classpath using
> the runtime tab in the manifest editor, PDE automatically creates a
> property called "source.patch.jar" in the build.properties file.
> Unfortunately this property is not documented in the build.properties
> template.
>
> Can somebody explain the meaning of this property?
>
> Thanks in advance.
>
> Regards Holger
>
>
Re: source.patch.jar property [message #538405 is a reply to message #538391] Mon, 07 June 2010 14:46 Go to previous message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Andrew,
thanks for this very quick repsonse. Your explanation makes sense to me
and now I know why I didn't found source.patch.jar using google or this
newsgroup. Thanks again.

Regards Holger



On 2010-06-07 16:31:04 +0200, Andrew Niefer <aniefer@ca.ibm.com> said:

> The build.properties file controls the building of your project during
> export and headless releng builds and PDE generally tries to keep in in
> synch with your project settings.
>
> The property here is form "source.<library>" where <library> in your case is
> patch.jar. This property lists the source folders that should be compiled
> to create the "patch.jar".
>
> There is an overview of most of these properties here:
> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/reference/pde_feature_generating_build.htm

Holger
>
> Staudacher wrote:
>
>> Hi all,
>> when I add a *.jar file (e.g. patch.jar) to my bundle-classpath using
>> the runtime tab in the manifest editor, PDE automatically creates a
>> property called "source.patch.jar" in the build.properties file.
>> Unfortunately this property is not documented in the build.properties
>> template.
>>
>> Can somebody explain the meaning of this property?
>>
>> Thanks in advance.
>>
>> Regards Holger


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: source.patch.jar property [message #605945 is a reply to message #538389] Mon, 07 June 2010 14:31 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The build.properties file controls the building of your project during
export and headless releng builds and PDE generally tries to keep in in
synch with your project settings.

The property here is form "source.<library>" where <library> in your case is
patch.jar. This property lists the source folders that should be compiled
to create the "patch.jar".

There is an overview of most of these properties here:
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/reference/pde_feature_generating_build.htm

Holger Staudacher wrote:

> Hi all,
> when I add a *.jar file (e.g. patch.jar) to my bundle-classpath using
> the runtime tab in the manifest editor, PDE automatically creates a
> property called "source.patch.jar" in the build.properties file.
> Unfortunately this property is not documented in the build.properties
> template.
>
> Can somebody explain the meaning of this property?
>
> Thanks in advance.
>
> Regards Holger
>
>
Re: source.patch.jar property [message #605947 is a reply to message #538391] Mon, 07 June 2010 14:46 Go to previous message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Andrew,
thanks for this very quick repsonse. Your explanation makes sense to me
and now I know why I didn't found source.patch.jar using google or this
newsgroup. Thanks again.

Regards Holger



On 2010-06-07 16:31:04 +0200, Andrew Niefer <aniefer@ca.ibm.com> said:

> The build.properties file controls the building of your project during
> export and headless releng builds and PDE generally tries to keep in in
> synch with your project settings.
>
> The property here is form "source.<library>" where <library> in your case is
> patch.jar. This property lists the source folders that should be compiled
> to create the "patch.jar".
>
> There is an overview of most of these properties here:
> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/reference/pde_feature_generating_build.htm

Holger
>
> Staudacher wrote:
>
>> Hi all,
>> when I add a *.jar file (e.g. patch.jar) to my bundle-classpath using
>> the runtime tab in the manifest editor, PDE automatically creates a
>> property called "source.patch.jar" in the build.properties file.
>> Unfortunately this property is not documented in the build.properties
>> template.
>>
>> Can somebody explain the meaning of this property?
>>
>> Thanks in advance.
>>
>> Regards Holger


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Previous Topic:Starting Eclipse Application with DS
Next Topic:Using 3.5.2 PDE Build against 3.4 target
Goto Forum:
  


Current Time: Thu Apr 25 17:27:42 GMT 2024

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

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

Back to the top