You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Thomas Singer <wi...@regnis.de> on 2007/10/25 11:33:26 UTC

Get libs without installing Maven?

I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing the 
revision of our project's wicket-external 
(http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java). 
Unfortunately it does not build any more because it seems to require a new 
library.

Where can I download the currently required jar files? I don't want to 
install maven for such a trivial task, because we don't need it for other stuff.

--
Thanks,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Johan Maasing <jm...@gmail.com>.
At least for beta3 you only need slf4j http://www.slf4j.org/
Actually it is two slf4j JARs that you need:
http://cwiki.apache.org/WICKET/newuserguide.html

Enjoy wicket.

On 10/25/07, Igor Vaynberg <ig...@gmail.com> wrote:
> using maven IS a user friendly way. you CHOOSE not to use it, so...
>
> -igor
>
>
> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> > I only can find the wicket jars, but were are the required libraries? Should
> > I pick the out of the pom myself or is there a more user-friendly way?
> >
> > Tom
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Igor Vaynberg <ig...@gmail.com>.
i never said you have to use maven. you want the dependencies and want
maven to download them for you, it can do that very well. like i said,
simply follow the quickstart guide, generate a basic project and
create a war using mvn package command. then you have a war file with
all the dependencies downloaded for you...

-igor


On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> > using maven IS a user friendly way. you CHOOSE not to use it, so...
>
> Igor, you are assuming, that the user knows Maven and uses it for its own
> projects. This might be the case for a lot of developers, but not all. And I
> don't understand why I need to learn another tool which I do not need for my
> daily work just to get the dependent libraries for Wicket.
>
> A user-friendly way for those developers who don't know/use Maven would be
> to provide the dependent libraries. If Maven can download them from
> different servers, why it's so hard to put links to these libraries on the
> Wicket download page so other users can grab them without the need of Maven?
>
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
> using maven IS a user friendly way. you CHOOSE not to use it, so...

Igor, you are assuming, that the user knows Maven and uses it for its own 
projects. This might be the case for a lot of developers, but not all. And I 
don't understand why I need to learn another tool which I do not need for my 
daily work just to get the dependent libraries for Wicket.

A user-friendly way for those developers who don't know/use Maven would be 
to provide the dependent libraries. If Maven can download them from 
different servers, why it's so hard to put links to these libraries on the 
Wicket download page so other users can grab them without the need of Maven?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Igor Vaynberg <ig...@gmail.com>.
using maven IS a user friendly way. you CHOOSE not to use it, so...

-igor


On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> I only can find the wicket jars, but were are the required libraries? Should
> I pick the out of the pom myself or is there a more user-friendly way?
>
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
Thanks, Eelco, the portals-bridges-common-1.0.3.jar was the key.

Tom


Eelco Hillenius wrote:
>> commons-collections-2.1.jar
>> commons-logging-1.0.4.jar
>> junit.jar
>> log4j-1.2.13.jar
>> portlet-api-1.0.jar
>> slf4j-api-1.4.0.jar
>> slf4j-log4j12-1.4.0.jar
>>
>> But the checked out code does not compile. It requires at least
>> org.apache.portals.bridges.util.ServletPortletSessionProxy.
> 
> That's what you need if you want to compile Wicket. But if you just
> want to compile your own project based on Wicket, i think slf4j-api +
> the logging impl you want and Wicket as dependencies should be enough.
> 
> Here is my Eclipse .classpath file of Wicket if you want to see the
> exact dependencies:
> 
> <classpath>
>   <classpathentry kind="src" path="src/main/java"/>
>   <classpathentry kind="src" path="src/main/resources"
> including="**/*" excluding="**/*.java|**/*.java"/>
>   <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
>   <classpathentry kind="output" path="target/classes"/>
>   <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
>   <classpathentry kind="var"
> path="M2_REPO/org/slf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2.jar"
> sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2-sources.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar"
> sourcepath="M2_REPO/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"
> sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"
> sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-sources.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/org/apache/portals/bridges/portals-bridges-common/1.0.3/portals-bridges-common-1.0.3.jar"/>
>   <classpathentry kind="var"
> path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"
> sourcepath="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13-sources.jar"/>
> </classpath>
> 
> if you substitute M2_REPO with one of the public Maven repositories,
> you can download them there.
> 
> Eelco
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
> commons-collections-2.1.jar
> commons-logging-1.0.4.jar
> junit.jar
> log4j-1.2.13.jar
> portlet-api-1.0.jar
> slf4j-api-1.4.0.jar
> slf4j-log4j12-1.4.0.jar
>
> But the checked out code does not compile. It requires at least
> org.apache.portals.bridges.util.ServletPortletSessionProxy.

