Hi,

The releng build is currently broken because the replacement
of the version '0.9.7.1' with the current version doesn't do
so in all the necessary places. It misses the
org.python.pydev.feature/fix_build.xml file, which causes the
build to fail.

Attached is a simple patch to fix that.
I'm not sure what the prefered procedure for submitting bugs/
patches is, I can open a bug and submit the patch there if
necessary.

The patch should be applied to org.python.pydev.releng.

Thanks,
Igor
Index: customTargets.xml
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev.releng/customTargets.xml,v
retrieving revision 1.15
diff -u -r1.15 customTargets.xml
--- customTargets.xml	6 Apr 2006 16:18:34 -0000	1.15
+++ customTargets.xml	7 Jun 2006 14:27:30 -0000
@@ -102,6 +102,7 @@
 	</replaceregexp>
 	
 	<replaceregexp file="${buildDirectory}\features\org.python.pydev.feature\feature.xml" match='version="0(.*)"' replace='version="${pydev.version}"' byline="true"/>
+	<replaceregexp file="${buildDirectory}\features\org.python.pydev.feature\fix_build.xml" match='version="0(.*)"' replace='version="${pydev.version}"' byline="true"/>
 </target>
 
 <!-- ===================================================================== -->
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to