Stefan Bodewig wrote:
> 
> Jesse Glick <[EMAIL PROTECTED]> wrote:
> 
> > (it's build-script-incompatible though, isn't it?)
> 
> Is it?
> 
> The old implementation would assume that the stylesheet is always
> relative to the project's basedir - this still is the case, except
> when the stylesheet specified happens to be an absolute file name.

Fine if so--but I thought that the old implementation resolved the style file
relative to the *task*'s basedir (which need not be related to the project's
basedir). E.g.:

<project basedir=".">
  <style basedir="xmlfiles" style="foo.xsl">
    <include name="*.xml"/>
  </style>
</project>

I think it loaded xmlfiles/foo.xsl. Which was extremely counterintuitive, but
now you would have to write:

<project basedir=".">
  <style basedir="xmlfiles" style="xmlfiles/foo.xsl">
    <include name="*.xml"/>
  </style>
</project>

Am I confused?

-Jesse

-- 
Jesse Glick   <mailto:[EMAIL PROTECTED]>
NetBeans, Open APIs  <http://www.netbeans.org/>
tel (+4202) 3300-9161 Sun Micro x49161 Praha CR

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to