How to reference the tools.jar of the jdk lib folder

2006-11-07 Thread Dudu
I need to use the tools.jar of the lib folder. Inside the oringinal jdk location... How can I add this dependency. I looked for it on the maven repository and the sun maven repository too, but without sucess. Thanks all

Maven JAXWS libs has wrong dependencies?

2006-11-02 Thread Dudu
I need to use jaxws 2.0 for build webservices... I must to download them all manually and put on my own repository, or using the shared libs on maven repositories? I'm trying to use the shared, and there are more than one version. If I use this dependecy: com.sun.xml

Why some packages has no jars?

2006-11-01 Thread Dudu
Why a few maven directories has no jars, one of it is the directory of Metadata for Webservices (jsr181) finalized and leaded by Bea? ftp://ibiblio.org/pub/packages/maven2/javax/jws/jsr181/1.0I need to put manually? or it has another name? thanks

Are there a m2 plugin to izpack? and another?

2006-11-01 Thread Dudu
Are there a installer generator plugin to maven 2 ? I found only to maven 1 :(

Maven command to run the main class of a desktop application

2006-11-01 Thread Dudu
What is the Maven 2 pluginto run the main class of a desktop application?

eclipse plugin e WebTools

2006-11-01 Thread Dudu
upgrade a maven plugin? Is it automatic? -- -- Dudu GoogleTalk: eduardopichler[at]gmail[dot]com skype:eduardopichler

Install jdev plugin

2006-10-30 Thread Dudu
I downloaded the source code of jdev plugin of Trinidad (my faces)repository and I did mvn install, all files was compiled and installed sucefully but when I do mvn jdev:jdev, maven says that the jdev plugin doesn't exists I am using the trunk source code. Thanks -- --

Problems running a JSF application on Jetty:Run

2006-10-26 Thread Dudu
I can't discover the problem in this strack trace... I'm running RI JSF implementation + tomahawk + ADF Faces: this is the pom.xml junit junit 4.0 test hibernate hibernate 3.0 com

Re: How to deploy 2 webapp at same time on Jetty Plugin

2006-10-23 Thread Dudu
eed to create a single EAR and deploy it? Wayne On 10/22/06, Dudu <[EMAIL PROTECTED]> wrote: > I have an application that use BIRT to run reports. Ant the Birt Viewer, > that process the reports, is another webapp, that need to be runnint at same > time... I'm trying to ru

How to deploy 2 webapp at same time on Jetty Plugin

2006-10-23 Thread Dudu
iewer in another instance? thanks! -- -- Dudu GoogleTalk: eduardopichler[at]gmail[dot]com skype:eduardopichler

Re: Eclipse WTP setup

2006-10-10 Thread Dudu
> > This email has been scanned by an external Email Security System. > > Allied Irish Banks > > > > > - > To unsubscribe, e

Conflict with dependencies

2006-09-11 Thread Dudu
I'm using the RI implementation of JSF, and using shale-test too. But Shale-test uses another JSF implementation, the MyFaces. And the two implementation obviously has classes with identical names. How can I manage conflicts like this? Is it correct to change the pom.xml of shale to don't get the

Managed bean always is null running on jetty

2006-09-11 Thread Dudu
I have a jsf application. When I run my app on eclipse or other ide, it runs ok, but when I do jetty:run, no errors is happen, but in parts of code that I get the managed bean using ValueBinding objects, the valueBinding always return nullPointer exception, but this behavior is happening only on j

Re: problems running project on jetty

2006-09-08 Thread Dudu
aps its simply a Jetty bug. Wayne On 9/8/06, Dudu <[EMAIL PROTECTED]> wrote: > I don't know what to do... > i'm migrating my project to maven, but always happen a problem with > dependencies... > I'm using adf faces, tomahawk and Sun RI. > To corrige this error,

problems running project on jetty

2006-09-08 Thread Dudu
I don't know what to do... i'm migrating my project to maven, but always happen a problem with dependencies... I'm using adf faces, tomahawk and Sun RI. To corrige this error, I'm trying to add some libraries... This is the error: HTTP ERROR: 500 /sag/index.jspx(47,19) PWC6317: The attributes fo

[Newbie] Where is the better place to put some resources...

2006-09-05 Thread Dudu
Where is the right place to put the ddl.sql of my database. I think is the resource path. Am I right? And the reports generated of a UML project developed under another tool? Thanks

Error on compiling a webapp. Strange class is required.

2006-09-05 Thread Dudu
Sorry, I'm starting with maven and I'm migrating my projects. I added all dependencies but the follow error is ocurring: D:\workspace\proj\src\main\java\br\com\sag\components\grid\AjaxSortableTableTa g.java:[7,7] cannot access javax.servlet.jsp.tagext.JspIdConsumer file javax\servlet\jsp\tagext\J

Installing third party libraries

2006-09-05 Thread Dudu
When I install a third part library, the poom is not generated automatically. Is right this behavior? Thanks

JavaServer Faces and maven on eclipse

2006-09-05 Thread Dudu
I have a jsf project and want to open in jsf perspective on eclipse (web tools). My maven project is a webapp, but when I run eclipse:eclipse the project files generated is not for j2ee. What I need to do?

Is maven good to small projects

2006-09-05 Thread Dudu
Is maven good to small teams, like two programmers?