The project has several dependencies, do I have to check out all or is there a
master project?
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>${wicket.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-extensions</artifactId>
<version>${wicket.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-datetime</artifactId>
<version>${wicket.version}</version>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-guice</artifactId>
<version>${wicket.version}</version>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
</dependency>
On Dec 5, 2009, at 11:07 AM, Igor Vaynberg wrote:
> build it from source
>
> svn checkout
> mvn install
>
> -igor
>
> On Sat, Dec 5, 2009 at 7:25 AM, Douglas Ferguson
> <[email protected]> wrote:
>> What snapshot should I use?
>>
>> I tried using 1.4.4-SNAPSHOT but that doesn't work.
>> and 1.4-SNAPSHOT has a date of 10/31
>>
>> D/
>>
>>
>>> On Dec 4, 2009, at 12:45 AM, Girts Ziemelis wrote:
>>>
>>>> You might want to try first the development snapshot first. There is
>>>> additional enclosure fix waiting for 1.4.4:
>>>> https://issues.apache.org/jira/browse/WICKET-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>>>
>>>> Do not know, if this will fix your problem, but might be worth a try
>>>> before you create a quickstart ...
>>>>
>>>> Douglas Ferguson wrote:
>>>>> Are there instructions for this?
>>>>>
>>>>> D/
>>>>>
>>>>> On Dec 3, 2009, at 4:51 PM, Igor Vaynberg wrote:
>>>>>
>>>>>
>>>>>> create a quickstart or a testcase and attach it to the jira issue
>>>>>>
>>>>>> -igor
>>>>>>
>>>>>> On Thu, Dec 3, 2009 at 2:18 PM, Douglas Ferguson
>>>>>> <[email protected]> wrote:
>>>>>>
>>>>>>> I have no idea where that http: came from I pasted this:
>>>>>>>
>>>>>>> I do not have ":" and I'm still getting the error.
>>>>>>> I had to revert to 1.4.1
>>>>>>>
>>>>>>>
>>>>>>>> <wicket:enclosure child="mediaOutlet.name">
>>>>>>>> <div class="details-subhead font-xsmall font-dgray
>>>>>>>> strong">Media Outlet (<span wicket:id="mediaOutlet.name"/>):<BR>
>>>>>>>>
>>>>>>> On Dec 3, 2009, at 3:43 PM, Igor Vaynberg wrote:
>>>>>>>
>>>>>>>
>>>>>>>> the colon character is a path separator, if it has worked previously
>>>>>>>> it was only by mistake. you should not use ids that contain ":"
>>>>>>>>
>>>>>>>> -igor
>>>>>>>>
>>>>>>>> On Thu, Dec 3, 2009 at 1:40 PM, Douglas Ferguson
>>>>>>>> <[email protected]> wrote:
>>>>>>>>
>>>>>>>>> I just upgraded to 1.4.3 from 1.4.0 and now I'm getting this:
>>>>>>>>>
>>>>>>>>> org.apache.wicket.WicketRuntimeException:Could not find child with
>>>>>>>>> id: mediaOutlet.name<http://mediaOutlet.name> in the wicket:enclosure
>>>>>>>>> org.apache.wicket.markup.html.internal.Enclosure.checkChildComponent(Enclosure.java:220)
>>>>>>>>> org.apache.wicket.markup.html.internal.Enclosure.ensureAllChildrenPresent(Enclosure.java:262)
>>>>>>>>> org.apache.wicket.markup.html.internal.Enclosure.onComponentTagBody(Enclosure.java:169)
>>>>>>>>> org.apache.wicket.Component.renderComponent(Component.java:2617)
>>>>>>>>> org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1512)
>>>>>>>>> org.apache.wicket.Component.render(Component.java:2448)
>>>>>>>>> org.apache.wicket.MarkupContainer.autoAdd(MarkupContainer.java:229)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> <wicket:enclosure child="mediaOutlet.name<http://mediaOutlet.name>">
>>>>>>>>> <div class="details-subhead font-xsmall font-dgray strong">Media
>>>>>>>>> Outlet (<span
>>>>>>>>> wicket:id="mediaOutlet.name<http://mediaOutlet.name>"/>):<BR>
>>>>>>>>>
>>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>>>> For additional commands, e-mail: [email protected]
>>>>>>>>
>>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>>> For additional commands, e-mail: [email protected]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>> For additional commands, e-mail: [email protected]
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [email protected]
>>>>> For additional commands, e-mail: [email protected]
>>>>>
>>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]