That's what you need if you want to compile Wicket. But if you just
want to compile your own project based on Wicket, i think slf4j-api +
the logging impl you want and Wicket as dependencies should be enough.

Here is my Eclipse .classpath file of Wicket if you want to see the
exact dependencies:

<classpath>
  <classpathentry kind="src" path="src/main/java"/>
  <classpathentry kind="src" path="src/main/resources"
including="**/*" excluding="**/*.java|**/*.java"/>
  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>
  <classpathentry kind="output" path="target/classes"/>
  <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
  <classpathentry kind="var"
path="M2_REPO/org/slf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2.jar"
sourcepath="M2_REPO/org/slf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2-sources.jar"/>
  <classpathentry kind="var"
path="M2_REPO/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar"/>
  <classpathentry kind="var"
path="M2_REPO/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2.jar"
sourcepath="M2_REPO/org/slf4j/slf4j-api/1.4.2/slf4j-api-1.4.2-sources.jar"/>
  <classpathentry kind="var"
path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"
sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>
  <classpathentry kind="var"
path="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar"
sourcepath="M2_REPO/javax/servlet/servlet-api/2.3/servlet-api-2.3-sources.jar"/>
  <classpathentry kind="var"
path="M2_REPO/org/apache/portals/bridges/portals-bridges-common/1.0.3/portals-bridges-common-1.0.3.jar"/>
  <classpathentry kind="var"
path="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13.jar"
sourcepath="M2_REPO/log4j/log4j/1.2.13/log4j-1.2.13-sources.jar"/>
</classpath>

if you substitute M2_REPO with one of the public Maven repositories,
you can download them there.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
Thanks, Nino. I don't want Maven to manage my project, I just want to get 
the libraries which are required for building and running wicket...

Tom


Nino Saturnino Martinez Vazquez Wael wrote:
> mini maven guide...
> 
> install maven
> 
> place yourself in a folder and write:
> 
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket 
> -DarchetypeArtifactId=wicket-archetype-quickstart 
> -DarchetypeVersion=1.3.0-beta4 -DgroupId=com.mycompany 
> -DartifactId=myproject
> 
> then maven will create a folder for yourproject setup for maven. to 
> compile the project just enter the folder and run mvn install. war file 
> will be installed to target folder..
> 
> Its easy as 1,2,3 :)
> 
> regards Nino


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
mini maven guide...

install maven

place yourself in a folder and write:

mvn archetype:create -DarchetypeGroupId=org.apache.wicket 
-DarchetypeArtifactId=wicket-archetype-quickstart 
-DarchetypeVersion=1.3.0-beta4 -DgroupId=com.mycompany 
-DartifactId=myproject

then maven will create a folder for yourproject setup for maven. to 
compile the project just enter the folder and run mvn install. war file 
will be installed to target folder..

Its easy as 1,2,3 :)

regards Nino

