From: Sean C. S. <se...@se...> - 2002-03-08 06:18:53
|
The build error is probably due to an out of date version of Jakarta Ant. Please make sure that you are using Jakarta Ant 1.4.1 Also, you will need the optional.jar file for Jakarta Ant 1.4.1 You can download everything at: http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/ -Sean p.s. - I am going to cleanup the build.xml file so that it is easier to build under Linux. ----- Original Message ----- From: "Assad Jarrahian" <ja...@al...> To: <syn...@li...> Sent: Thursday, March 07, 2002 2:06 PM Subject: [Sync4j-users] Build Problems > Hi all, > I have been trying to build SYNC4J and have been running into problems. I > started out with quite a few errors , all dealing with PATHS leading to > "C:\". My ebuild enviornment is linux, so I changed the necessary source > files and have ended up with all but one error which is stated below. > _________________________________ > [root@localhost build]# ant all > Buildfile: build.xml > > init: > > copy_files_to_output: > > build: > > ${sync4j-core-jarfilename}: > > ${sync4j-serverframework-jarfilename}: > > ${sync4j-clientframework-jarfilename}: > > ${syncserver-jarfilename}: > > BUILD FAILED > > /usr/local/syncMl/sync4j/build/build.xml:157: Class > org.apache.tools.ant.taskdefs.optional.ejb.EjbJar doesn't support the > "manifest" attribute > > Total time: 1 second |