You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Janos Mucsi <mu...@yahoo.com> on 2004/11/05 20:35:44 UTC

error getting through proxy

Hi
I am behind an NT (?) firewall with a proxy. I already
added the following lines to build.properties in my
home directory:
maven.proxy.host =ijk.com
maven.proxy.port =80
maven.proxy.username =abc
maven.proxy.password=xyz

However, I am still getting the following error:

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

Attempting to download dom4j-1.4-dev-8.jar.
Credentials cannot be used for NTLM authentication:
org.apache.commons.httpclien
t.UsernamePasswordCredentials
Error retrieving artifact from
[http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.
4-dev-8.jar]: java.io.IOException: Not authorized by
proxy.
WARNING: Failed to download dom4j-1.4-dev-8.jar.


Can you please help.
THanks.
J


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: www.ibiblio.org/maven/j2ee does not exist

Posted by David Jencks <dj...@gluecode.com>.
You'd want

http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-j2ee-1.4- 
rc2.jar

or the individual jars per spec located in the same directory.

These are j2ee 1.4 not j2ee 1.3 however.

david jencks

On Nov 5, 2004, at 6:44 PM, Brett Porter wrote:

> http://maven.apache.org/sun-licensing-journey.html
>
> You need to download it yourself and put it in your local repository,
> or use a jar override (see the user guide) if you want to store the
> file outside the repository.
>
> Alternatively, you can attempt to use the JARs provided for free by
> the geronimo project (I haven't tried this though).
>
> http://www.ibiblio.org/maven/geronimo/jars/
>
>
> On Fri, 5 Nov 2004 15:52:55 -0800 (PST), Janos Mucsi  
> <mu...@yahoo.com> wrote:
>> Does anybody know why this directory does not exist?
>>  __  __
>> |  \/  |__ _Apache__ ___
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
>>
>> Error retrieving artifact from
>> [http://www.ibiblio.org/maven/j2ee/jars/j2ee-1.3.
>>
>> __________________________________
>> Do you Yahoo!?
>> Check out the new Yahoo! Front Page.
>> www.yahoo.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: www.ibiblio.org/maven/j2ee does not exist

Posted by Brett Porter <br...@gmail.com>.
http://maven.apache.org/sun-licensing-journey.html

You need to download it yourself and put it in your local repository,
or use a jar override (see the user guide) if you want to store the
file outside the repository.

Alternatively, you can attempt to use the JARs provided for free by
the geronimo project (I haven't tried this though).

http://www.ibiblio.org/maven/geronimo/jars/


On Fri, 5 Nov 2004 15:52:55 -0800 (PST), Janos Mucsi <mu...@yahoo.com> wrote:
> Does anybody know why this directory does not exist?
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
> 
> Error retrieving artifact from
> [http://www.ibiblio.org/maven/j2ee/jars/j2ee-1.3.
> 
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


www.ibiblio.org/maven/j2ee does not exist

Posted by Janos Mucsi <mu...@yahoo.com>.
Does anybody know why this directory does not exist?
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0


Error retrieving artifact from
[http://www.ibiblio.org/maven/j2ee/jars/j2ee-1.3.



		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: context root is missing from application.xml

Posted by Charles Daniels <cj...@yahoo.com>.
The correct property name is <ear.appxml.war.context-root>

> -----Original Message-----
> From: Janos Mucsi [mailto:mucsij@yahoo.com] 
> Sent: Friday, November 05, 2004 4:59 PM
> To: Maven Users List
> Subject: context root is missing from application.xml
> 
> Hi
> 
> in project.xml I have this:
> 
> <dependency>
>         <groupId>everest</groupId>
>         <artifactId>everest-module-csrweb</artifactId>
>         <version>${pom.currentVersion}</version>
>         <type>war</type>
>         <properties>
>             <ear.bundle>true</ear.bundle>
>            
> <ear.appxml.ear.context-root>/foobar-online</ear.appxml.ear.co
> ntext-root>
>         </properties>
> 
> However, after running "maven ear" application.xml
> looks like this:
> 
> <module>
>     <web>
>       <web-uri>everest-module-csrweb-1.0.war</web-uri>
>       <context-root>
>       </context-root>
>     </web>
>   </module>
> 
> 
> Any ideas? (I am using Maven 1.0 not 1.0.1)
> Thanks.
> 
> Janos
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Check out the new Yahoo! Front Page. 
> www.yahoo.com 
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


context root is missing from application.xml

Posted by Janos Mucsi <mu...@yahoo.com>.
Hi

in project.xml I have this:

<dependency>
        <groupId>everest</groupId>
        <artifactId>everest-module-csrweb</artifactId>
        <version>${pom.currentVersion}</version>
        <type>war</type>
        <properties>
            <ear.bundle>true</ear.bundle>
           
<ear.appxml.ear.context-root>/foobar-online</ear.appxml.ear.context-root>
        </properties>

However, after running "maven ear" application.xml
looks like this:

<module>
    <web>
      <web-uri>everest-module-csrweb-1.0.war</web-uri>
      <context-root>
      </context-root>
    </web>
  </module>


Any ideas? (I am using Maven 1.0 not 1.0.1)
Thanks.

Janos


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: error getting through proxy

Posted by Brett Porter <br...@gmail.com>.
I think this has been fixed for Maven 1.0.1.


On Fri, 5 Nov 2004 11:35:44 -0800 (PST), Janos Mucsi <mu...@yahoo.com> wrote:
> Hi
> I am behind an NT (?) firewall with a proxy. I already
> added the following lines to build.properties in my
> home directory:
> maven.proxy.host =ijk.com
> maven.proxy.port =80
> maven.proxy.username =abc
> maven.proxy.password=xyz
> 
> However, I am still getting the following error:
> 
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
> 
> Attempting to download dom4j-1.4-dev-8.jar.
> Credentials cannot be used for NTLM authentication:
> org.apache.commons.httpclien
> t.UsernamePasswordCredentials
> Error retrieving artifact from
> [http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.
> 4-dev-8.jar]: java.io.IOException: Not authorized by
> proxy.
> WARNING: Failed to download dom4j-1.4-dev-8.jar.
> 
> Can you please help.
> THanks.
> J
> 
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org