Thomas Singer wrote:
> I'm having these libraries in my classpath:
>
> commons-collections-2.1.jar
> commons-logging-1.0.4.jar
> junit.jar
> log4j-1.2.13.jar
> portlet-api-1.0.jar
> slf4j-api-1.4.0.jar
> slf4j-log4j12-1.4.0.jar
>
> But the checked out code does not compile. It requires at least 
> org.apache.portals.bridges.util.ServletPortletSessionProxy.
>
> Tom
>
>
> Eelco Hillenius wrote:
>> For core Wicket, you only need slf4j (and maybe log4j if you want to
>> use that) and the servlet API (the latter just to compile your
>> project).
>>
>> Eelco
>>
>> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>>> I only can find the wicket jars, but were are the required 
>>> libraries? Should
>>> I pick the out of the pom myself or is there a more user-friendly way?
>>>
>>> Tom
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
I'm having these libraries in my classpath:

commons-collections-2.1.jar
commons-logging-1.0.4.jar
junit.jar
log4j-1.2.13.jar
portlet-api-1.0.jar
slf4j-api-1.4.0.jar
slf4j-log4j12-1.4.0.jar

But the checked out code does not compile. It requires at least 
org.apache.portals.bridges.util.ServletPortletSessionProxy.

Tom


Eelco Hillenius wrote:
> For core Wicket, you only need slf4j (and maybe log4j if you want to
> use that) and the servlet API (the latter just to compile your
> project).
> 
> Eelco
> 
> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>> I only can find the wicket jars, but were are the required libraries? Should
>> I pick the out of the pom myself or is there a more user-friendly way?
>>
>> Tom
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
For core Wicket, you only need slf4j (and maybe log4j if you want to
use that) and the servlet API (the latter just to compile your
project).

Eelco

On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> I only can find the wicket jars, but were are the required libraries? Should
> I pick the out of the pom myself or is there a more user-friendly way?
>
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
I only can find the wicket jars, but were are the required libraries? Should 
I pick the out of the pom myself or is there a more user-friendly way?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> Maybe I'm blind, but I could not find the jars for Wicket 1.3.0beta4 (the
> version number in the initial posting was wrong), I just could find versions
> up to 1.2.6:
>
>   http://repo1.maven.org/maven2/wicket/wicket/

We changed package names but also maven project names since we
incubated with Apache. See
http://repo1.maven.org/maven2/org/apache/wicket/

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
Maybe I'm blind, but I could not find the jars for Wicket 1.3.0beta4 (the 
version number in the initial posting was wrong), I just could find versions 
up to 1.2.6:

  http://repo1.maven.org/maven2/wicket/wicket/

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Igor Vaynberg <ig...@gmail.com>.
On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> > goto maven2 repo and get them from there
>
> How to do that?

http://repo1.maven.org/maven2/

-igor

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
> goto maven2 repo and get them from there 

How to do that?

> ask someone that has a running wicket to give you them

That's what I'm doing with this thread? ;)

Cheers,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk>.
goto maven2 repo and get them from there or ask someone that has a 
running wicket to give you them..:)

Thomas Singer wrote:
> No possibility?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Igor Vaynberg <ig...@gmail.com>.
snapshots are here: http://wicketstuff.org/maven/repository/

-igor

On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
> No possibility?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
No possibility?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
On Tue, Mar 11, 2008 at 7:45 AM, bob2 <ro...@saic.com> wrote:
>
>  Another note:
>
>  If I did what some posters suggested, such as remove
>  wicket-velocity-1.3.1.jar, I'd get errors on startup stating failure to
>  initialize velocity.

How can you get velocity errors if you're not using velocity or
wicket-velocity anymore?

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Igor Vaynberg <ig...@gmail.com>.
indeed. and latest versions of maven have quiet a nice new toy

