Maven-Tapestry Problem

2011-05-22 Thread Mitke2011
Hi, I have a rather strange problem with Tapestry instalation using  Maven: I
tried to install Tapestry 5.2.5 (same thing happened when I tried 5.2.4 or
5.3) from Netbeans 6.9.1 IDE, using provided POM dependencies on tapestry
web site. Installation started, but nothing have been installed (jar library
could not display packages inside  - it was displayed as reference problem,
which couldn't be resolved, and I tried everything from re-downloading
sources to pointing to the zip folder, which I downloaded from web site ).
After this failed, I checked out source using turtoise svn, and after it was
complete, I started maven from comand prompt, in order to execute mvn clean
install comand.I recived BUILD FAILED notice. The following  is displayed:

[INFO] Tapestry Component Parameters Report
[INFO]
[INFO]

[INFO] Building Tapestry 5 Project 5.3.0-SNAPSHOT
[INFO]

[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ tapestry-project
---
[INFO] Deleting file set: C:\Users\mitke\Desktop\New folder
(2)\tapestry5\target
 (included: [**], excluded: [])
[INFO]
[INFO] --- maven-remote-resources-plugin:1.0:process (default) @
tapestry-projec
t ---
[INFO] Setting property: classpath.resource.loader.class =
'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO]
[INFO] --- maven-install-plugin:2.2:install (default-install) @
tapestry-project
 ---
[INFO] Installing C:\Users\mitke\Desktop\New folder (2)\tapestry5\pom.xml to
C:\
Users\mitke\.m2\repository\org\apache\tapestry\tapestry-project\5.3.0-SNAPSHOT\t
apestry-project-5.3.0-SNAPSHOT.pom
[INFO]
[INFO]

[INFO] Building plastic 5.3.0-SNAPSHOT
[INFO]

[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ plastic ---
[INFO] Deleting file set: C:\Users\mitke\Desktop\New folder
(2)\tapestry5\plasti
c\target (included: [**], excluded: [])
[INFO]
[INFO] --- maven-remote-resources-plugin:1.0:process (default) @ plastic ---
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @
plastic --
-
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\mitke\Desktop\New folder
(2)
\tapestry5\plastic\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ plastic
---
[INFO] Compiling 189 source files to C:\Users\mitke\Desktop\New folder
(2)\tapes
try5\plastic\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources)
@ pl
astic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\mitke\Desktop\New folder
(2)
\tapestry5\plastic\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @
plast
ic ---
[INFO] Compiling 55 source files to C:\Users\mitke\Desktop\New folder
(2)\tapest
ry5\plastic\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ plastic ---
[INFO] Surefire report directory: C:\Users\mitke\Desktop\New folder
(2)\tapestry
5\plastic\target\surefire-reports

---
 T E S T S
---
Running TestSuite

===
Placeholder -- Maven Build / TestNG Can't Run The Spock Tests
Tests run: 0, Failures: 0, Skips: 0
===


===
Plastic
Total tests run: 0, Failures: 0, Skips: 0
===

[org.testng.internal.PoolService] Shutting down poolservice
org.testng.internal.
PoolService@f1bb78 terminated:false
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 sec

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ plastic ---
[INFO] Building jar: C:\Users\mitke\Desktop\New folder
(2)\tapestry5\plastic\tar
get\plastic-5.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.2:install (default-install) @ plastic ---
[INFO] Installing C:\Users\mitke\Desktop\New folder
(2)\tapestry5\plastic\target
\plastic-5.3.0-SNAPSHOT.jar to
C:\Users\mitke\.m2\repository\org\apache\tapestry
\plastic\5.3.0-SNAPSHOT\plastic-5.3.0-SNAPSHOT.jar
[INFO] Installing C:\Users\mitke\Desktop\New folder
(2)\tapestry5\plastic\pom.xm
l to
C:\Users\mitke\.m2\repository\org\apache\tapestry\plastic\5.3.0-SNAPSHOT\pl

Tapestry 4 - Need help in Select option

2011-05-22 Thread NewUser
Hello everyone,

I am a new user in tapestry. Working on a project that is developed using
tapestry 4. I need to know how can I implement 2 listboxes on a page where
in 1 listbox, data gets populated from database and there are 2 buttons on
the form that helps in moving data from 1 listbox to other and vice-versa. 

Can anyone give me some example how can I implement this? 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-4-Need-help-in-Select-option-tp4414916p4414916.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



T5: Deploy to tomcat 6 from Eclipse 3 IDE for Java Developers

2011-05-22 Thread Denoite
Hi,

i'm pretty new to T5 and i've created my first app with the tutorial, 
everything is running fine with jetty and Eclipse.
Now i want to deploy my app to tomcat 6 as a WAR.
But like in the tutorial, i'm running Eclipse 3 IDE for Java Developers.
There is no option to export a WAR.

How is that done from Eclipse 3 IDE for Java Developers?
How would the example be deployed to tomcat?

Sorry for the newbie question, but maybe somebody can me point to the right 
direction...


Thx
Joseph




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: T5: Deploy to tomcat 6 from Eclipse 3 IDE for Java Developers

2011-05-22 Thread Thiago H. de Paula Figueiredo

On Sun, 22 May 2011 10:07:33 -0300, Denoite deno...@yahoo.de wrote:


Hi,


Hi!

i'm pretty new to T5 and i've created my first app with the tutorial,  
everything is running fine with jetty and Eclipse.

Now i want to deploy my app to tomcat 6 as a WAR.


I suggest using Jetty (through the RunJettyRun plugin or some other way)  
while developing. No need to deploy, just run the exploded (non-packaged)  
WAR directly.



But like in the tutorial, i'm running Eclipse 3 IDE for Java Developers.
There is no option to export a WAR.


You can use Ant, Maven (through the m2eclipse or q4e plugins), Gradle or  
some other tool to do that. Anyway, the Maven folder structure is  
recommended even by people who don't like Maven.


--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry 4 - Need help in Select option

2011-05-22 Thread Jonathan Barker
It sounds like should check out the palette component in the contrib
library.

http://tapestry.apache.org/tapestry4.1/tapestry-contrib/index.html

It's available in both the 4.0 and 4.1 versions of Tapestry.


On Sat, May 21, 2011 at 10:42 AM, NewUser swatimittal.7...@gmail.comwrote:

 Hello everyone,

 I am a new user in tapestry. Working on a project that is developed using
 tapestry 4. I need to know how can I implement 2 listboxes on a page where
 in 1 listbox, data gets populated from database and there are 2 buttons on
 the form that helps in moving data from 1 listbox to other and vice-versa.

 Can anyone give me some example how can I implement this?

 --
 View this message in context:
 http://tapestry.1045711.n5.nabble.com/Tapestry-4-Need-help-in-Select-option-tp4414916p4414916.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Jonathan Barker
ITStrategic