Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » IAM (Eclipse Integration for Apache Maven) » Maven Core artifacts
Maven Core artifacts [message #15769] Thu, 13 November 2008 08:39 Go to next message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Is there a Maven repository with the 2.1 artifacts in it that are used
in Q4E? I can't see anything on Maven central or on the Apache
snapshots. So what is the status of 2.1? Will IAM be switching to
Maven 3.0 (or has it already)?
Re: Maven Core artifacts [message #15879 is a reply to message #15769] Thu, 13 November 2008 16:52 Go to previous messageGo to next message
Abel Mui is currently offline Abel MuiFriend
Messages: 247
Registered: July 2009
Senior Member
There is a repository at:
http://q4e.googlecode.com/svn/repository/releases

There are also "frozen" versions of maven source code:
http://q4e.googlecode.com/svn/vendor/maven/current/

Development of IAM is based on a snapshot of the 3.0 (although updates are
expected, as maven 3.0 gets more stable).

Dave Syer wrote:

> Is there a Maven repository with the 2.1 artifacts in it that are used
> in Q4E? I can't see anything on Maven central or on the Apache
> snapshots. So what is the status of 2.1? Will IAM be switching to
> Maven 3.0 (or has it already)?
Re: Maven Core artifacts [message #15897 is a reply to message #15879] Thu, 13 November 2008 17:20 Go to previous messageGo to next message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Abel Muiño wrote:
> There is a repository at:
> http://q4e.googlecode.com/svn/repository/releases

Thanks. I think you misunderstood (or I did). I can see Maven
artifacts in that repo, but nothing under org/apache/maven. Where are
the Maven artifacts pulled from? I would like to get hold of the ones
Q4E is using as well as the IAM dependencies.
Re: Maven Core artifacts [message #15915 is a reply to message #15897] Sat, 15 November 2008 04:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: carlos.carlossanchez.eu

The current version 2.1.0.659801b is generated by checking out the
revision 659801 from

https://svn.apache.org/repos/asf/maven/components/trunk
https://svn.apache.org/repos/asf/maven/artifact/trunk

do a
mvn clean install

and then do "mvn -o clean package" from
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder

The java sources used are in
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
the jars are in
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib


Now, this is a problem and I tried to create a vendor branch as Abel
mentioned. We import maven sources into
https://q4e.googlecode.com/svn/vendor and then customize them in
https://q4e.googlecode.com/svn/trunk/thirdparty
But the 3 or so revisions of Maven that I tried were a bit buggy so I
finally didn't update the version used by Q4E. We can do that when the
IAM code is a stable in the Eclipse foundation. Hopefully by that time
too we'll have a 3.0-alpha release of the embedder.

Please don't hesitate to ask any questions, I know it's a bit cumbersome
to build.

Also you can download the command line version that matches the one used
by Q4E at http://code.google.com/p/q4e/downloads/list


Dave Syer wrote:
> Abel Muiño wrote:
>> There is a repository at:
>> http://q4e.googlecode.com/svn/repository/releases
>
> Thanks. I think you misunderstood (or I did). I can see Maven
> artifacts in that repo, but nothing under org/apache/maven. Where are
> the Maven artifacts pulled from? I would like to get hold of the ones
> Q4E is using as well as the IAM dependencies.
Re: Maven Core artifacts [message #15933 is a reply to message #15915] Sat, 15 November 2008 08:38 Go to previous messageGo to next message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Carlos Sanchez wrote:
> The java sources used are in
> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
> the jars are in
> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib

Thanks for the detailed instructions. Any reason you can't just put the
jar artifacts (with sourecs) in the Maven repository at
http://q4e.googlecode.com/svn/repository/releases (or similar)?
Re: Maven Core artifacts [message #15951 is a reply to message #15933] Sat, 15 November 2008 18:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: carlos.carlossanchez.eu

if you want we can do that. It wasn't ever needed as the embedder plugin
has both of them and can be available through eclipse


Dave Syer wrote:
> Carlos Sanchez wrote:
>> The java sources used are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
>> the jars are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib
>
> Thanks for the detailed instructions. Any reason you can't just put the
> jar artifacts (with sourecs) in the Maven repository at
> http://q4e.googlecode.com/svn/repository/releases (or similar)?
Re: Maven Core artifacts [message #15966 is a reply to message #15951] Sun, 16 November 2008 09:40 Go to previous messageGo to next message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Carlos Sanchez wrote:
> if you want we can do that. It wasn't ever needed as the embedder plugin
> has both of them and can be available through eclipse

Sorry, I'm a PDE dunce, but I know how to use Maven. Therefore it's
easier for me to use a Maven artifact than an embedded jar in an Eclipse
plugin. If you can tell me how to add the jar (and sources) to the
classpath in an Eclipse project, maybe that's all I need. If that
involves using PDE it is probably easier for you to just publish the
Maven artifacts.

In case your're wondering why I ask: right now, I just need to check
some assumptions with version ranges. But then this isn't the first
time I've thought that I needed to see what Q4E was doing, and being
able to see the source code is much more efficient than thrashing around
with other information sources.

Thanks,

Dave.
Re: Maven Core artifacts [message #15982 is a reply to message #15933] Tue, 18 November 2008 21:29 Go to previous message
Eclipse UserFriend
Originally posted by: carlos.carlossanchez.eu

Dave Syer wrote:
> Carlos Sanchez wrote:
>> The java sources used are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
>> the jars are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib
>
> Thanks for the detailed instructions. Any reason you can't just put the
> jar artifacts (with sourecs) in the Maven repository at
> http://q4e.googlecode.com/svn/repository/releases (or similar)?

I had updated the vendor branch
https://q4e.googlecode.com/svn/trunk/thirdparty

and pushing currently the jars and sources to our repo at
https://q4e.googlecode.com/svn/repository/releases
Re: Maven Core artifacts [message #568040 is a reply to message #15769] Thu, 13 November 2008 16:52 Go to previous message
Abel Mui is currently offline Abel MuiFriend
Messages: 247
Registered: July 2009
Senior Member
There is a repository at:
http://q4e.googlecode.com/svn/repository/releases

There are also "frozen" versions of maven source code:
http://q4e.googlecode.com/svn/vendor/maven/current/

Development of IAM is based on a snapshot of the 3.0 (although updates are
expected, as maven 3.0 gets more stable).

Dave Syer wrote:

> Is there a Maven repository with the 2.1 artifacts in it that are used
> in Q4E? I can't see anything on Maven central or on the Apache
> snapshots. So what is the status of 2.1? Will IAM be switching to
> Maven 3.0 (or has it already)?
Re: Maven Core artifacts [message #568071 is a reply to message #15879] Thu, 13 November 2008 17:20 Go to previous message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Abel Muiño wrote:
> There is a repository at:
> http://q4e.googlecode.com/svn/repository/releases

Thanks. I think you misunderstood (or I did). I can see Maven
artifacts in that repo, but nothing under org/apache/maven. Where are
the Maven artifacts pulled from? I would like to get hold of the ones
Q4E is using as well as the IAM dependencies.
Re: Maven Core artifacts [message #568112 is a reply to message #15897] Sat, 15 November 2008 04:08 Go to previous message
Carlos Sanchez is currently offline Carlos SanchezFriend
Messages: 97
Registered: July 2009
Member
The current version 2.1.0.659801b is generated by checking out the
revision 659801 from

https://svn.apache.org/repos/asf/maven/components/trunk
https://svn.apache.org/repos/asf/maven/artifact/trunk

do a
mvn clean install

and then do "mvn -o clean package" from
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder

The java sources used are in
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
the jars are in
https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib


Now, this is a problem and I tried to create a vendor branch as Abel
mentioned. We import maven sources into
https://q4e.googlecode.com/svn/vendor and then customize them in
https://q4e.googlecode.com/svn/trunk/thirdparty
But the 3 or so revisions of Maven that I tried were a bit buggy so I
finally didn't update the version used by Q4E. We can do that when the
IAM code is a stable in the Eclipse foundation. Hopefully by that time
too we'll have a 3.0-alpha release of the embedder.

Please don't hesitate to ask any questions, I know it's a bit cumbersome
to build.

Also you can download the command line version that matches the one used
by Q4E at http://code.google.com/p/q4e/downloads/list


Dave Syer wrote:
> Abel Muiño wrote:
>> There is a repository at:
>> http://q4e.googlecode.com/svn/repository/releases
>
> Thanks. I think you misunderstood (or I did). I can see Maven
> artifacts in that repo, but nothing under org/apache/maven. Where are
> the Maven artifacts pulled from? I would like to get hold of the ones
> Q4E is using as well as the IAM dependencies.
Re: Maven Core artifacts [message #568142 is a reply to message #15915] Sat, 15 November 2008 08:38 Go to previous message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Carlos Sanchez wrote:
> The java sources used are in
> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
> the jars are in
> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib

Thanks for the detailed instructions. Any reason you can't just put the
jar artifacts (with sourecs) in the Maven repository at
http://q4e.googlecode.com/svn/repository/releases (or similar)?
Re: Maven Core artifacts [message #568170 is a reply to message #15933] Sat, 15 November 2008 18:17 Go to previous message
Carlos Sanchez is currently offline Carlos SanchezFriend
Messages: 97
Registered: July 2009
Member
if you want we can do that. It wasn't ever needed as the embedder plugin
has both of them and can be available through eclipse


Dave Syer wrote:
> Carlos Sanchez wrote:
>> The java sources used are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
>> the jars are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib
>
> Thanks for the detailed instructions. Any reason you can't just put the
> jar artifacts (with sourecs) in the Maven repository at
> http://q4e.googlecode.com/svn/repository/releases (or similar)?
Re: Maven Core artifacts [message #568203 is a reply to message #15951] Sun, 16 November 2008 09:40 Go to previous message
Dave Syer is currently offline Dave SyerFriend
Messages: 95
Registered: July 2009
Member
Carlos Sanchez wrote:
> if you want we can do that. It wasn't ever needed as the embedder plugin
> has both of them and can be available through eclipse

Sorry, I'm a PDE dunce, but I know how to use Maven. Therefore it's
easier for me to use a Maven artifact than an embedded jar in an Eclipse
plugin. If you can tell me how to add the jar (and sources) to the
classpath in an Eclipse project, maybe that's all I need. If that
involves using PDE it is probably easier for you to just publish the
Maven artifacts.

In case your're wondering why I ask: right now, I just need to check
some assumptions with version ranges. But then this isn't the first
time I've thought that I needed to see what Q4E was doing, and being
able to see the source code is much more efficient than thrashing around
with other information sources.

Thanks,

Dave.
Re: Maven Core artifacts [message #568237 is a reply to message #15933] Tue, 18 November 2008 21:29 Go to previous message
Carlos Sanchez is currently offline Carlos SanchezFriend
Messages: 97
Registered: July 2009
Member
Dave Syer wrote:
> Carlos Sanchez wrote:
>> The java sources used are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ sources
>> the jars are in
>> https://q4e.googlecode.com/svn/trunk/plugins/maven/embedder/ lib
>
> Thanks for the detailed instructions. Any reason you can't just put the
> jar artifacts (with sourecs) in the Maven repository at
> http://q4e.googlecode.com/svn/repository/releases (or similar)?

I had updated the vendor branch
https://q4e.googlecode.com/svn/trunk/thirdparty

and pushing currently the jars and sources to our repo at
https://q4e.googlecode.com/svn/repository/releases
Previous Topic:packaging problem
Next Topic:Eclipse-Plugins as consumeable Maven-Artifacts?
Goto Forum:
  


Current Time: Fri Apr 19 15:15:05 GMT 2024

Powered by FUDForum. Page generated in 0.02540 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top