C:\dev\src\wicket>mvn dependency:tree
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- javax.portlet:portlet-api:jar:1.0:provided
[INFO] \- org.apache.portals.bridges:portals-bridges-common:jar:1.0.3:provided
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Extensions
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket:jar:tests:1.3-SNAPSHOT:test
[INFO] \- commons-collections:commons-collections:jar:3.2:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket IoC common code
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-ioc:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- cglib:cglib-nodep:jar:2.1_3:compile
[INFO] \- easymock:easymock:jar:1.2_Java1.3:provided
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Spring Integration
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-spring:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-ioc:jar:1.3-SNAPSHOT:compile
[INFO] |  \- cglib:cglib-nodep:jar:2.1_3:compile
[INFO] +- org.springframework:spring:jar:2.0:compile
[INFO] |  \- commons-logging:commons-logging:jar:1.1:compile
[INFO] \- easymock:easymock:jar:1.2_Java1.3:provided
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Quickstart
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-quickstart:war:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:compile
[INFO] |  \- log4j:log4j:jar:1.2.13:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT:compile
[INFO] |  \- commons-collections:commons-collections:jar:3.2:compile
[INFO] +- org.mortbay.jetty:jetty:jar:6.1.5:provided
[INFO] |  \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.5:provided
[INFO] \- org.mortbay.jetty:jetty-util:jar:6.1.5:provided
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Date/Time
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-datetime:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] \- joda-time:joda-time:jar:1.4:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Velocity
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-velocity:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] \- velocity:velocity:jar:1.4:compile
[INFO]    \- velocity:velocity-dep:jar:1.4:runtime
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket JDK 1.5 modules
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-jdk15:pom:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] \- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Auth Roles
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-auth-roles:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] \- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Guice Integration
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-guice:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-ioc:jar:1.3-SNAPSHOT:compile
[INFO] |  \- cglib:cglib-nodep:jar:2.1_3:compile
[INFO] \- com.google.code.guice:guice:jar:1.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket JMX
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-jmx:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] \- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Objects Sizeof Agent
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-objectsizeof-agent:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] \- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Spring Integration through Annotations
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-spring-annot:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] \- org.apache.wicket:wicket-spring:jar:1.3-SNAPSHOT:compile
[INFO]    +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO]    +- org.apache.wicket:wicket-ioc:jar:1.3-SNAPSHOT:compile
[INFO]    |  \- cglib:cglib-nodep:jar:2.1_3:compile
[INFO]    \- org.springframework:spring:jar:2.0:compile
[INFO]       \- commons-logging:commons-logging:jar:1.1:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Examples
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-examples:war:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:compile
[INFO] |  \- log4j:log4j:jar:1.2.13:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT:compile
[INFO] |  \- commons-collections:commons-collections:jar:3.2:compile
[INFO] +- org.apache.wicket:wicket-guice:jar:1.3-SNAPSHOT:compile
[INFO] |  +- org.apache.wicket:wicket-ioc:jar:1.3-SNAPSHOT:compile
[INFO] |  |  \- cglib:cglib-nodep:jar:2.1_3:compile
[INFO] |  \- com.google.code.guice:guice:jar:1.0:compile
[INFO] +- org.apache.wicket:wicket-jmx:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-spring-annot:jar:1.3-SNAPSHOT:compile
[INFO] |  \- org.apache.wicket:wicket-spring:jar:1.3-SNAPSHOT:compile
[INFO] |     \- org.springframework:spring:jar:2.0:compile
[INFO] |        \- commons-logging:commons-logging:jar:1.1:compile
[INFO] +- org.apache.wicket:wicket-auth-roles:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-datetime:jar:1.3-SNAPSHOT:compile
[INFO] |  \- joda-time:joda-time:jar:1.4:compile
[INFO] +- org.apache.wicket:wicket-velocity:jar:1.3-SNAPSHOT:compile
[INFO] +- commons-lang:commons-lang:jar:2.1:compile
[INFO] +- velocity:velocity:jar:1.4:compile
[INFO] |  \- velocity:velocity-dep:jar:1.4:runtime
[INFO] +- com.uwyn:jhighlight:jar:1.0:compile
[INFO] +- httpunit:httpunit:jar:1.6.1:test
[INFO] |  +- xerces:xmlParserAPIs:jar:2.2.1:test
[INFO] |  +- xerces:xercesImpl:jar:2.6.2:test
[INFO] |  +- nekohtml:nekohtml:jar:0.9.1:test
[INFO] |  +- rhino:js:jar:1.5R4.1:test
[INFO] |  \- jtidy:jtidy:jar:4aug2000r7-dev:test
[INFO] +- org.mortbay.jetty:jetty:jar:6.1.5:provided
[INFO] |  \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.5:provided
[INFO] +- org.mortbay.jetty:jetty-util:jar:6.1.5:provided
[INFO] +- org.mortbay.jetty:jetty-management:jar:6.1.5:provided
[INFO] |  +- mx4j:mx4j:jar:3.0.1:provided
[INFO] |  \- mx4j:mx4j-tools:jar:3.0.1:provided
[INFO] \- javax.portlet:portlet-api:jar:1.0:provided
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Quickstart Archetype
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-archetype-quickstart:maven-plugin:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:test
[INFO] |  \- log4j:log4j:jar:1.2.13:test
[INFO] \- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Thread Test
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] org.apache.wicket:wicket-threadtest:jar:1.3-SNAPSHOT
[INFO] +- junit:junit:jar:3.8.1:provided
[INFO] +- javax.servlet:servlet-api:jar:2.3:provided
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.4.2:compile
[INFO] |  \- log4j:log4j:jar:1.2.13:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.4.2:compile
[INFO] +- org.apache.wicket:wicket:jar:1.3-SNAPSHOT:compile
[INFO] +- org.apache.wicket:wicket-extensions:jar:1.3-SNAPSHOT:compile
[INFO] |  \- commons-collections:commons-collections:jar:3.2:compile
[INFO] +- org.mortbay.jetty:jetty:jar:6.1.5:provided
[INFO] |  \- org.mortbay.jetty:servlet-api-2.5:jar:6.1.5:provided
[INFO] +- org.mortbay.jetty:jetty-util:jar:6.1.5:provided
[INFO] +- httpunit:httpunit:jar:1.6.1:test
[INFO] |  +- xerces:xmlParserAPIs:jar:2.2.1:test
[INFO] |  +- xerces:xercesImpl:jar:2.6.2:test
[INFO] |  +- nekohtml:nekohtml:jar:0.9.1:test
[INFO] |  +- rhino:js:jar:1.5R4.1:test
[INFO] |  \- jtidy:jtidy:jar:4aug2000r7-dev:test
[INFO] \- commons-httpclient:commons-httpclient:jar:3.0.1:compile
[INFO]    +- commons-logging:commons-logging:jar:1.1:compile (version
managed from 1.0.3)
[INFO]    \- commons-codec:commons-codec:jar:1.2:compile

