Pierre-Arnaud Marcelot schrieb:
> Hi,
>
> I updated your sandbox, Felix, with your latest commits and the build
> does not seem to be working anymore.
> I get a build faillure... :(
>
Your certainly not doing anything wrong and it's well possible that it's broken
at the moment. I'm trying to fix the
generation of the .project and the .classpath file to work when run via mvn
eclipse:eclipse. Because I'm working on
different places I just commit what I have. This makes it easier for me stop
here and continue there not matter when I
need to stop here and can continue there.
For me it's a way to go, because it's a sandbox. If you think this is wrong I
try to put in a building 'version' and
arrange me somehow else
Felix
> [INFO]
> ----------------------------------------------------------------------------
>
> [INFO] Building Apache Directory Studio LDAP Browser Core
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/target
>
> [INFO] Deleting directory
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/target/classes
> [INFO] Deleting directory
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/target/test-classes
>
> [INFO] Deleting directory
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/target/site
> [INFO] [remote-resources:process {execution: default}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 186 source files to
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/IEntry.java:[31,32]
> cannot find symbol
> symbol : class IAdaptable
> location: package org.eclipse.core.runtime
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/IEntry.java:[40,46]
> cannot find symbol
> symbol: class IAdaptable
> public interface IEntry extends Serializable, IAdaptable,
> EntryPropertyPageProvider, ConnectionPropertyPageProvider
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/model/IBrowserConnection.java:[45,58]
> cannot find symbol
> symbol: class IAdaptable
> public interface IBrowserConnection extends Serializable, IAdaptable,
> ConnectionPropertyPageProvider
>
> (...)
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/ReadEntryJob.java:[171,56]
> cannot find symbol
> symbol : method
> bind(java.lang.String,org.apache.directory.shared.ldap.name.LdapDN)
> location: class
> org.apache.directory.studio.ldapbrowser.core.BrowserCoreMessages
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/BrowserCoreMessages.java:[48,8]
> cannot find symbol
> symbol : variable NLS
> location: class
> org.apache.directory.studio.ldapbrowser.core.BrowserCoreMessages
>
> /home/pajbam/Development/Apache/FelixKnecht/felixk/studio-ldapbrowser-core/src/main/java/org/apache/directory/studio/ldapbrowser/core/jobs/ExecuteLdifJob.java:[71,8]
> cannot find symbol
> symbol : method setName(java.lang.String)
> location: class
> org.apache.directory.studio.ldapbrowser.core.jobs.ExecuteLdifJob
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Fri Nov 09 10:22:28 CET 2007
> [INFO] Final Memory: 25M/55M
> [INFO]
> ------------------------------------------------------------------------
>
>
> Am I doing something wrong (I used "mvn clean install
> -Dmaven.test.skip=true -Plinux-i386" to launch the build) ?
>
> Thanks,
> Pierre-Arnaud Marcelot