First time with Equinox

3 messages Options
Embed this post
Permalink
koevet

First time with Equinox

Reply Threaded More More options
Print post
Permalink
Hello,
I'm a long time Appfuse user. I need to build a simple web app and I decided to give Equinox a go.
I have downloaded the 1.7 version (with Spring, Ajax, Spring JDBC), unzipped and tried with "ant new" (like I normally do with Appfuse).
The result is:
Buildfile: build.xml
[artifact:dependencies] Downloading: aspectj/aspectjweaver/1.5.2/aspectjweaver-.5.2.pom
[artifact:dependencies] An error has occurred while processing the Maven artifat tasks.
[artifact:dependencies]  Diagnosis:
[artifact:dependencies]
[artifact:dependencies] Unable to resolve artifact: Unable to get dependency inormation: Unable to read the metadata file for artifact 'aspectj:aspectjweaver:
ar': Error getting POM for 'aspectj:aspectjweaver' from the repository: Error tansferring file

I'm behing a proxy, so I have created a settings.xml file with all relevant proxy info but I get the same error.
Am I actually supposed to use "ant new"? Or should I use "mvn eclipse:eclipse", like the documentation suggests? (it also fails, with a different error).

Thanks
Luciano
Matt Raible-3

Re: First time with Equinox

Reply Threaded More More options
Print post
Permalink
You should be able to use "ant new".  It sounds like your proxy
settings may not be working.  Can you try upgrading to Maven 2.0.5
(released a couple of days ago) and see if that helps?

http://maven.apache.org

Matt

On 2/16/07, koevet <[hidden email]> wrote:

>
> Hello,
> I'm a long time Appfuse user. I need to build a simple web app and I decided
> to give Equinox a go.
> I have downloaded the 1.7 version (with Spring, Ajax, Spring JDBC), unzipped
> and tried with "ant new" (like I normally do with Appfuse).
> The result is:
> Buildfile: build.xml
> [artifact:dependencies] Downloading:
> aspectj/aspectjweaver/1.5.2/aspectjweaver-.5.2.pom
> [artifact:dependencies] An error has occurred while processing the Maven
> artifat tasks.
> [artifact:dependencies]  Diagnosis:
> [artifact:dependencies]
> [artifact:dependencies] Unable to resolve artifact: Unable to get dependency
> inormation: Unable to read the metadata file for artifact
> 'aspectj:aspectjweaver:
> ar': Error getting POM for 'aspectj:aspectjweaver' from the repository:
> Error tansferring file
>
> I'm behing a proxy, so I have created a settings.xml file with all relevant
> proxy info but I get the same error.
> Am I actually supposed to use "ant new"? Or should I use "mvn
> eclipse:eclipse", like the documentation suggests? (it also fails, with a
> different error).
>
> Thanks
> Luciano
> --
> View this message in context: http://www.nabble.com/First-time-with-Equinox-tf3239084s2369.html#a9003079
> Sent from the Equinox Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]
> For additional commands, e-mail: [hidden email]
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

koevet

Re: First time with Equinox

Reply Threaded More More options
Print post
Permalink
Hello Matt,
thanks for your reply.
I'm actually using Maven 2.0.5 but I guess that the problem relies in the MS Proxy server I'm behind.
The authentication mechanism is not standard and probably Maven is not able to access the Maven repo using the standard proxy configuration (settings.xml).
I have also tried to install ntlmaps, that is a little python script that authenticate itself with the MS Proxy and exposes a standard proxy authentication mechanism. If I set my browser to use the port of the python process is listening to (eg. localhost:9001) I can actually access the internet (meaning that I can bypass the MS proxy). For some annoyng reason, Maven still doesnt like it.
I guess I will have to download the dependencies when I'm home...

Thanks
Luciano


Matt Raible-3 wrote:
You should be able to use "ant new".  It sounds like your proxy
settings may not be working.  Can you try upgrading to Maven 2.0.5
(released a couple of days ago) and see if that helps?

http://maven.apache.org

Matt

On 2/16/07, koevet <lfiandesio@yahoo.com> wrote:
>
> Hello,
> I'm a long time Appfuse user. I need to build a simple web app and I decided
> to give Equinox a go.
> I have downloaded the 1.7 version (with Spring, Ajax, Spring JDBC), unzipped
> and tried with "ant new" (like I normally do with Appfuse).
> The result is:
> Buildfile: build.xml
> [artifact:dependencies] Downloading:
> aspectj/aspectjweaver/1.5.2/aspectjweaver-.5.2.pom
> [artifact:dependencies] An error has occurred while processing the Maven
> artifat tasks.
> [artifact:dependencies]  Diagnosis:
> [artifact:dependencies]
> [artifact:dependencies] Unable to resolve artifact: Unable to get dependency
> inormation: Unable to read the metadata file for artifact
> 'aspectj:aspectjweaver:
> ar': Error getting POM for 'aspectj:aspectjweaver' from the repository:
> Error tansferring file
>
> I'm behing a proxy, so I have created a settings.xml file with all relevant
> proxy info but I get the same error.
> Am I actually supposed to use "ant new"? Or should I use "mvn
> eclipse:eclipse", like the documentation suggests? (it also fails, with a
> different error).
>
> Thanks
> Luciano
> --
> View this message in context: http://www.nabble.com/First-time-with-Equinox-tf3239084s2369.html#a9003079
> Sent from the Equinox Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@equinox.dev.java.net
> For additional commands, e-mail: users-help@equinox.dev.java.net
>
>


--
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@equinox.dev.java.net
For additional commands, e-mail: users-help@equinox.dev.java.net