-igor


On Tue, Mar 11, 2008 at 9:13 AM, Eelco Hillenius
<ee...@gmail.com> wrote:
> >  I am still curious though why required dependencies aren't included as part
>  >  of the project.
>
>  See the 100,000 other threads about this question :-)
>
>  Eelco
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>  For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
>  I am still curious though why required dependencies aren't included as part
>  of the project.

See the 100,000 other threads about this question :-)

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by bob2 <ro...@saic.com>.
I am now aware that I did make a mistake and that most of those jars were
only required because I included all of the wicket-xxxx-1.3.1.jar's in the
lib folder.  Removing all the ones that I was not using only required me to
keep the slf4j jars and a log4j jar.

I am still curious though why required dependencies aren't included as part
of the project.


bob2 wrote:
> 
> Another note:
> 
> If I did what some posters suggested, such as remove
> wicket-velocity-1.3.1.jar, I'd get errors on startup stating failure to
> initialize velocity.
> 
> 
> bob2 wrote:
>> 
>> After reading this and other similar posts I'm still confused about how
>> to determine what exactly I need.  I am a new user and do not easily have
>> access to the internet.  I do not have/use Maven.  The jars listed below
>> came with the wicket 1.3.1 download in the lib dir.  I thought I'd be set
>> from there.  But at runtime using Tomcat 6 with an extremely simple page
>> everything blew up (no class def found errors, etc).  In the 1.3.1
>> download I saw an examples.war that contained a bunch of other libs.  I
>> pulled them out 1 by 1 till I got my app to work/run.
>> 
>> Seems that these were required to get no errors:
>> commons-collections-3.2.jar
>> commons-lang-2.1.jar
>> log4j-1.2.13.jar
>> slf4j-simple-1.4.2.jar (if i tried different versions of slf4j I got
>> errors, 1.3.0 to be exact)
>> slf4j-api-1.4.2.jar (if i tried different versions of slf4j I got errors,
>> 1.3.0 to be exact)
>> velocity-1.4.jar
>> velocity-dep-1.4.jar
>> 
>> If any of these were missing I got errors.  If there is a single zip file
>> download for the Wicket framework then why doesn't it include the bare
>> minimum libraries to make it run.  Or at least a readme stating what is
>> required.
>> 
>> 
>> Thomas Singer-4 wrote:
>>> 
>>> The binary distribution seems not to contain the dependent jars, but
>>> "just" 
>>> the own wicket jars. Here is the list of the lib directory:
>>> 
>>> wicket-1.3.0-beta4.jar
>>> wicket-auth-roles-1.3.0-beta4.jar
>>> wicket-datetime-1.3.0-beta4.jar
>>> wicket-extensions-1.3.0-beta4.jar
>>> wicket-guice-1.3.0-beta4.jar
>>> wicket-ioc-1.3.0-beta4.jar
>>> wicket-jmx-1.3.0-beta4.jar
>>> wicket-objectsizeof-agent-1.3.0-beta4.jar
>>> wicket-spring-1.3.0-beta4.jar
>>> wicket-spring-annot-1.3.0-beta4.jar
>>> wicket-velocity-1.3.0-beta4.jar
>>> wicket-examples-1.3.0-beta4.war
>>> 
>>> Tom
>>> 
>>> 
>>> Frank Bille wrote:
>>>> There is always the standard distribution, which contains binaries and
>>>> sources.
>>>> 
>>>> http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4
>>>> 
>>>> Frank
>>>> 
>>>> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>>>>> I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing
>>>>> the
>>>>> revision of our project's wicket-external
>>>>> (http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java
>>>>> ).
>>>>> Unfortunately it does not build any more because it seems to require a
>>>>> new
>>>>> library.
>>>>>
>>>>> Where can I download the currently required jar files? I don't want to
>>>>> install maven for such a trivial task, because we don't need it for
>>>>> other
>>>>> stuff.
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Tom
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>> 
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Get-libs-without-installing-Maven--tp13403139p15977370.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by bob2 <ro...@saic.com>.
Another note:

