Re: Get libs without installing Maven?

2008-03-11 Thread bob2

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2008-03-11 Thread bob2

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2008-03-11 Thread Eelco Hillenius
On Tue, Mar 11, 2008 at 7:41 AM, bob2 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2008-03-11 Thread Eelco Hillenius
On Tue, Mar 11, 2008 at 7:45 AM, bob2 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2008-03-11 Thread bob2

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--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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2008-03-11 Thread Igor Vaynberg
indeed. and latest versions of maven have quiet a nice new toy

C:\dev\src\wicketmvn 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] 

Re: Get libs without installing Maven?

2007-10-26 Thread Thomas Singer

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 [EMAIL PROTECTED] 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: [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]



Re: Get libs without installing Maven?

2007-10-26 Thread Nino Saturnino Martinez Vazquez Wael

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 [EMAIL PROTECTED] 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: [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]



Re: Get libs without installing Maven?

2007-10-26 Thread Eelco Hillenius
 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-26 Thread Thomas Singer
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-26 Thread Thomas Singer

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-26 Thread Igor Vaynberg
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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Thomas Singer

No possibility?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Nino Saturnino Martinez Vazquez Wael
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Frank Bille
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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: Get libs without installing Maven?

2007-10-25 Thread Thomas Singer
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Eelco Hillenius
On 10/25/07, Thomas Singer [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Thomas Singer
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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Get libs without installing Maven?

2007-10-25 Thread Thomas Singer
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]