Re: Jdev project error using Maven to build .jpr

2007-07-30 Thread ScottBrank
Hi Wayne, I'm not familiar to JDev and Maven integration too, so then I'm using both separetly. Well, I fixed my issue putting my project folder in the same volume as maven folder. I was completly unwarned of it. I think this is some kind of problem in the engine of Jdev plugin. However I do

Jdev project error using Maven to build .jpr

2007-07-27 Thread ScottBrank
Hi folks, I got a problem with building Jdev file project .jpr with maven 2.0.7 i compared my pom.xml with pom.xml of trinidad project and i found no difference of purpouse between them. the error that i'm getting is that when i try to compile my project by jdev, it returns that some packages

Issue with dependencies of taglibs jars

2007-06-22 Thread ScottBrank
Hi there! in my oroject, i have a lot of dependencies... well, one thing i did was declare all dependencies correctly to my project. but something still missing, because when i type mvn jdev:jdev , maven builds to me a file to edit the project in jdeveloper, but when I try compiling the project

What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
Hi! when I type mvn install in my project folder it gives me errors... i don't know what the heck it is... its in the image.. http://www.nabble.com/file/p11239325/imageerrorcarlos.jpg thank's for help! :-P -- View this message in context:

Re: What is this? What I have to do to fix?

2007-06-21 Thread ScottBrank
other thing i want to know.. my project has a lot of dependencies... a lot of other jars that i need to my appplication... so, i have read that i hae to declare these dependencies in my pom.xml... but i have read too that i have only to declare the basiest level of m dependencies.. well.. what