and make sure you check out the entire tinymce hierarchy and mvn install from the root
-igor On Wed, Nov 11, 2009 at 11:58 PM, Igor Vaynberg <[email protected]> wrote: > you need to add wicketstuff repo to your <repositories> pom tag > > -igor > > On Wed, Nov 11, 2009 at 11:48 PM, Alex Rass <[email protected]> wrote: >> Went to the page (thanks!) got the SVN copy down. >> Ran Maven. >> Maven blows up with an error (below). >> Anyone knows how to get past this (or can fix it). >> >> Thanks. >> >> Output from running maven is here: >> >> G:\comp\apache-wicket-1.4.1\tinymce>\comp\maven\bin\mvn >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] FATAL ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> GroupId: org.wicketstuff >> ArtifactId: tinymce-parent >> Version: 1.4-SNAPSHOT >> >> Reason: Unable to download the artifact from any repository >> >> org.wicketstuff:tinymce-parent:pom:1.4-SNAPSHOT >> >> from the specified remote repositories: >> central (http://repo1.maven.org/maven2) >> >> >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.reactor.MavenExecutionException: Cannot find parent: >> org.wicketstuff:tinymce-parent >> for project: null:tinymce:jar:null for project null:tinymce:jar:null >> >> >> >> -----Original Message----- >> From: Sam Barrow [mailto:[email protected]] >> Sent: Wednesday, November 11, 2009 8:13 PM >> To: [email protected] >> Subject: Re: HTML Editing component >> >> TinyMCE is one of the most popular out there, it has some wicket >> integration already done >> http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce >> >> >> On Wed, 2009-11-11 at 20:02 -0500, Alex Rass wrote: >>> Hi. >>> >>> Hi. >>> >>> Did a bit of googling, but didn't find anything good... >>> >>> Anyone ever had to create an edit screen where you can do html/source >>> editor? >>> >>> Any idea what I can use? >>> >>> In other words: I store html in database. >>> I would like to be able to let my users bring it up inside a wicket >> screen. >>> Edit html as "pretty text" (and not as bunch of markup) >>> And post it back into the database. >>> >>> What I am looking for is the a component I can use from inside Wicket >>> instead of TextField() >>> >>> Any ideas? I'd prefer one where I have access to source as well as >> "pretty" >>> (plenty of them around where it's a 2-tab edit component). >>> >>> Thanks in advance. >>> >>> I saw something about TinyMCE in some forums... >>> >>> - Alex. >>> >>> >>> --------------------------------------------------------------------- >>> 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]
