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

Hi Dave,

I'll try it out this evening and see if it works.

I've already created the 3.4 branch of the code (a number of people are testing/using it and are pretty happy with the results so kudos to everyone involved!). I'm working on the 3.5 branch and then porting specific things in the 3.4 one. I considered it a stroke of luck that it was possible to take a cut of the code and port it in at all so I have no expectation of being able to continually update from HEAD and make it work on 3.4

On Wed, Feb 25, 2009 at 2:56 PM, David Carver <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
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