Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] com.chartle.ant.jar

Dieter,

Unfortunately that is not how code can be contributed in Eclipse. You need to create a com.chartle.ant plugin with the appropriate metadata, version numbering and about.html files. Since it's just used for building, this plugin shouldn't need to be added as a dependency, or included in any feature projects. However it will need to be added to the project sets so that developers have a copy in their workspace.

Thanks,
Greg

On Aug 3, 2010, at 12:40 PM, Dieter wrote:

> See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319203#c33
> 
> 
> The full source code is commited. It is inside the jar file including
> proper copyright notices.
> 
> The code is a ANT task. To keep the project error-free without adding the
> dependency ant.jar I decided to put it directly into the jar. The ANT
> task is not really part of this
> project but merely a build tool. So as to separate it from the rest of
> the project I put
> everything, including the sources for the ANT task, in a single jar
> file.
> 
> I can also put the sources in the project src folder and add the
> ant.jar dependency or we simply live with the compiler errors.
> 
> Let me know what you prefer.
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top