If I did what some posters suggested, such as remove
wicket-velocity-1.3.1.jar, I'd get errors on startup stating failure to
initialize velocity.


bob2 wrote:
> 
> After reading this and other similar posts I'm still confused about how to
> determine what exactly I need.  I am a new user and do not easily have
> access to the internet.  I do not have/use Maven.  The jars listed below
> came with the wicket 1.3.1 download in the lib dir.  I thought I'd be set
> from there.  But at runtime using Tomcat 6 with an extremely simple page
> everything blew up (no class def found errors, etc).  In the 1.3.1
> download I saw an examples.war that contained a bunch of other libs.  I
> pulled them out 1 by 1 till I got my app to work/run.
> 
> Seems that these were required to get no errors:
> commons-collections-3.2.jar
> commons-lang-2.1.jar
> log4j-1.2.13.jar
> slf4j-simple-1.4.2.jar (if i tried different versions of slf4j I got
> errors, 1.3.0 to be exact)
> slf4j-api-1.4.2.jar (if i tried different versions of slf4j I got errors,
> 1.3.0 to be exact)
> velocity-1.4.jar
> velocity-dep-1.4.jar
> 
> If any of these were missing I got errors.  If there is a single zip file
> download for the Wicket framework then why doesn't it include the bare
> minimum libraries to make it run.  Or at least a readme stating what is
> required.
> 
> 
> Thomas Singer-4 wrote:
>> 
>> The binary distribution seems not to contain the dependent jars, but
>> "just" 
>> the own wicket jars. Here is the list of the lib directory:
>> 
>> wicket-1.3.0-beta4.jar
>> wicket-auth-roles-1.3.0-beta4.jar
>> wicket-datetime-1.3.0-beta4.jar
>> wicket-extensions-1.3.0-beta4.jar
>> wicket-guice-1.3.0-beta4.jar
>> wicket-ioc-1.3.0-beta4.jar
>> wicket-jmx-1.3.0-beta4.jar
>> wicket-objectsizeof-agent-1.3.0-beta4.jar
>> wicket-spring-1.3.0-beta4.jar
>> wicket-spring-annot-1.3.0-beta4.jar
>> wicket-velocity-1.3.0-beta4.jar
>> wicket-examples-1.3.0-beta4.war
>> 
>> Tom
>> 
>> 
>> Frank Bille wrote:
>>> There is always the standard distribution, which contains binaries and
>>> sources.
>>> 
>>> http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4
>>> 
>>> Frank
>>> 
>>> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>>>> I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing
>>>> the
>>>> revision of our project's wicket-external
>>>> (http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java
>>>> ).
>>>> Unfortunately it does not build any more because it seems to require a
>>>> new
>>>> library.
>>>>
>>>> Where can I download the currently required jar files? I don't want to
>>>> install maven for such a trivial task, because we don't need it for
>>>> other
>>>> stuff.
>>>>
>>>> --
>>>> Thanks,
>>>> Tom
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Get-libs-without-installing-Maven--tp13403139p15976654.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Eelco Hillenius <ee...@gmail.com>.
On Tue, Mar 11, 2008 at 7:41 AM, bob2 <ro...@saic.com> wrote:
>
>  After reading this and other similar posts I'm still confused about how to
>  determine what exactly I need.  I am a new user and do not easily have
>  access to the internet.  I do not have/use Maven.  The jars listed below
>  came with the wicket 1.3.1 download in the lib dir.  I thought I'd be set
>  from there.  But at runtime using Tomcat 6 with an extremely simple page
>  everything blew up (no class def found errors, etc).  In the 1.3.1 download
>  I saw an examples.war that contained a bunch of other libs.  I pulled them
>  out 1 by 1 till I got my app to work/run.
>
>  Seems that these were required to get no errors:
>  commons-collections-3.2.jar
>  commons-lang-2.1.jar
>
> log4j-1.2.13.jar
>  slf4j-simple-1.4.2.jar (if i tried different versions of slf4j I got errors,
>  1.3.0 to be exact)
>  slf4j-api-1.4.2.jar (if i tried different versions of slf4j I got errors,
>  1.3.0 to be exact)
>  velocity-1.4.jar
>  velocity-dep-1.4.jar
>
>  If any of these were missing I got errors.  If there is a single zip file
>  download for the Wicket framework then why doesn't it include the bare
>  minimum libraries to make it run.  Or at least a readme stating what is
>  required.

