angelozerr / eclipse-wtp-xml-search

Eclipse WTP/XML Search
Other
12 stars 6 forks source link

Allow reference validators to specify if a project is a valid target #45

Closed gamerson closed 9 years ago

gamerson commented 9 years ago

fixes #44

angelozerr commented 9 years ago

Thanks @gamerson !

Could you please add some use of this interface please. Thanks!

gamerson commented 9 years ago

Sure thing I can add a link to our extension for this when we push it to LiferayIDE.

Could you give the CI server a kick so we can integrate the new build? thanks.

On Wed, Jan 28, 2015 at 9:43 PM, Angelo notifications@github.com wrote:

Thanks @gamerson https://github.com/gamerson !

Could you please add some use of this interface please. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/angelozerr/eclipse-wtp-xml-search/pull/45#issuecomment-71836247 .

Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

angelozerr commented 9 years ago

Build seems to be finished.

gamerson commented 9 years ago

Didn't get published to here yet: http://oss.opensagres.fr/eclipse-wtp-xml-search/1.0.0-SNAPSHOT/

On Wed, Jan 28, 2015 at 10:42 PM, Angelo notifications@github.com wrote:

Build seems to be finished.

— Reply to this email directly or view it on GitHub https://github.com/angelozerr/eclipse-wtp-xml-search/pull/45#issuecomment-71844952 .

Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

gamerson commented 9 years ago

Sorry looking in the wrong spot :P http://oss.opensagres.fr/eclipse-wtp-xml-search/1.0.1-SNAPSHOT/

On Thu, Jan 29, 2015 at 10:09 AM, Greg Amerson gregory.amerson@liferay.com wrote:

Didn't get published to here yet: http://oss.opensagres.fr/eclipse-wtp-xml-search/1.0.0-SNAPSHOT/

On Wed, Jan 28, 2015 at 10:42 PM, Angelo notifications@github.com wrote:

Build seems to be finished.

— Reply to this email directly or view it on GitHub https://github.com/angelozerr/eclipse-wtp-xml-search/pull/45#issuecomment-71844952 .

Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

gamerson commented 9 years ago

@angelozerr Here is an example of how we extend this new interface:

https://github.com/liferay/liferay-ide/commit/eada04f0ffee0d7f5ea3de014ef16a2bb0a8d373

Particularly here: https://github.com/liferay/liferay-ide/blob/eada04f0ffee0d7f5ea3de014ef16a2bb0a8d373/tools/plugins/com.liferay.ide.xml.search.ui/src/com/liferay/ide/xml/search/ui/validators/LiferayBaseValidator.java#L427-441