Hello,
I'm here again looking for some BIG help... i need to synchronize an AD
server with an LDAP one, but for testing purposes, I'm using the test
ldapserver, that one with lsc-core.
I am guiding myself trhough the Ldap to AD How-to at lsc-project.org. I run
the wizard... after edit the etc/lsc.properties file to change other config.
After that, try to run lsc::compile-app...
I'm getting errors like these ones:
[javac]
/home/rafael/lsc/lsc-sample-1.1-SNAPSHOT/src/impl/java/org/lsc/objects/inetOrgPerson.java:186:
getGivenName() in org.lsc.objects.inetOrgPerson cannot override
getGivenName() in org.lsc.objects.organizationalPerson; overridden method is
final
[javac] public final List getGivenName() {
[javac] ^
[javac]
/home/rafael/lsc/lsc-sample-1.1-SNAPSHOT/src/impl/java/org/lsc/objects/inetOrgPerson.java:202:
getHomePhone() in org.lsc.objects.inetOrgPerson cannot override
getHomePhone() in org.lsc.objects.organizationalPerson; overridden method is
final
[javac] public final List getHomePhone() {
In a total of 10 errors...i've already tried all three versions avaiable of
lsc. The JAVA_HOME and PATH variables are correctly set. I don't know if an
error from javac, a misconfiguration of the lsc.properties file... may i
edit the inetOrgPerson.java and/or organizationalPerson.java files manually?
In the How-To, it's said i need to remove the line objectclass.add(), cuz
objectclass used in both src and dst are different, but it makes no
difference, i'm getting the same error.
Between the unsuccessful retries, I'm running lsc::clean, removing content
of src/impl/java/org/lsc/objects, and the lsc.properties file. There's
something else i can do?
I appreciate any help!
Att,
Rafael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.lsc-project.org/pipermail/lsc-users/attachments/20091020/a8647b46/attachment.htm>