|
From: Jukka R. <ju...@lu...> - 2002-08-22 13:04:37
|
Hello users!
I'm a little but confused how/why to "convert" those metafiles from UNIX =
format?=20
And if there's need for that, isn't those files just simple text files, =
which can be saved to "Windows" format (with notepad for example..)=20
However, I still get the following error messages (is there something =
wrong in manifest files?) =20
${sync4j-framework-jarfilename}:
[jar] Manifest is invalid: Manifest sections should start with a =
"Name" attribute and not "Created-By"
BUILD FAILED
D:\sync4j\build\build.xml:269: Invalid Manifest: =
D:\sync4j\src\metadata\sync4j-core-JAR-MANIFEST.txt
TaiYen Hung wrote in his message :
The problem seems the metadata files's file format is UNIX
(./src/metadata/*)
but I use MS Windows XP, it will make some problems when building =
sync4j.
and
After converted file's format and corrected these problems
build "ant all" is successful, but there are two failed in "test" |