[Yanel-dev] Resource-types generation finally re-factored, but path problem on Windows

Michael Wechner michael.wechner at wyona.com
Wed Apr 22 16:33:11 CEST 2009


Hi

I have finally finished the resource-types generation, but testing on 
Windows showed a path problem, hence I commented the relevant line, 
whereas it seems to work very fine on Windows.

--- src/build/targets/resources.xml     (Revision 42466)
+++ src/build/targets/resources.xml     (Arbeitskopie)
@@ -37,7 +37,9 @@

     <antcall target="prepare-realms-config"/>
     <antcall target="prepare-global-resource-types-config"/>
+<!-- TODO: There is a problem with paths on Windows, but works fine on UNIX
     <merge-resource-types-configs 
realmsconfigfile="${classes.dir}/realms.xml" 
globalresourcetypesconfigfile="${classes.dir}/resource-types.xml"/>
+-->
     <antcall target="generate-resources-build-file"/>
   </target>

Will try to change it such that it also works on Windows.

Cheers

Michi


More information about the Yanel-development mailing list