RE: [OJB-developers] build.xml
Brought to you by:
thma
From: Chris G. <CGr...@de...> - 2002-04-11 21:46:00
|
As a warning, if you use this your source files will show up as modified, since the files in CVS are in DOS format. C. > -----Original Message----- > From: Chris Greenlee=20 > Sent: Thursday, April 11, 2002 4:12 PM > To: obj...@li... > Subject: [OJB-developers] build.xml >=20 >=20 >=20 > Apologies for the previous empty email -- I thank Outlook. =3D) >=20 > Could you apply the following patch to the build.xml file? This will > fix the problem with the CodeSwitcher converting all files to=20 > DOS format > every time it runs. >=20 > Cheers, >=20 > Chris Greenlee >=20 > Index: build.xml > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/objectbridge/ojb-1-0/build.xml,v > retrieving revision 1.12 > diff -u -r1.12 build.xml > --- build.xml 8 Apr 2002 16:59:26 -0000 1.12 > +++ build.xml 11 Apr 2002 21:08:41 -0000 > @@ -48,6 +48,7 @@ > <arg value=3D"${JDK}" /> > <arg value=3D"${DEBUG}" /> > </java> > + <fixcrlf srcdir=3D"${source}" includes=3D"**/*.java" > excludes=3D"**/CVS/**/*" /> > </target> >=20 > <!-- Delete all the directories created in prepare --> >=20 > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >=20 |