You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Davanum Srinivas <da...@gmail.com> on 2005/10/19 05:26:32 UTC

Build failure?

Can someone please help with this failure?

default:
java:prepare-filesystem:
    [mkdir] Created dir: C:\APACHE\geronimo\openejb\modules\core\target\classes

java:compile:
<depend closure="false" srcdir="1.4" dump="false"
destdir="C:\APACHE\geronimo\openejb\modules\core/target/classes"></depend>
   [echo] Compiling to
C:\APACHE\geronimo\openejb\modules\core/target/classes
    [javac] Compiling 606 source files to
C:\APACHE\geronimo\openejb\modules\core\target\classes
    [javac] C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\SecurityInitializer.java:145:
cannot resolve symbol
    [javac] symbol  : method generateRealmPrincipal
(java.lang.String,java.lang.String,java.lang.String)
    [javac] location: class org.apache.geronimo.security.util.ConfigurationUtil
    [javac]         RealmPrincipal realmPrincipal =
ConfigurationUtil.generateRealmPrincipal(className, principalName,
realm);
    [javac]                                                          ^
    [javac] C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:99:
cannot resolve symbol
    [javac] symbol  : method getLoginDomain ()
    [javac] location: class org.apache.geronimo.security.RealmPrincipal
    [javac]                 if (p.getLoginDomain().equals(domain)) {
    [javac]                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 2 errors

BUILD FAILED
File...... C:\Documents and
Settings\dims\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... -1
Unable to obtain goal [default] -- C:\Documents and
Settings\dims\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:-1:
<ant:javac> Compile failed; see the compiler error output for details.
Total time   : 11 minutes 59 seconds

thanks,
dims

--
Davanum Srinivas : http://wso2.com/blogs/

Re: Build failure?

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Did you do an

  maven m:checkout

to get a fresh copy of OpenEJB?


Regards,
Alan

On 10/18/2005 8:26 PM, Davanum Srinivas wrote:

>Can someone please help with this failure?
>
>default:
>java:prepare-filesystem:
>    [mkdir] Created dir: C:\APACHE\geronimo\openejb\modules\core\target\classes
>
>java:compile:
><depend closure="false" srcdir="1.4" dump="false"
>destdir="C:\APACHE\geronimo\openejb\modules\core/target/classes"></depend>
>   [echo] Compiling to
>C:\APACHE\geronimo\openejb\modules\core/target/classes
>    [javac] Compiling 606 source files to
>C:\APACHE\geronimo\openejb\modules\core\target\classes
>    [javac] C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\SecurityInitializer.java:145:
>cannot resolve symbol
>    [javac] symbol  : method generateRealmPrincipal
>(java.lang.String,java.lang.String,java.lang.String)
>    [javac] location: class org.apache.geronimo.security.util.ConfigurationUtil
>    [javac]         RealmPrincipal realmPrincipal =
>ConfigurationUtil.generateRealmPrincipal(className, principalName,
>realm);
>    [javac]                                                          ^
>    [javac] C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:99:
>cannot resolve symbol
>    [javac] symbol  : method getLoginDomain ()
>    [javac] location: class org.apache.geronimo.security.RealmPrincipal
>    [javac]                 if (p.getLoginDomain().equals(domain)) {
>    [javac]                      ^
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -deprecation for details.
>    [javac] 2 errors
>
>BUILD FAILED
>File...... C:\Documents and
>Settings\dims\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
>Element... maven:reactor
>Line...... 218
>Column.... -1
>Unable to obtain goal [default] -- C:\Documents and
>Settings\dims\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:-1:
><ant:javac> Compile failed; see the compiler error output for details.
>Total time   : 11 minutes 59 seconds
>
>thanks,
>dims
>
>--
>Davanum Srinivas : http://wso2.com/blogs/
>  
>



Re: Need to get off the mailing list

Posted by David Blevins <da...@visi.com>.
I don't have the access to poke at the list, but one thing to try is  
to check out the full headers of the email and see that shows up in  
the "Delivered-To:" header(s).

That should tell you which address is subscribed.

-David

On Oct 18, 2005, at 8:34 PM, Lu Li wrote:

> Hi, I would like to remove my account from the mailing
> list but keep receiving emails. I've tried using the
> unsubscribe address a few times. Everytime it tells me
> that my email is not on the list...then why do the
> emails continue to come to this mail box??
>
> Any thoughts? Any Geronimo people (real one, not
> automatice reply, which is not helpful!) there can
> help??
>
>
>
> --- Davanum Srinivas <da...@gmail.com> wrote:
>
>
>> Can someone please help with this failure?
>>
>> default:
>> java:prepare-filesystem:
>>     [mkdir] Created dir:
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\target\classes
>
>>
>> java:compile:
>> <depend closure="false" srcdir="1.4" dump="false"
>>
>>
> destdir="C:\APACHE\geronimo\openejb\modules\core/target/classes"></ 
> depend>
>
>>    [echo] Compiling to
>>
>>
> C:\APACHE\geronimo\openejb\modules\core/target/classes
>
>>     [javac] Compiling 606 source files to
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\target\classes
>
>>     [javac]
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba 
> \security\SecurityInitializer.java:145:
>
>> cannot resolve symbol
>>     [javac] symbol  : method generateRealmPrincipal
>> (java.lang.String,java.lang.String,java.lang.String)
>>     [javac] location: class
>> org.apache.geronimo.security.util.ConfigurationUtil
>>     [javac]         RealmPrincipal realmPrincipal =
>> ConfigurationUtil.generateRealmPrincipal(className,
>> principalName,
>> realm);
>>     [javac]
>>                 ^
>>     [javac]
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba 
> \security\config\css\CSSSASITTPrincipalNameDynamic.java:99:
>
>> cannot resolve symbol
>>     [javac] symbol  : method getLoginDomain ()
>>     [javac] location: class
>> org.apache.geronimo.security.RealmPrincipal
>>     [javac]                 if
>> (p.getLoginDomain().equals(domain)) {
>>     [javac]                      ^
>>     [javac] Note: Some input files use or override a
>> deprecated API.
>>     [javac] Note: Recompile with -deprecation for
>> details.
>>     [javac] 2 errors
>>
>> BUILD FAILED
>> File...... C:\Documents and
>>
>>
> Settings\dims\.maven\cache\maven-multiproject-plugin-1.4.1 
> \plugin.jelly
>
>> Element... maven:reactor
>> Line...... 218
>> Column.... -1
>> Unable to obtain goal [default] -- C:\Documents and
>>
>>
> Settings\dims\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:-1:
>
>> <ant:javac> Compile failed; see the compiler error
>> output for details.
>> Total time   : 11 minutes 59 seconds
>>
>> thanks,
>> dims
>>
>> --
>> Davanum Srinivas : http://wso2.com/blogs/
>>
>>
>
>
>
>
> __________________________________
> Yahoo! Music Unlimited
> Access over 1 million songs. Try it free.
> http://music.yahoo.com/unlimited/
>
>


Re: Need to get off the mailing list

Posted by "Geir Magnusson Jr." <ge...@apache.org>.
I found you and are unsubscribing you.

This will probably the last mail you receive from this list.

geir

On Oct 19, 2005, at 5:34 AM, Lu Li wrote:

> Hi, I would like to remove my account from the mailing
> list but keep receiving emails. I've tried using the
> unsubscribe address a few times. Everytime it tells me
> that my email is not on the list...then why do the
> emails continue to come to this mail box??
>
> Any thoughts? Any Geronimo people (real one, not
> automatice reply, which is not helpful!) there can
> help??
>
>
>
> --- Davanum Srinivas <da...@gmail.com> wrote:
>
>
>> Can someone please help with this failure?
>>
>> default:
>> java:prepare-filesystem:
>>     [mkdir] Created dir:
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\target\classes
>
>>
>> java:compile:
>> <depend closure="false" srcdir="1.4" dump="false"
>>
>>
> destdir="C:\APACHE\geronimo\openejb\modules\core/target/classes"></ 
> depend>
>
>>    [echo] Compiling to
>>
>>
> C:\APACHE\geronimo\openejb\modules\core/target/classes
>
>>     [javac] Compiling 606 source files to
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\target\classes
>
>>     [javac]
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba 
> \security\SecurityInitializer.java:145:
>
>> cannot resolve symbol
>>     [javac] symbol  : method generateRealmPrincipal
>> (java.lang.String,java.lang.String,java.lang.String)
>>     [javac] location: class
>> org.apache.geronimo.security.util.ConfigurationUtil
>>     [javac]         RealmPrincipal realmPrincipal =
>> ConfigurationUtil.generateRealmPrincipal(className,
>> principalName,
>> realm);
>>     [javac]
>>                 ^
>>     [javac]
>>
>>
> C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba 
> \security\config\css\CSSSASITTPrincipalNameDynamic.java:99:
>
>> cannot resolve symbol
>>     [javac] symbol  : method getLoginDomain ()
>>     [javac] location: class
>> org.apache.geronimo.security.RealmPrincipal
>>     [javac]                 if
>> (p.getLoginDomain().equals(domain)) {
>>     [javac]                      ^
>>     [javac] Note: Some input files use or override a
>> deprecated API.
>>     [javac] Note: Recompile with -deprecation for
>> details.
>>     [javac] 2 errors
>>
>> BUILD FAILED
>> File...... C:\Documents and
>>
>>
> Settings\dims\.maven\cache\maven-multiproject-plugin-1.4.1 
> \plugin.jelly
>
>> Element... maven:reactor
>> Line...... 218
>> Column.... -1
>> Unable to obtain goal [default] -- C:\Documents and
>>
>>
> Settings\dims\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:-1:
>
>> <ant:javac> Compile failed; see the compiler error
>> output for details.
>> Total time   : 11 minutes 59 seconds
>>
>> thanks,
>> dims
>>
>> --
>> Davanum Srinivas : http://wso2.com/blogs/
>>
>>
>
>
>
>
> __________________________________
> Yahoo! Music Unlimited
> Access over 1 million songs. Try it free.
> http://music.yahoo.com/unlimited/
>

-- 
Geir Magnusson Jr                                  +1-203-665-6437
geirm@apache.org



Need to get off the mailing list

Posted by Lu Li <lu...@yahoo.com>.
Hi, I would like to remove my account from the mailing
list but keep receiving emails. I've tried using the
unsubscribe address a few times. Everytime it tells me
that my email is not on the list...then why do the
emails continue to come to this mail box??

Any thoughts? Any Geronimo people (real one, not
automatice reply, which is not helpful!) there can
help??



--- Davanum Srinivas <da...@gmail.com> wrote:

> Can someone please help with this failure?
> 
> default:
> java:prepare-filesystem:
>     [mkdir] Created dir:
>
C:\APACHE\geronimo\openejb\modules\core\target\classes
> 
> java:compile:
> <depend closure="false" srcdir="1.4" dump="false"
>
destdir="C:\APACHE\geronimo\openejb\modules\core/target/classes"></depend>
>    [echo] Compiling to
>
C:\APACHE\geronimo\openejb\modules\core/target/classes
>     [javac] Compiling 606 source files to
>
C:\APACHE\geronimo\openejb\modules\core\target\classes
>     [javac]
>
C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\SecurityInitializer.java:145:
> cannot resolve symbol
>     [javac] symbol  : method generateRealmPrincipal
> (java.lang.String,java.lang.String,java.lang.String)
>     [javac] location: class
> org.apache.geronimo.security.util.ConfigurationUtil
>     [javac]         RealmPrincipal realmPrincipal =
> ConfigurationUtil.generateRealmPrincipal(className,
> principalName,
> realm);
>     [javac]                                         
>                 ^
>     [javac]
>
C:\APACHE\geronimo\openejb\modules\core\src\java\org\openejb\corba\security\config\css\CSSSASITTPrincipalNameDynamic.java:99:
> cannot resolve symbol
>     [javac] symbol  : method getLoginDomain ()
>     [javac] location: class
> org.apache.geronimo.security.RealmPrincipal
>     [javac]                 if
> (p.getLoginDomain().equals(domain)) {
>     [javac]                      ^
>     [javac] Note: Some input files use or override a
> deprecated API.
>     [javac] Note: Recompile with -deprecation for
> details.
>     [javac] 2 errors
> 
> BUILD FAILED
> File...... C:\Documents and
>
Settings\dims\.maven\cache\maven-multiproject-plugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... -1
> Unable to obtain goal [default] -- C:\Documents and
>
Settings\dims\.maven\cache\maven-java-plugin-1.5\plugin.jelly:63:-1:
> <ant:javac> Compile failed; see the compiler error
> output for details.
> Total time   : 11 minutes 59 seconds
> 
> thanks,
> dims
> 
> --
> Davanum Srinivas : http://wso2.com/blogs/
> 



		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/