akserg / dart_web_toolkit

Dart Web Toolkit (DWT) is a development toolkit for building and optimizing complex browser-based applications inspired by GWT.
Other
70 stars 24 forks source link

"Failed to load resource" (any image in DWT) #95

Open hewhocutsdown opened 11 years ago

hewhocutsdown commented 11 years ago

Seems to be similar to issue #61, albeit with different paths.

My version is set to: >=0.3.22+1 <0.3.23

An example expected path is:

http://127.0.0.1:3030/myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

Actual filesystem path is:

myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

where packages and dart_web_toolkit are links.

Running Dart Editor on Ubuntu 13.04.

akserg commented 11 years ago

Hi Jordan,

May I ask you to provide more details about bug. I have issued DWT 0.3.23 and Lost Dart 0.5.5, quickly test DWT in Showcase and didn't find any issues.

Would be nice to have source code or link onto you project in web.

Sergey

On 3 October 2013 23:28, Jordan Peacock notifications@github.com wrote:

Seems to be similar to issue #61https://github.com/akserg/dart_web_toolkit/issues/61, albeit with different paths.

My version is set to: >=0.3.22+1 <0.3.23

An example expected path is:

http://127.0.0.1:3030/myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

Actual filesystem path is:

myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

where packages and dart_web_toolkit are links.

Running Dart Editor on Ubuntu 13.04.

— Reply to this email directly or view it on GitHubhttps://github.com/akserg/dart_web_toolkit/issues/95 .

hewhocutsdown commented 11 years ago

Sorry, I was away from my email this weekend.

I'll obtain the relevant information tomorrow and send an update.

Jordan Peacock

hewhocutsdown@gmail.com jordan.peacock@egs.edu jordan@peacockclan.net hewhocutsdown.net

https://plus.google.com/102162793011751589081/posts

On Sat, Oct 5, 2013 at 2:59 PM, Sergey Akopkokhyants < notifications@github.com> wrote:

Hi Jordan,

May I ask you to provide more details about bug. I have issued DWT 0.3.23 and Lost Dart 0.5.5, quickly test DWT in Showcase and didn't find any issues.

Would be nice to have source code or link onto you project in web.

Sergey

On 3 October 2013 23:28, Jordan Peacock notifications@github.com wrote:

Seems to be similar to issue #61< https://github.com/akserg/dart_web_toolkit/issues/61>, albeit with different paths.

My version is set to: >=0.3.22+1 <0.3.23

An example expected path is:

http://127.0.0.1:3030/myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

Actual filesystem path is:

myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

where packages and dart_web_toolkit are links.

Running Dart Editor on Ubuntu 13.04.

— Reply to this email directly or view it on GitHub< https://github.com/akserg/dart_web_toolkit/issues/95> .

— Reply to this email directly or view it on GitHubhttps://github.com/akserg/dart_web_toolkit/issues/95#issuecomment-25755882 .

hewhocutsdown commented 11 years ago

Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:3030/<my project>/web/src/packages/dart_web_toolkit/resource/images/treeOpen.gif

is the error I get. It seems the src/packages directories should actually be packages/src.

Jordan Peacock

hewhocutsdown@gmail.com jordan.peacock@egs.edu jordan@peacockclan.net hewhocutsdown.net

https://plus.google.com/102162793011751589081/posts

On Sun, Oct 6, 2013 at 3:23 PM, Jordan Peacock hewhocutsdown@gmail.comwrote:

Sorry, I was away from my email this weekend.

I'll obtain the relevant information tomorrow and send an update.

Jordan Peacock

hewhocutsdown@gmail.com jordan.peacock@egs.edu jordan@peacockclan.net hewhocutsdown.net

https://plus.google.com/102162793011751589081/posts

On Sat, Oct 5, 2013 at 2:59 PM, Sergey Akopkokhyants < notifications@github.com> wrote:

Hi Jordan,

May I ask you to provide more details about bug. I have issued DWT 0.3.23 and Lost Dart 0.5.5, quickly test DWT in Showcase and didn't find any issues.

Would be nice to have source code or link onto you project in web.

Sergey

On 3 October 2013 23:28, Jordan Peacock notifications@github.com wrote:

Seems to be similar to issue #61< https://github.com/akserg/dart_web_toolkit/issues/61>, albeit with different paths.

My version is set to: >=0.3.22+1 <0.3.23

An example expected path is:

http://127.0.0.1:3030/myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

Actual filesystem path is:

myProject/web/src/packages/dart_web_toolkit/resource/images/clear.gif

where packages and dart_web_toolkit are links.

Running Dart Editor on Ubuntu 13.04.

— Reply to this email directly or view it on GitHub< https://github.com/akserg/dart_web_toolkit/issues/95> .

— Reply to this email directly or view it on GitHubhttps://github.com/akserg/dart_web_toolkit/issues/95#issuecomment-25755882 .

akserg commented 11 years ago

Fixed in build 0.3.24. Please check.

hewhocutsdown commented 11 years ago

Thank you! I will test this afternoon.

Jordan Peacock

hewhocutsdown@gmail.com jordan.peacock@egs.edu jordan@peacockclan.net hewhocutsdown.net

https://plus.google.com/102162793011751589081/posts

On Wed, Oct 9, 2013 at 5:10 AM, Sergey Akopkokhyants < notifications@github.com> wrote:

Fixed in build 0.3.24. Please check.

— Reply to this email directly or view it on GitHubhttps://github.com/akserg/dart_web_toolkit/issues/95#issuecomment-25959929 .