That's definitively more than the required minimum for Wicket. Look at
the dependencies your example app has and look at any libs you pulled
in with it.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by bob2 <ro...@saic.com>.
After reading this and other similar posts I'm still confused about how to
determine what exactly I need.  I am a new user and do not easily have
access to the internet.  I do not have/use Maven.  The jars listed below
came with the wicket 1.3.1 download in the lib dir.  I thought I'd be set
from there.  But at runtime using Tomcat 6 with an extremely simple page
everything blew up (no class def found errors, etc).  In the 1.3.1 download
I saw an examples.war that contained a bunch of other libs.  I pulled them
out 1 by 1 till I got my app to work/run.

Seems that these were required to get no errors:
commons-collections-3.2.jar
commons-lang-2.1.jar
log4j-1.2.13.jar
slf4j-simple-1.4.2.jar (if i tried different versions of slf4j I got errors,
1.3.0 to be exact)
slf4j-api-1.4.2.jar (if i tried different versions of slf4j I got errors,
1.3.0 to be exact)
velocity-1.4.jar
velocity-dep-1.4.jar

If any of these were missing I got errors.  If there is a single zip file
download for the Wicket framework then why doesn't it include the bare
minimum libraries to make it run.  Or at least a readme stating what is
required.


Thomas Singer-4 wrote:
> 
> The binary distribution seems not to contain the dependent jars, but
> "just" 
> the own wicket jars. Here is the list of the lib directory:
> 
> wicket-1.3.0-beta4.jar
> wicket-auth-roles-1.3.0-beta4.jar
> wicket-datetime-1.3.0-beta4.jar
> wicket-extensions-1.3.0-beta4.jar
> wicket-guice-1.3.0-beta4.jar
> wicket-ioc-1.3.0-beta4.jar
> wicket-jmx-1.3.0-beta4.jar
> wicket-objectsizeof-agent-1.3.0-beta4.jar
> wicket-spring-1.3.0-beta4.jar
> wicket-spring-annot-1.3.0-beta4.jar
> wicket-velocity-1.3.0-beta4.jar
> wicket-examples-1.3.0-beta4.war
> 
> Tom
> 
> 
> Frank Bille wrote:
>> There is always the standard distribution, which contains binaries and
>> sources.
>> 
>> http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4
>> 
>> Frank
>> 
>> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>>> I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing the
>>> revision of our project's wicket-external
>>> (http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java
>>> ).
>>> Unfortunately it does not build any more because it seems to require a
>>> new
>>> library.
>>>
>>> Where can I download the currently required jar files? I don't want to
>>> install maven for such a trivial task, because we don't need it for
>>> other
>>> stuff.
>>>
>>> --
>>> Thanks,
>>> Tom
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Get-libs-without-installing-Maven--tp13403139p15976649.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Thomas Singer <wi...@regnis.de>.
The binary distribution seems not to contain the dependent jars, but "just" 
the own wicket jars. Here is the list of the lib directory:

