Hi,
here is what I get when I try to compile OPEN-XCHANGE-ADMIN
Can someone help me ???
Thanks
Dominique
Buildfile: build.xml
replacer:
[copy] Copying 10 files to /tmp/open-xchange-admin
[exec] /tmp /tmp/open-xchange-admin
[exec] /tmp/open-xchange-admin
compile:
[javac] Compiling 12 source files to /tmp/open-xchange-admin/classes
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:530: cannot find symbol
[javac] symbol : method propagateUserModification(int,int[],long,java.sql.Connection,java.sql.Connection,int)
[javac] location: class com.openexchange.tools.oxfolder.OXFolderAdminHelpe r
[javac] OXFolderAdminHelper.propagateUserModification(user _id, changedfields, System.currentTimeMillis(), write_ox_con, write_ox_con, ctx.getId().intValue());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
BUILD FAILED
/tmp/open-xchange-admin/build.xml:199: Compile failed; see the compiler error output for details.
Total time: 4 seconds
here is what I get when I try to compile OPEN-XCHANGE-ADMIN
Can someone help me ???
Thanks
Dominique
Buildfile: build.xml
replacer:
[copy] Copying 10 files to /tmp/open-xchange-admin
[exec] /tmp /tmp/open-xchange-admin
[exec] /tmp/open-xchange-admin
compile:
[javac] Compiling 12 source files to /tmp/open-xchange-admin/classes
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:530: cannot find symbol
[javac] symbol : method propagateUserModification(int,int[],long,java.sql.Connection,java.sql.Connection,int)
[javac] location: class com.openexchange.tools.oxfolder.OXFolderAdminHelpe r
[javac] OXFolderAdminHelper.propagateUserModification(user _id, changedfields, System.currentTimeMillis(), write_ox_con, write_ox_con, ctx.getId().intValue());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
BUILD FAILED
/tmp/open-xchange-admin/build.xml:199: Compile failed; see the compiler error output for details.
Total time: 4 seconds
Comment