You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Kiran Ayyagari <ka...@apache.org> on 2010/06/04 19:29:46 UTC

Re: svn commit: r947413 - in /directory/shared/trunk/ldap: pom.xml src/main/java/org/apache/directory/shared/ldap/codec/LdapTransformer.java

On Fri, Jun 4, 2010 at 7:54 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net> wrote:
> Hi Stefan,
>
> Kiran had the same build problem.
>
> Strangely, the problem disappeared when he removed his maven repository and tried again.
>
> Kiran, can you confirm?

yeah the same problem went away when I tried building after removing
the local maven repo

Kiran Ayyagari

Re: svn commit: r947413 - in /directory/shared/trunk/ldap: pom.xml src/main/java/org/apache/directory/shared/ldap/codec/LdapTransformer.java

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Hi guys,

That's odd...

I will investigate that on my Ubuntu VM where I can run a 1.5 JVM because a 1.5 JVM is not shipped anymore in Mac OS X Snow Leopard... (grrrr...)

Regards,
Pierre-Arnaud

On 4 juin 2010, at 19:44, Stefan Seelmann wrote:

> Kiran Ayyagari wrote:
>> On Fri, Jun 4, 2010 at 7:54 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net> wrote:
>>> Hi Stefan,
>>> 
>>> Kiran had the same build problem.
>>> 
>>> Strangely, the problem disappeared when he removed his maven repository and tried again.
>>> 
>>> Kiran, can you confirm?
>> 
>> yeah the same problem went away when I tried building after removing
>> the local maven repo
> 
> I cleaned my local repo, but without success. I have no problem when
> using Java6. But with Java5 I get those errors:
> 
> [ERROR] Failure executing javac, but could not parse the error:
> An exception has occurred in the compiler (1.5.0_14). Please file a bug
> at the Java Developer Connection (http://java.sun.com/webapps/bugreport)
> after checking the Bug Parade for duplicates. Include your program and
> the following diagnostic in your report.  Thank you.
> com.sun.tools.javac.code.Symbol$CompletionFailure: file
> edu/umd/cs/findbugs/annotations/SuppressWarnings.class not found
> 
> 


Re: svn commit: r947413 - in /directory/shared/trunk/ldap: pom.xml src/main/java/org/apache/directory/shared/ldap/codec/LdapTransformer.java

Posted by Stefan Seelmann <se...@apache.org>.
Kiran Ayyagari wrote:
> On Fri, Jun 4, 2010 at 7:54 PM, Pierre-Arnaud Marcelot <pa...@marcelot.net> wrote:
>> Hi Stefan,
>>
>> Kiran had the same build problem.
>>
>> Strangely, the problem disappeared when he removed his maven repository and tried again.
>>
>> Kiran, can you confirm?
> 
> yeah the same problem went away when I tried building after removing
> the local maven repo

I cleaned my local repo, but without success. I have no problem when
using Java6. But with Java5 I get those errors:

[ERROR] Failure executing javac, but could not parse the error:
An exception has occurred in the compiler (1.5.0_14). Please file a bug
at the Java Developer Connection (http://java.sun.com/webapps/bugreport)
 after checking the Bug Parade for duplicates. Include your program and
the following diagnostic in your report.  Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: file
edu/umd/cs/findbugs/annotations/SuppressWarnings.class not found