Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] XQuery 0.8M1

I see.

I imagine (I am not a Hudson expert, just an ordinary user) to have some kind of “Promote to download server” button next to a build that can run such Ant script. This way it will be really easy to decide that a certain build is the one to be copied to an integration/milestone/release p2 repository on download.eclipse.org and make this happen in a single click.

 

Do you think this makes sense and if it is possible at all in Hudson, and especially in the instance of Hudson we have in Eclipse?

 

Greetings,

Kaloyan

 

From: David Carver [mailto:d_a_carver@xxxxxxxxx]
Sent: 30 август 2010 г. 20:10 ч.
To: WTP Incubator Dev list
Cc: Raev, Kaloyan
Subject: Re: [wtp-incubator-dev] XQuery 0.8M1

 

Right now it's a manual file copy.   I do have an Ant script:

http://git.eclipse.org/c/webtools/org.eclipse.webtools.incubator.git/tree/sourceediting/development/org.eclipse.wst.xquery.releng/publish.xml?h=xquery-dev

That get's the Last Successful Build's update site as a Zip, and then unzips it.  You can then specify in the property where it is to be coppied to.  You will need access to be part of the WebAdmin's group to copy it to the appropriate NFS share.

Dave

On 08/30/2010 08:24 AM, Raev, Kaloyan wrote:

Hi, 
 
Congratulations to the team for this Milestone. 
 
Dave, I have a question that is not directly related to XQuery. 
For the JPA Diagram Editor project I follow the XQuery project for creating the build infrastructure. How do you copy the p2 repository, generated by Maven on the Hudson server, to download.eclipse.org? Do you execute manual file copy, or you somehow managed to automate this?
 
Greetings,
Kaloyan
 
-----Original Message-----
From: wtp-incubator-dev-bounces@xxxxxxxxxxx [mailto:wtp-incubator-dev-bounces@xxxxxxxxxxx] On Behalf Of David Carver
Sent: 30 август 2010 г. 16:59 ч.
To: wtp-releng@xxxxxxxxxxx; WTP Incubator Dev list
Subject: [wtp-incubator-dev] XQuery 0.8M1
 
  Milestone 0.8M1 for XQuery Development Tools has been published to the 
download site.
 
Gabriel and the rest of the XQuery Dev team should verify this update 
site is working correctly.   I'll work on a summary page which can be 
used to point back to the Hudson server where the sources and original 
artifacts are kept.
 
http://download.eclipse.org/webtools/incubator/repository/xquery/milestones/
 
Dave
 
 
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev
_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev

 


Back to the top