wicket-1.3.0-beta4.jar
wicket-auth-roles-1.3.0-beta4.jar
wicket-datetime-1.3.0-beta4.jar
wicket-extensions-1.3.0-beta4.jar
wicket-guice-1.3.0-beta4.jar
wicket-ioc-1.3.0-beta4.jar
wicket-jmx-1.3.0-beta4.jar
wicket-objectsizeof-agent-1.3.0-beta4.jar
wicket-spring-1.3.0-beta4.jar
wicket-spring-annot-1.3.0-beta4.jar
wicket-velocity-1.3.0-beta4.jar
wicket-examples-1.3.0-beta4.war

Tom


Frank Bille wrote:
> There is always the standard distribution, which contains binaries and
> sources.
> 
> http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4
> 
> Frank
> 
> On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>> I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing the
>> revision of our project's wicket-external
>> (http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java
>> ).
>> Unfortunately it does not build any more because it seems to require a new
>> library.
>>
>> Where can I download the currently required jar files? I don't want to
>> install maven for such a trivial task, because we don't need it for other
>> stuff.
>>
>> --
>> Thanks,
>> Tom
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Get libs without installing Maven?

Posted by Frank Bille <fr...@apache.org>.
There is always the standard distribution, which contains binaries and
sources.

http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4

Frank

On 10/25/07, Thomas Singer <wi...@regnis.de> wrote:
>
> I'm currently trying to update from 1.4beta2 to 1.4beta4 by changing the
> revision of our project's wicket-external
> (http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/src/main/java
> ).
> Unfortunately it does not build any more because it seems to require a new
> library.
>
> Where can I download the currently required jar files? I don't want to
> install maven for such a trivial task, because we don't need it for other
> stuff.
>
> --
> Thanks,
> Tom
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>