Hello.

It looks like the repository Authenticator does not allow for null usernames
and passwords for proxy servers:

public DefaultAuthenticator( String username, String password ) 
     throws NullPointerException 
     {
         if( username == null ) throw new 
                    NullPointerException( "username" );
         if( password == null ) throw new 
                    NullPointerException( "password" );
         m_username = username;
         m_password = password.toCharArray();
     }

However, not all proxy servers require usernames and passwords, so this
isn't a completely valid approach.  Since I happen to be behind a firewall
and proxy right now I can't make the change at the moment.

BUILD FAILED
File...... file:/C:/root/home/farra/dev/projects/apache/avalon/repository/
Element... maven:reactor
Line...... 29
Column.... 31
Unable to obtain goal [test:test] --
file:/C:/root/home/farra/dev/projects/apach
e/avalon/repository/impl/:3:41: <attainGoal> No goal [avalon:artifact]
Total time:  17 seconds

Where's the avalon:artifact goal?

I've tried running "maven jar" in the impl directory as well as "maven
avalon:build" in the parent repository directory.  Any thoughts?

J. Aaron Farr
� SONY ELECTRONICS
� DDP-CIM
� (724) 696-7653



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to