Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Validator and XPath (Jaxen)

1.) 
I think according to Eclipse/RCP best practices one would create a new
plug-in of type 'plug-in from existing JAR archives'.  Similar to how
Tomcat, Ant etc are packaged and delivered.
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/project_wizards/plugin_from_archives.htm

-kable

On Wed, 2007-04-04 at 13:56 -0700, Michal Chmielewski wrote:
> I am about to check-in the validator code and wanted to ask a couple
> of
> questions.
> 
> 1) I have used the Jaxen XPath library to parse XPath code and
> validate
> the expressions.
> That's an external library, how best to check it in ? As binary .jar ?
> I
> am sure there is an Eclipse Protocol to follow here ...
> 
> 2) I actually modified that library a bit to include source point
> offsets so that I can position the markers correctly. How best to
> capture that ?
> 
> --
> Michal Chmielewski, CMTS, Oracle Corp,
> W:650-506-5952 / M:408-209-9321
> 
> "Manuals ?! What manuals ? Son, it's Unix, you just gotta know."
> 
> _______________________________________________
> bpel-dev mailing list
> bpel-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/bpel-dev
> 
> 


Back to the top