You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2006/08/22 07:56:13 UTC

[jira] Created: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Need some OpenJPA jars for maven 2 projects
-------------------------------------------

                 Key: OPENJPA-30
                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
             Project: OpenJPA
          Issue Type: Task
            Reporter: David Blevins


We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.

Thanks


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENJPA-30?page=comments#action_12430771 ] 
            
Craig Russell commented on OPENJPA-30:
--------------------------------------

I notice that the result jar files do not contain -incubating- in their names, which is a requirement for incubating projects. See the ServiceMix builds for an example. So for example, the file named openjpa-kernel-5-0.9.0-SNAPSHOT.jar should be openjpa-kernel-5-0.9.0-incubating-SNAPSHOT.jar

The artifacts built by continuum don't appear to be signed, which I think is actually ok. This is a continuous build for us developers, not a published build for users. 


> Need some OpenJPA jars for maven 2 projects
> -------------------------------------------
>
>                 Key: OPENJPA-30
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
>             Project: OpenJPA
>          Issue Type: Task
>            Reporter: David Blevins
>         Assigned To: Marc Prud'hommeaux
>
> We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Posted by "Marc Prud'hommeaux (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENJPA-30?page=all ]

Marc Prud'hommeaux resolved OPENJPA-30.
---------------------------------------

    Resolution: Fixed
      Assignee: Marc Prud'hommeaux

I've gone ahead and deployed an OpenJPA snapashot to the Apache snapshot repository and written instructions for using it at http://wiki.apache.org/incubator/openjpa/Obtaining . I don't know what the policy for when and how to update the snapshots will be, but this should be good for a start.

> Need some OpenJPA jars for maven 2 projects
> -------------------------------------------
>
>                 Key: OPENJPA-30
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
>             Project: OpenJPA
>          Issue Type: Task
>            Reporter: David Blevins
>         Assigned To: Marc Prud'hommeaux
>
> We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Posted by "Bryan Noll (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENJPA-30?page=comments#action_12430350 ] 
            
Bryan Noll commented on OPENJPA-30:
-----------------------------------

Comments originally on the dev list:

from myself:

- I saw that Marc got the newly named SNAPSHOT jars up to a repo.... good stuff.
- The next step would have one jar somewhere like http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/openjpa/0.9.0-SNAPSHOT/ for people to depend on, instead of many, correct?
- David... if you catch this... I would be glad to help (translation... observe and learn) you get the thing publishing nightly from the apache continuum server you spoke of. 


>From David Blevins in response:

We (Geronimo and OpenEJB) use maven 2 which has transitive dependencies, so it's not critical for us.  But it'd be real handy for anyone using maven 1 or ant.  Or anyone really who just wants to throw that jar in their webapp and say "go!" 

I added it in (that's the easy part).  See http://vmbuild.apache.org/continuum/servlet/continuum

That machine is terribly slow....

The tricky part with any CI system is the whole question of "Gee, what credentials do we use to deploy snapshots?"

To skirt the issue of what user to "push" jars as, I've typically setup an rsync on the destination box and "pulled" the jars down.  That worked fine with maven 1, but maven 2 has these wonderful index files in the repo that make that impossible to my knowledge.  Maybe Brett can confirm.

-David 


>From Marc Prud'hommeaux in response:

I notice that there is both a "OpenJPA" and a "OpenJPA Project" build configured in continuum, and "OpenJPA" doesn't seem to actually be building anything. Was this intended? 

If the snapshot deploy directory /x1/www/people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/ is available from the continuum server, I might be able to override the snapshotRepository to deploy straight to that directly, in which case we'd have automatic deployment of the snapshot (would would be very handy). Does that sound plausible to you?

> Need some OpenJPA jars for maven 2 projects
> -------------------------------------------
>
>                 Key: OPENJPA-30
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
>             Project: OpenJPA
>          Issue Type: Task
>            Reporter: David Blevins
>         Assigned To: Marc Prud'hommeaux
>
> We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENJPA-30?page=comments#action_12430791 ] 
            
Craig Russell commented on OPENJPA-30:
--------------------------------------

The podling release naming guidelines are at http://incubator.apache.org/incubation/Incubation_Policy.html#Releases

Everyone on the project should review the incubator guidelines thoroughly http://incubator.apache.org (there will be a test :).

> Need some OpenJPA jars for maven 2 projects
> -------------------------------------------
>
>                 Key: OPENJPA-30
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
>             Project: OpenJPA
>          Issue Type: Task
>            Reporter: David Blevins
>         Assigned To: Marc Prud'hommeaux
>
> We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OPENJPA-30) Need some OpenJPA jars for maven 2 projects

Posted by "Marc Prud'hommeaux (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OPENJPA-30?page=comments#action_12430775 ] 
            
Marc Prud'hommeaux commented on OPENJPA-30:
-------------------------------------------

I've changed the versions to all be "0.9.0-incubating-SNAPSHOT" and re-deployed to the snapshot repository and updated the wiki's instructions, as well as removing the old "0.9.0-SNAPSHOT" version (so as to not cause unnecessary confusion).

However, I wasn't aware of this naming rule. Is there a URL somewhere where I can find these guidelines for future reference?

> Need some OpenJPA jars for maven 2 projects
> -------------------------------------------
>
>                 Key: OPENJPA-30
>                 URL: http://issues.apache.org/jira/browse/OPENJPA-30
>             Project: OpenJPA
>          Issue Type: Task
>            Reporter: David Blevins
>         Assigned To: Marc Prud'hommeaux
>
> We've introduced a maven 2 dependency on OpenJPA in OpenEJB and will be doing the same in Geronimo.  Whatever you want to publish is fine with us (dev vs. snapshot), we just need a build published so people can build OpenEJB or Geronimo without having to build OpenJPA first.
> Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira