-
I just realized I have the same problem on one of my project...
I compared it with another one and I cannot see any difference so far, I need to investigate more.
In the mean time try to recreate your project from scratch with the proper .project config.
2009-11-06 08:05:49 UTC in DITA Open Platform
-
Thx.
2009-11-06 08:03:35 UTC in DITA Open Platform
-
actually, what validation are you taking about?
the one that create markers in the "Problems" view?
or "as you type " validation in the editor?.
2009-11-05 19:33:21 UTC in DITA Open Platform
-
Nice, can you explain how do it?
Thx.
2009-11-05 19:29:02 UTC in DITA Open Platform
-
Sweet :)
It is a reasonable request, I guess I could add a "classpath" tab to the launch configuration (like the one in the Ant launch configuration).
That way you can add the proper classpath in the launch configuration file, instead of the project file.
2009-11-05 18:46:52 UTC in DITA Open Platform
-
In M3 I integrated with the WST validation framework...
The migration is changing the DITA builder (org.dita_op.editor.DITAFileValidator) to the WST validation builder (org.eclipse.wst.validation.validationbuilder).
Can you check in the .project file if the change has been done?.
2009-11-05 18:40:45 UTC in DITA Open Platform
-
No the configuration does not use the project classpath. In fact a launch configuration is not attached to a project.
If you want to extend Ant's classpath through Eclipse configuration you can do so in Eclipse preferences, see Ant > Runtime but won't be able to share this config.
I recommend you install the dita-ot “full and easy” package.
2009-11-05 17:35:10 UTC in DITA Open Platform
-
If you right click on your DITA project you should find a DITA menu with a sub-menu called "Migrate to M3", selecting this menu should solve your issue.
2009-11-05 08:45:01 UTC in DITA Open Platform
-
> How to configure ant properties like customization.dir
for properties like customization.dir just add a new argument to the launch configuration.
> also, is it possible to add lunch configuration thru .project?
if you mean having the launch configuration to run automatically when building the project, follow those steps:
1. make sure your launch configuration is saved as a shared file...
2009-11-05 08:35:05 UTC in DITA Open Platform
-
cvedovini committed revision 178 to the DITA Open Platform SVN repository, changing 26 files.
2009-10-03 19:02:56 UTC in DITA Open Platform