Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Validation Framework API coming in WTP1.5?
Validation Framework API coming in WTP1.5? [message #163935] Tue, 14 March 2006 19:36 Go to next message
Eclipse UserFriend
Originally posted by: cchiu888.hotmail.com

Will the validation framework API
(org.eclipse.wst.validation.internal.provisional.core.IValid ator, etc) be
finalized in WTP 1.5? It is currently under the internal.provisional
namespace. I would prefer to stick with public finalized API. My scenario
is described below.

I created a custom facet for the web project and need to have a validator
associated with this facet. The validator checks whether the classes needed
to process my data files are available in the web-inf/lib classpath and flag
errors if they are missing.

This is probably similar to the builder concept associated with Eclipse
nature. But since I am using facet already, I'd like to avoid using nature
if I can.

If WTP1.5 does not make public IValidator, is there any other options
besides using a builder?

Thanks.
Re: Validation Framework API coming in WTP1.5? [message #167422 is a reply to message #163935] Tue, 25 April 2006 06:25 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Chris Chiu wrote:
> Will the validation framework API
> (org.eclipse.wst.validation.internal.provisional.core.IValid ator, etc) be
> finalized in WTP 1.5? It is currently under the internal.provisional
> namespace. I would prefer to stick with public finalized API. My scenario
> is described below.
>
> I created a custom facet for the web project and need to have a validator
> associated with this facet. The validator checks whether the classes needed
> to process my data files are available in the web-inf/lib classpath and flag
> errors if they are missing.
>
> This is probably similar to the builder concept associated with Eclipse
> nature. But since I am using facet already, I'd like to avoid using nature
> if I can.
>
> If WTP1.5 does not make public IValidator, is there any other options
> besides using a builder?

If you've been tracking recent developments, you've seen the ability
to run within a non-Build Job added to the framework. Requests to
formalize it as API should be made in Bugzilla, though.

--
- Nitin


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Using the source
Next Topic:JSP and Tags
Goto Forum:
  


Current Time: Thu Apr 25 06:58:04 GMT 2024

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

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

Back to the top