Yields:


Building application
webdslc arguments: –servlet -i ../feedback.app –session-timeout 120 –enable-caching 1 –dir /home/sverre/TUDelft/feedback/feedback/.servletapp
[ webdslc | info ] stage 1: parsing feedback.app : [user/system] = [0.07s/0.00s]
[ webdslc | info ] stage 2: importing modulesAmbiguities found during parsing of ../ui/evasys.app :
amb(
[ [JSString(“jQuery(function($) {
$(”“), JSString(”“, {“type”: “checkbox”}).replaceAll(”.showLink");
$(“”, {“type”: “checkbox”, “checked”: “true”}).replaceAll(“.hideLink”);
});
")]
, Conc(
amb(
[[JSString(“jQuery(function($) {
$(”“), JSString(”“, {“type”: “checkbox”}).replaceAll(”.showLink");
$("")], [JSString(“jQuery(function($) {
$(”“, {“type”: “checkbox”}).replaceAll(”.showLink");
$("")]]
)
, [JSString(“”, {“type”: “checkbox”, “checked”: “true”}).replaceAll(“.hideLink”);
});
")]
)
, [JSString(“jQuery(function($) {
$(”“, {“type”: “checkbox”}).replaceAll(”.showLink");
$(“”, {“type”: “checkbox”, “checked”: “true”}).replaceAll(“.hideLink”);
});
")]
]
)
[ webdslc | critical ] Internal error - ambiguities found in module ../ui/evasys.app

BUILD FAILED
Total time: 3 seconds

Submitted by Sverre Rabbelier on 8 February 2011 at 21:18

On 10 February 2011 at 17:24 Sverre Rabbelier commented:

If ’ are used instead of ":

Building application
webdslc arguments: –servlet -i ../feedback.app –session-timeout 120 –enable-caching 1 –dir /home/sverre/TUDelft/feedback/feedback/.servletapp
[ webdslc | info ] stage 1: parsing feedback.app : [user/system] = [0.07s/0.02s]
[ webdslc | info ] stage 2: importing modulesAmbiguities found during parsing of ../ui/evasys.app :
amb(
[ [JSString(“jQuery(function($) {
$(’”), JSString("‘, {‘type’: ‘checkbox’}).replaceAll(’.showLink’);
$(‘’, {‘type’:‘checkbox’, ‘checked’: ‘true’}).replaceAll(‘.hideLink’);
});
")]
, Conc(
amb(
[[JSString(“jQuery(function($) {
$(’”), JSString(“‘, {‘type’: ‘checkbox’}).replaceAll(’.showLink’);
$(’”)], [JSString(“jQuery(function($) {
$(‘’, {‘type’: ‘checkbox’}).replaceAll(‘.showLink’);
$(’”)]]
)
, [JSString("‘, {‘type’:‘checkbox’, ‘checked’: ‘true’}).replaceAll(’.hideLink’);
});
")]
)
, [JSString("jQuery(function($) {
$(‘’, {‘type’: ‘checkbox’}).replaceAll(‘.showLink’);
$(‘’, {‘type’:‘checkbox’, ‘checked’: ‘true’}).replaceAll(‘.hideLink’);
});
")]
]
)
[ webdslc | critical ] Internal error - ambiguities found in module ../ui/evasys.app

BUILD FAILED
Total time: 4 seconds


On 10 February 2011 at 17:32 Sverre Rabbelier commented:

Problem goes away when removing all ‘<’ from the script tag.


On 24 March 2011 at 11:34 Rob Vermaas tagged !robvermaas

On 24 March 2011 at 11:34 Rob Vermaas removed tag !robvermaas

On 24 March 2011 at 11:34 Rob Vermaas tagged !robvermaas

On 11 July 2011 at 12:56 Danny Groenewegen commented:

possibly related to https://yellowgrass.org/issue/WebDSL/436

Log in to post comments