« Return to Thread: Jython 2.5 with Maven2

Re: Jython 2.5 with Maven2

by Steven Githens-2 :: Rate this Message:

Reply to Author | View in Thread

Actually, I just upgraded one of my projects to use Jython 2.5.1 and
sent the jar along with a request to our admins to add it to our public
maven repo we mirror for our project.

I created the jar by using the Jython Installer GUI, choosing the
standalone jar option, and then installing that with:

mvn install:install-file -DgroupId=org.python
-DartifactId=jython-complete  -Dversion=2.5.1 -Dpackaging=jar
-Dfile=/home/sgithens/bin/jython2.5.1standalonejar/jython.jar

This actually brings me to the question.. how do we figure out the md5
for the jython installer jar that's downloaded from Sourceforge? Maybe
I'm missing it, but I can't find it on the sourceforge page.  I'd like
to be able to check the md5 of the installer, so I can be confident that
the jar I'm handing my folks to make public is from a completely awesome
source.

Cheers!
Steve

P.S.
I'm hoping it show up under here pretty soon
http://source.sakaiproject.org/maven2/org/
They're usually pretty fast even on the weekends, but it might not show
up until Monday.
The jar I made is here: http://githens.org/drop/jython-complete-2.5.1.jar

Leo Soto M. wrote:

> 2009/10/8 Charlie Groves <charlie.groves@...>:
>  
>> 2009/10/8 Viưar Svansson <vidarsvans@...>:
>>    
>>> Any progress on this? I would really like to include jython 2.5 in my pom.xml
>>>      
>> The jar is in the central maven 2 repository:
>> http://www.jarvana.com/jarvana/inspect-pom/org/python/jython/2.5.0/jython-2.5.0.pom
>>    
>
> BTW, as far as I have seen, the jar in the maven repository is the
> regular one, without the standard library.
>
> Do you know if there is a way to get the Jython standard library via
> maven (either as a separate jar or as a different "stand-alone
> version" jar)?
>
> [IIRC, the Hudson Jython plugin is *seriously* limited by this situation]
>
> Regards,
>  


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

 « Return to Thread: Jython 2.5 with Maven2