Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] XSL Tools Build Problem

Ok! I've gotten it all to build on again M5. The team project set doesn't show as being updated to me though.

On Thu, Feb 26, 2009 at 12:21 AM, David Carver <d_a_carver@xxxxxxxxx> wrote:
I've updated the PSF files to include the org.eclipse.wst.xml.xpath2.processor plugin which was missing from there.  That was the only plugin entry that was missing that is critical.   The XPath 2 processor tests plugin isn't currently included as it's still undergoing some changes and awaiting some IP items before I officially add it to the PSF.

Dave

Stuart Harper wrote:
I just did a clean checkout using the team project set from here http://dev.eclipse.org/viewcvs/index.cgi/webtools.maps/releng.incubator/xsl/?root=WebTools_Project

I still see the same issues

On Wed, Feb 25, 2009 at 2:56 PM, David Carver <d_a_carver@xxxxxxxxx <mailto:d_a_carver@xxxxxxxxx>> wrote:

   Stuart,

   This should be fixed now in head.  At least I can get a clean
   compile from head, and it is working in Eclipse 3.5.   This does
   take advantage of some code specifically for 3.5, as the platform
   refactored out the working directory code to make it easier to
   reuse by other projects.

   This will probably not work in 3.4.   The advantage though is that
   XSLT transformations that use the EXSLT extension for
   result-document or the XSLT 2.0 result-document can now specify
   the working directory which will be used as the base for the
   output.   Before there was no control over where these files were
   placed if the XSLT didn't provide an option to specify the full path.


   Dave

   Stuart Harper wrote:

       I just did an update from HEAD and there seems to be a couple
       of issues in the current revision:

       -In xsl.debug.ui the class WorkingDirectoryBlock is missing
       -In xsl.jaxp.launching The file
       JAXPJavaLaunchConfigurationDelegate calls a method
        getWorkingDir() on LaunchHelper which doesn't exist.
       ------------------------------------------------------------------------



       _______________________________________________
       wtp-incubator-dev mailing list
       wtp-incubator-dev@xxxxxxxxxxx
       <mailto:wtp-incubator-dev@xxxxxxxxxxx>

       https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev
       


   _______________________________________________
   wtp-incubator-dev mailing list
   wtp-incubator-dev@xxxxxxxxxxx <mailto:wtp-incubator-dev@xxxxxxxxxxx>

   https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev


------------------------------------------------------------------------

_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev
 


_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev


Back to the top