There is no 1.4-SNAPSHOT in central repository so it must be
downloaded first and installed in local repository.
Am I right?

On Tue, Jan 27, 2009 at 1:18 PM, Igor Vaynberg <[email protected]> wrote:
> works fine for me:
> C:\dev\src\wicket\wicket-quickstart>svn up
> At revision 738009.
> C:\dev\src\wicket\wicket-quickstart>mvn clean package
> [INFO] Scanning for projects...
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Wicket Quickstart
> [INFO]    task-segment: [clean, package]
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 5 source files to
> C:\dev\src\wicket\wicket-quickstart\target\classes
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle]
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 1 source file to
> C:\dev\src\wicket\wicket-quickstart\target\test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> C:\dev\src\wicket\wicket-quickstart\target\surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.wicket.util.license.ApacheLicenceHeaderTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
>
> Results :
>
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [war:war]
> [INFO] Exploding webapp...
> [INFO] Assembling webapp wicket-quickstart in
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart-1.4-SNAPSHOT
> [INFO] Copy webapp webResources to
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart-1.4-SNAPSHOT
> [INFO] Generating war
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart.war
> [INFO] Building war:
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart.war
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive 
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar:
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart-1.4-SNAPSHOT-sources.jar
> [INFO] [jar:test-jar {execution: default}]
> [INFO] Building jar:
> C:\dev\src\wicket\wicket-quickstart\target\wicket-quickstart-1.4-SNAPSHOT-tests.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 13 seconds
> [INFO] Finished at: Mon Jan 26 22:16:15 PST 2009
> [INFO] Final Memory: 18M/32M
> [INFO] 
> ------------------------------------------------------------------------
>
> -igor
>
> On Mon, Jan 26, 2009 at 11:09 AM, Dane Laverty
> <[email protected]> wrote:
>> Sorry about that. Here you go:
>>
>> mvn clean compile
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building quickstart
>> [INFO]    task-segment: [clean, compile]
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] Deleting directory C:\wicket-dev\myproject\target
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] Compiling 2 source files to
>> C:\wicket-dev\myproject\target\classes
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Compilation failure
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\WicketFilter.java(org\apache\wicket\prot
>> ocol\http:WicketFilter.java):28: package javax.portlet does not exist
>> import javax.portlet.Portlet;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :21: package javax.portlet does not exist
>> import javax.portlet.PortletConfig;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :22: package javax.portlet does not exist
>> import javax.portlet.RenderResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :29: package org.apache.portals.bridges.util does not exist
>> import org.apache.portals.bridges.util.ServletPortletSessionProxy;
>>                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):21:
>> package javax.portlet does not exist
>> import javax.portlet.PortletConfig;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):22:
>> package javax.portlet does not exist
>> import javax.portlet.PortletException;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):23:
>> package javax.portlet does not exist
>> import javax.portlet.PortletRequest;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):24:
>> package javax.portlet does not exist
>> import javax.portlet.PortletResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):25:
>> package javax.portlet does not exist
>> import javax.portlet.PortletURL;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):26:
>> package javax.portlet does not exist
>> import javax.portlet.RenderRequest;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):27:
>> package javax.portlet does not exist
>> import javax.portlet.RenderResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):30:
>> package org.apache.portals.bridges.common does not exist
>> import org.apache.portals.bridges.common.PortletResourceURLFactory;
>>                                        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):31:
>> package org.apache.portals.bridges.util does not exist
>> import org.apache.portals.bridges.util.PortletWindowUtils;
>>                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):58:
>> cannot find symbol
>> symbol  : class PortletConfig
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        private final PortletConfig portletConfig;
>>                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):59:
>> cannot find symbol
>> symbol  : class PortletRequest
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        private final PortletRequest portletRequest;
>>                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):60:
>> cannot find symbol
>> symbol  : class PortletResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        private final PortletResponse portletResponse;
>>                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):66:
>> cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        private final RenderResponse renderResponse;
>>                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):70:
>> cannot find symbol
>> symbol  : class PortletResourceURLFactory
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        private final PortletResourceURLFactory resourceURLFactory;
>>                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):416:
>> cannot find symbol
>> symbol  : class PortletConfig
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        public PortletConfig getPortletConfig()
>>               ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):425:
>> cannot find symbol
>> symbol  : class PortletRequest
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        public PortletRequest getPortletRequest()
>>               ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):434:
>> cannot find symbol
>> symbol  : class PortletResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>        public PortletResponse getPortletResponse()
>>               ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :108: cannot find symbol
>> symbol  : class PortletConfig
>> location: class
>> org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
>>                PortletConfig portletConfig =
>> (PortletConfig)filterRequestContext.getRequest()
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :108: cannot find symbol
>> symbol  : class PortletConfig
>> location: class
>> org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
>>                PortletConfig portletConfig =
>> (PortletConfig)filterRequestContext.getRequest()
>>                                               ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):25: package javax.portlet
>> does not exist
>> import javax.portlet.ActionRequest;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):26: package javax.portlet
>> does not exist
>> import javax.portlet.ActionResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):27: package javax.portlet
>> does not exist
>> import javax.portlet.GenericPortlet;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):28: package javax.portlet
>> does not exist
>> import javax.portlet.PortletConfig;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):29: package javax.portlet
>> does not exist
>> import javax.portlet.PortletException;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):30: package javax.portlet
>> does not exist
>> import javax.portlet.PortletMode;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):31: package javax.portlet
>> does not exist
>> import javax.portlet.PortletRequest;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):32: package javax.portlet
>> does not exist
>> import javax.portlet.PortletRequestDispatcher;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):33: package javax.portlet
>> does not exist
>> import javax.portlet.PortletResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):34: package javax.portlet
>> does not exist
>> import javax.portlet.RenderRequest;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):35: package javax.portlet
>> does not exist
>> import javax.portlet.RenderResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):42: package
>> org.apache.portals.bridges.common does not exist
>> import org.apache.portals.bridges.common.PortletResourceURLFactory;
>>                                        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):43: package
>> org.apache.portals.bridges.common does not exist
>> import org.apache.portals.bridges.common.ServletContextProvider;
>>                                        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):68: cannot find symbol
>> symbol: class GenericPortlet
>> public class WicketPortlet extends GenericPortlet
>>                                   ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):197: cannot find symbol
>> symbol  : class ServletContextProvider
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        private ServletContextProvider servletContextProvider;
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):202: cannot find symbol
>> symbol  : class PortletResourceURLFactory
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        private PortletResourceURLFactory resourceURLFactory;
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):216: cannot find symbol
>> symbol  : class PortletConfig
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        public void init(PortletConfig config) throws PortletException
>>                         ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):216: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        public void init(PortletConfig config) throws PortletException
>>                                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):474: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected Properties getWicketPortletProperties(Properties
>> properties) throws PortletException
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):503: cannot find symbol
>> symbol  : class PortletConfig
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected String
>> getContextProviderClassNameParameter(PortletConfig config)
>>                                                              ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):514: cannot find symbol
>> symbol  : class PortletConfig
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected String
>> getPortletResourceURLFactoryClassNameParameter(PortletConfig config)
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):523: cannot find symbol
>> symbol  : class ServletContextProvider
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected ServletContextProvider getServletContextProvider()
>>                  ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):535: cannot find symbol
>> symbol  : class GenericPortlet
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected ServletContext getServletContext(GenericPortlet
>> portlet, PortletRequest request,
>>                                                   ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):535: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected ServletContext getServletContext(GenericPortlet
>> portlet, PortletRequest request,
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):536: cannot find symbol
>> symbol  : class PortletResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                PortletResponse response)
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):541: cannot find symbol
>> symbol  : class GenericPortlet
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected HttpServletRequest
>> getHttpServletRequest(GenericPortlet portlet,
>>                                                           ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):542: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                PortletRequest request, PortletResponse response)
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):542: cannot find symbol
>> symbol  : class PortletResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                PortletRequest request, PortletResponse response)
>>                                        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):547: cannot find symbol
>> symbol  : class GenericPortlet
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected HttpServletResponse
>> getHttpServletResponse(GenericPortlet portlet,
>>                                                             ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):548: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                PortletRequest request, PortletResponse response)
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):548: cannot find symbol
>> symbol  : class PortletResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                PortletRequest request, PortletResponse response)
>>                                        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):560: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected String getWicketConfigParameter(PortletRequest
>> request, String paramName,
>>                                                  ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):571: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected String getWicketUrlPortletParameter(PortletRequest
>> request)
>>                                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):605: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected String getWicketURL(PortletRequest request, String
>> pageType, String defaultPage)
>>                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):638: cannot find symbol
>> symbol  : class RenderRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doView(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                              ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):638: cannot find symbol
>> symbol  : class RenderResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doView(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                                                     ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):638: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doView(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):650: cannot find symbol
>> symbol  : class RenderRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doEdit(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                              ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):650: cannot find symbol
>> symbol  : class RenderResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doEdit(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                                                     ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):650: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doEdit(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):662: cannot find symbol
>> symbol  : class RenderRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doHelp(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                              ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):662: cannot find symbol
>> symbol  : class RenderResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doHelp(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>                                                     ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):662: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doHelp(RenderRequest request, RenderResponse
>> response) throws PortletException,
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):673: cannot find symbol
>> symbol  : class RenderRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doCustom(RenderRequest request, RenderResponse
>> response)
>>                                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):673: cannot find symbol
>> symbol  : class RenderResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void doCustom(RenderRequest request, RenderResponse
>> response)
>>                                                       ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):674: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                throws PortletException, IOException
>>                       ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):685: cannot find symbol
>> symbol  : class ActionRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        public void processAction(ActionRequest request, ActionResponse
>> response)
>>                                  ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):685: cannot find symbol
>> symbol  : class ActionResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        public void processAction(ActionRequest request, ActionResponse
>> response)
>>                                                         ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):686: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                throws PortletException, IOException
>>                       ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):702: cannot find symbol
>> symbol  : class PortletRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void processRequest(PortletRequest request,
>> PortletResponse response,
>>                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):702: cannot find symbol
>> symbol  : class PortletResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        protected void processRequest(PortletRequest request,
>> PortletResponse response,
>>                                                              ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):703: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                String requestType, String pageType) throws
>> PortletException, IOException
>>                                                            ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):853: cannot find symbol
>> symbol  : class ActionRequest
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                String wicketFilterQuery, ActionRequest request,
>> ActionResponse response,
>>                                          ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):853: cannot find symbol
>> symbol  : class ActionResponse
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                String wicketFilterQuery, ActionRequest request,
>> ActionResponse response,
>>                                                                 ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):854: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                WicketResponseState responseState) throws
>> PortletException, IOException
>>                                                          ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :117: cannot find symbol
>> symbol  : variable ServletPortletSessionProxy
>> location: class
>> org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
>>
>> ServletPortletSessionProxy.createProxy(filterRequestContext.getRequest()
>> ),
>>                                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRenderServletResponseWrap
>> per.java(org\apache\wicket\protocol\http\portlet:PortletRenderServletRes
>> ponseWrapper.java):21: package javax.portlet does not exist
>> import javax.portlet.RenderResponse;
>>                    ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRenderServletResponseWrap
>> per.java(org\apache\wicket\protocol\http\portlet:PortletRenderServletRes
>> ponseWrapper.java):40: cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRenderServletResponseWrap
>> per
>>        RenderResponse renderResponse;
>>        ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRenderServletResponseWrap
>> per.java(org\apache\wicket\protocol\http\portlet:PortletRenderServletRes
>> ponseWrapper.java):43: cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRenderServletResponseWrap
>> per
>>                RenderResponse renderResponse, WicketResponseState
>> responseState)
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :129: cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
>>
>> (RenderResponse)filterRequestContext.getRequest().getAttribute(
>>                                         ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketFilterPortletContext.java(
>> org\apache\wicket\protocol\http\portlet:WicketFilterPortletContext.java)
>> :142: cannot find symbol
>> symbol  : variable ServletPortletSessionProxy
>> location: class
>> org.apache.wicket.protocol.http.portlet.WicketFilterPortletContext
>>                                HttpSession proxiedSession =
>> ServletPortletSessionProxy.createProxy(request,
>>                                                             ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):106:
>> cannot find symbol
>> symbol  : class PortletConfig
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                portletConfig =
>> (PortletConfig)servletRequest.getAttribute("javax.portlet.config");
>>                                 ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):107:
>> cannot find symbol
>> symbol  : class PortletRequest
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                portletRequest =
>> (PortletRequest)servletRequest.getAttribute("javax.portlet.request");
>>                                  ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):108:
>> cannot find symbol
>> symbol  : class PortletResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                portletResponse =
>> (PortletResponse)servletRequest.getAttribute("javax.portlet.response");
>>                                   ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):109:
>> cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                renderResponse = (portletResponse instanceof
>> RenderResponse)
>>                                                             ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):110:
>> cannot find symbol
>> symbol  : class RenderResponse
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                        ? (RenderResponse)portletResponse : null;
>>                           ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):111:
>> cannot find symbol
>> symbol  : class PortletResourceURLFactory
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                resourceURLFactory =
>> (PortletResourceURLFactory)portletRequest.getAttribute(WicketPortlet.RES
>> OURCE_URL_FACTORY_ATTR);
>>                                      ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):166: cannot find symbol
>> symbol  : class PortletResourceURLFactory
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>        public static final String RESOURCE_URL_FACTORY_ATTR =
>> PortletResourceURLFactory.class.getName();
>>                                                               ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):217:
>> cannot find symbol
>> symbol  : class PortletURL
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                                PortletURL url =
>> renderResponse.createActionURL();
>>                                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):283:
>> cannot find symbol
>> symbol  : class PortletURL
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                                PortletURL url =
>> renderResponse.createRenderURL();
>>                                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):315:
>> cannot find symbol
>> symbol  : class RenderRequest
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>
>> (RenderRequest)portletRequest, renderResponse, parameters),
>> path.toString());
>>                                                 ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):317:
>> cannot find symbol
>> symbol  : class PortletException
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                                catch (PortletException e)
>>                                       ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\PortletRequestContext.java(org\a
>> pache\wicket\protocol\http\portlet:PortletRequestContext.java):407:
>> cannot find symbol
>> symbol  : variable PortletWindowUtils
>> location: class
>> org.apache.wicket.protocol.http.portlet.PortletRequestContext
>>                        portletWindowId =
>> PortletWindowUtils.getPortletWindowId(portletRequest.getPortletSession()
>> );
>>                                          ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):218: cannot find symbol
>> symbol  : variable super
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                super.init(config);
>>                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):224: cannot find symbol
>> symbol  : class ServletContextProvider
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                                ServletContextProvider.class.getName());
>>                                ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):229: cannot find symbol
>> symbol  : class ServletContextProvider
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                        contextProviderClassName =
>> wicketPortletProperties.getProperty(ServletContextProvider.class.getName
>> ());
>>
>> ^
>>
>> could not parse error message:
>> org\apache\wicket\protocol\http\portlet\WicketPortlet.java(org\apache\wi
>> cket\protocol\http\portlet:WicketPortlet.java):233: cannot find symbol
>> symbol  : class PortletException
>> location: class org.apache.wicket.protocol.http.portlet.WicketPortlet
>>                        throw new PortletException("Portlet " +
>> config.getPortletName() +
>>                                  ^
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 2 seconds
>> [INFO] Finished at: Mon Jan 26 11:07:08 PST 2009
>> [INFO] Final Memory: 22M/254M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> -----Original Message-----
>> From: Igor Vaynberg [mailto:[email protected]]
>> Sent: Monday, January 26, 2009 10:14 AM
>> To: [email protected]
>> Subject: Re: QuickStart not finding Wicket classes
>>
>> usually helps if you paste the errors you get...
>>
>> -igor
>>
>> On Mon, Jan 26, 2009 at 9:48 AM, Dane Laverty
>> <[email protected]> wrote:
>>> First, Martijn, thank you for your video. I had used your video to get
>>> as far as I did. Second, Igor and Cemal, thank you for your quick
>>> responses. However, I tried running the Maven goals you suggested
>>> (eclipse:eclipse, etc.), but I just end up getting additional errors.
>> To
>>> clarify, I was using the QuickStart with 1.4-SNAPSHOT. Ultimately, I
>>> changed the version to 1.3.5 and it worked. So I guess I'll stick with
>>> that for now.
>>>
>>> -----Original Message-----
>>> From: jWeekend [mailto:[email protected]]
>>> Sent: Monday, January 26, 2009 9:30 AM
>>> To: [email protected]
>>> Subject: Re: QuickStart not finding Wicket classes
>>>
>>>
>>> Running the artefact creates your project folder structure (including
>>> some
>>> useful and illustrative classes/templates/tests) and the POM.
>>> You need to run some Maven goal (eg eclipse:eclipse, or compile etc)
>> to
>>> retrieve all the required jars into your local repository. See the
>> "Use"
>>> section ("Change into the project directory, then create a WAR file
>> via
>>> mvn
>>> package or build the project and run it under Jetty via mvn jetty:run
>>> ...")
>>> on the  http://wicket.apache.org/quickstart.html QuickStart page .
>>>
>>> Regards - Cemal
>>> http://www.jWeekend.co.uk jWeekend
>>>
>>>
>>> danelav wrote:
>>>>
>>>> I've stepped through the Wicket QuickStart process as outlined at
>>>> http://wicket.apache.org/quickstart.html . However, when I try to run
>>>> the Start class, I get java.lang.ClassNotFoundException:
>>>> org.apache.wicket.protocol.http.WicketFilter. I'm not familiar with
>>>> Maven, but I can see that the POM has a dependency for
>>>> org.apache.wicket, which I had hoped would install the jar. I can
>>>> resolve the problem manually by adding the Wicket source files to my
>>>> project source, but that leaves me feeling like I'm taking the long
>>> way
>>>> around what should be a short and simple process. Any suggestions?
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>>
>> http://www.nabble.com/QuickStart-not-finding-Wicket-classes-tp21669263p2
>>> 1669684.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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]

Reply via email to