Build gwtproject?

217 views
Skip to first unread message

Brandon Donnelson

unread,
Oct 16, 2014, 10:34:39 PM10/16/14
to google-web-tool...@googlegroups.com
Could gwtproject site be built?

I'm looking for access to these:

Thanks,
Brandon

Julien Dramaix

unread,
Oct 17, 2014, 3:28:36 AM10/17/14
to google-web-tool...@googlegroups.com
Hi Brandon

I will do that this week end !

Just ping me monday if it doesn't work.

Julien

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/8f5c5e44-1543-4f64-84f8-0704507bb028%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Manuel Carrasco Moñino

unread,
Oct 17, 2014, 5:36:29 AM10/17/14
to google-web-tool...@googlegroups.com
Shouldn't this be a task in our CI server, so as we always have the most recent stuff approved and merged?

- Manolo

Manuel Carrasco Moñino

unread,
Oct 18, 2014, 5:56:52 PM10/18/14
to google-web-tool...@googlegroups.com
I have created a task in Jenkins and used it to update the site

The task is private (only admins can see it) and It's not enabled to be run whenever a new change is done, but after fixing a couple of issues it will run automatically.

Brandon, could you check that all the stuff you need is there?

Brandon Donnelson

unread,
Oct 18, 2014, 6:52:16 PM10/18/14
to google-web-tool...@googlegroups.com
Thanks. I think one of the issues with deploying is the credentials provision to the remoteapi and deployment entrypoint. I've been wanting to help with the official GAE maven plugin to help with this but haven't got there yet. Anyways, nice that you're looking into this.

I'm not seeing the http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd  resources. Either they have been updated, or I configured the assembly wrong and there not getting copied in the build to generated site. 

Thanks,
Brandon


On Saturday, October 18, 2014 2:56:52 PM UTC-7, Manuel Carrasco Moñino wrote:
I have created a task in Jenkins and used it to update the site

The task is private (only admins can see it) and It's not enabled to be run whenever a new change is done, but after fixing a couple of issues it will run automatically.

Brandon, could you check that all the stuff you need is there?

On Fri, Oct 17, 2014 at 11:36 AM, Manuel Carrasco Moñino <man...@apache.org> wrote:
Shouldn't this be a task in our CI server, so as we always have the most recent stuff approved and merged?

- Manolo
On Fri, Oct 17, 2014 at 9:28 AM, Julien Dramaix <julien....@gmail.com> wrote:
Hi Brandon

I will do that this week end !

Just ping me monday if it doesn't work.

Julien
On Fri, Oct 17, 2014 at 4:34 AM, Brandon Donnelson <branfl...@gmail.com> wrote:
Could gwtproject site be built?

I'm looking for access to these:

Thanks,
Brandon

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

Jens

unread,
Nov 12, 2014, 5:38:44 AM11/12/14
to google-web-tool...@googlegroups.com
I'm not seeing the http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd  resources. Either they have been updated, or I configured the assembly wrong and there not getting copied in the build to generated site. 

Ping. Still doesn't seem to be uploaded yet?

-- J.

Thomas Broyer

unread,
Nov 12, 2014, 9:32:57 AM11/12/14
to google-web-tool...@googlegroups.com


On Wednesday, November 12, 2014 11:38:44 AM UTC+1, Jens wrote:
I'm not seeing the http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd  resources. Either they have been updated, or I configured the assembly wrong and there not getting copied in the build to generated site. 

Ping. Still doesn't seem to be uploaded yet?

The patch has been merged more than a month a ago (https://gwt-review.googlesource.com/9478) so I think it's rather a bug in the packaging/deployment/file-serving that maybe filters out *.dtd files.

Julien Dramaix

unread,
Nov 12, 2014, 9:47:12 AM11/12/14
to google-web-tool...@googlegroups.com
Yes we have to modify the gwt-site-uploader to uplaod the .dtd files. I will try to spent some time on that tonight.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/6f22cf6a-d0f4-4251-81d2-0b98bd21e69e%40googlegroups.com.

Brandon Donnelson

unread,
Nov 12, 2014, 10:41:30 AM11/12/14
to google-web-tool...@googlegroups.com
I did an uploader rewrite a while back to upload all the files and this also serves them through the servlet if you're interested in that code I can share?


On Wednesday, November 12, 2014 6:47:12 AM UTC-8, Julien Dramaix wrote:
Yes we have to modify the gwt-site-uploader to uplaod the .dtd files. I will try to spent some time on that tonight.

On Wed Nov 12 2014 at 3:32:58 PM Thomas Broyer <t.br...@gmail.com> wrote:


On Wednesday, November 12, 2014 11:38:44 AM UTC+1, Jens wrote:
I'm not seeing the http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd  resources. Either they have been updated, or I configured the assembly wrong and there not getting copied in the build to generated site. 

Ping. Still doesn't seem to be uploaded yet?

The patch has been merged more than a month a ago (https://gwt-review.googlesource.com/9478) so I think it's rather a bug in the packaging/deployment/file-serving that maybe filters out *.dtd files.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

Julien Dramaix

unread,
Nov 12, 2014, 3:06:17 PM11/12/14
to google-web-tool...@googlegroups.com
yep sure, every improvement is welcome !

To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/c917c381-15fd-465e-9409-53604c00a1fb%40googlegroups.com.

Brandon Donnelson

unread,
Nov 12, 2014, 6:14:43 PM11/12/14
to google-web-tool...@googlegroups.com
Ok sounds good, will get that out shortly. 


On Wednesday, November 12, 2014 12:06:17 PM UTC-8, Julien Dramaix wrote:
yep sure, every improvement is welcome !

On Wed Nov 12 2014 at 4:41:32 PM Brandon Donnelson <branfl...@gmail.com> wrote:
I did an uploader rewrite a while back to upload all the files and this also serves them through the servlet if you're interested in that code I can share?


On Wednesday, November 12, 2014 6:47:12 AM UTC-8, Julien Dramaix wrote:
Yes we have to modify the gwt-site-uploader to uplaod the .dtd files. I will try to spent some time on that tonight.

On Wed Nov 12 2014 at 3:32:58 PM Thomas Broyer <t.br...@gmail.com> wrote:


On Wednesday, November 12, 2014 11:38:44 AM UTC+1, Jens wrote:
I'm not seeing the http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd  resources. Either they have been updated, or I configured the assembly wrong and there not getting copied in the build to generated site. 

Ping. Still doesn't seem to be uploaded yet?

The patch has been merged more than a month a ago (https://gwt-review.googlesource.com/9478) so I think it's rather a bug in the packaging/deployment/file-serving that maybe filters out *.dtd files.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/6f22cf6a-d0f4-4251-81d2-0b98bd21e69e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

Julien Dramaix

unread,
Nov 13, 2014, 8:52:30 AM11/13/14
to google-web-tool...@googlegroups.com
I've updated the site-uploader in order to upload the dtd files. They should be available now. I have still to modify the application in order to set the right mime-type for the dtd files.

Julien

To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/507f8c0e-0f65-4a05-a786-1fe2c9ad36b5%40googlegroups.com.

Brandon Donnelson

unread,
Nov 14, 2014, 7:02:15 AM11/14/14
to google-web-tool...@googlegroups.com
Cool nice job. 
Reply all
Reply to author
Forward
0 new messages