Hi Stefan, please clean your ivy cache under "~/.ivy"
Regards, Stefan Seelmann Stefan Zoerner schrieb: > Hi all, > > I have fetched studio from > https://svn.apache.org/repos/asf/directory/studio/trunk > > and tried to build it with ant, but I get a build error: > > [echo] Compiling Apache Directory Studio Schema Editor Plug-in > (org.apache.directory.studio.schemaeditor) version 1.0.0 > [javac] Compiling 251 source files to > D:\Apache\Subversion\studio\trunk\studio-schemaeditor\target\classes > [javac] > D:\Apache\Subversion\studio\trunk\studio-schemaeditor\src\main\java\org\apache\directory\studio\schemaeditor\model\SyntaxImpl.java:57:cannot > find symbol > [javac] symbol : method setHumanReadable(boolean) > [javac] location: class > org.apache.directory.shared.ldap.schema.AbstractSyntax > [javac] super.setHumanReadable( isHumanReadable ); > [javac] ^ > [javac] > D:\Apache\Subversion\studio\trunk\studio-schemaeditor\src\main\java\org\apache\directory\studio\schemaeditor\model\io\XMLSchemaFileExporter.java:547: > cannot find symbol > [javac] symbol : method isHumanReadable() > [javac] location: class > org.apache.directory.studio.schemaeditor.model.SyntaxImpl > [javac] if ( syntax.isHumanReadable() ) > [javac] ^ > [javac] 2 errors > > Any idea? > > Thanks in advance, > Stefan >
