rlogiacco / Natural

Natural is a collection of Eclipse plugins to enable rich smart editing of acceptance tests using natural language definition files. It currently supports Cucumber and JBehave syntax.
Eclipse Public License 1.0
75 stars 37 forks source link

buildproperties: jars.extra.classpath has been deprecated #63

Closed sachsgit closed 4 years ago

sachsgit commented 5 years ago

I was looking at Feature and Plug-in Build Configuration Properties webpage and I noticed that:

Plug-in specific properties extra. - extra classpaths used to perform automated build. Classpath can either be relative paths, or platform urls referring to plug-ins and fragments of your development environment (e.g. ../someplugin/xyz.jar, platform:/plugins/org.apache.ant/ant.jar). Platform urls are recommended over relative paths; jars.extra.classpath - (deprecated) same effect than extra. except that the entries are applied to all libraries;

PS: @rlogiacco Still around, just having some computer problems and work-issues, but still wanting and willing to help you clear out the warnings and update the code as I can.

drkstr101 commented 4 years ago

Thanks for the tip! These references have been removed in the latest PR.

rlogiacco commented 4 years ago

@sachsgit this would be a great time to jump in: @drkstr101 is hardly working on a huge rewrite ;)

drkstr101 commented 4 years ago

@rlogiacco I believe this issue can be closed.