Emmanuel Lecharny schrieb: > Hi guys, > > I'm sorry, I have modified shared once again yesterday, and I'm afraid > that it broke Studio build again... As I can't mvn eclipse:eclipse > locally,
I just tried with a clean checkout of studio and just did mvn eclipse:eclipse studio:eclipse and it workd for me (after the commit for resetting the maven-eclipse-plugin version). > I can't fix the breakage easily. Yep, thanks to CI: [INFO] Compilation failure /home/continuum/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/23/studio-dsml-parser/src/main/java/org/apache/directory/studio/dsmlv2/request/ModifyRequestDsml.java:[30,47] cannot find symbol symbol : class ModificationItemImpl location: package org.apache.directory.shared.ldap.message /home/continuum/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/23/studio-dsml-parser/src/main/java/org/apache/directory/studio/dsmlv2/request/ModifyRequestDsml.java:[91,13] cannot find symbol symbol : class ModificationItemImpl location: class org.apache.directory.studio.dsmlv2.request.ModifyRequestDsml /home/continuum/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/23/studio-dsml-parser/src/main/java/org/apache/directory/studio/dsmlv2/request/ModifyRequestDsml.java:[95,12] cannot find symbol symbol : class ModificationItemImpl location: class org.apache.directory.studio.dsmlv2.request.ModifyRequestDsml > > The modifications are pretty simple : I have removed the > AttributeImpl, AttributesImpl and ModificationItemImpl classes from > shared. They are to be remplaced by BasicAttribute, BasicAttributes > and ModificationItem classes. > > Sorry for the burden :/ >
