RE: How to get xdoclet generating necessary files thru maven?

2004-06-28 Thread Amato Massimiliano \(TLAB\)
Hi, >From my experience with XDoclet plugin I have to agree is very complicated but once >set up it works perfectly. First of all are you sure you're importing all the necessary xdoclet libraries in the project.xml? xdoclet xdoclet-xdoclet-module xdoclet-ejb-module web-module jboss-module xdoc

Problem between Maven and Eclipse

2004-06-09 Thread Amato Massimiliano \(TLAB\)
Hello, I am starting to integrating all my tests into my environment, but i've found a problem. My tests needs to read some settings from configuration files while others reads data from XML. I have all those files under test/conf dir so when I launch "maven test" those are moved into target/t

RE: About Dependencies

2004-05-28 Thread Amato Massimiliano \(TLAB\)
> -Original Message- > From: Amato Massimiliano (TLAB) > [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 9:45 AM > To: Maven Users List > Subject: RE: About Dependencies > > > Hi Yagmur, > > We have the same problem as you since we have a c

RE: About Dependencies

2004-05-28 Thread Amato Massimiliano \(TLAB\)
Hi Yagmur, We have the same problem as you since we have a centralized Maven configuration and we are behind a firewall and the password is forced to be changed every 15 days so we didn't want to give Maven internet access from the workstation. Our solution was to update the maven.jar, we repla

RE: Maven eclipse plugin question: multiproject, Eclipse and classpath

2004-05-26 Thread Amato Massimiliano \(TLAB\)
Hello, The 2nd scenario is the way maven works, basically you can import every sub project in eclipse, the external dependancies are referred to the local repository while the inter project dependancy are transformed in eclipse into dependancy between different projects if you specify it in the

RE: Classpath Problem

2004-05-25 Thread Amato Massimiliano \(TLAB\)
can helps.. Artsi On Tue, 2004-05-25 at 11:35, Amato Massimiliano (TLAB) wrote: > Yes, but i don't think this is the problem. > > MY first test was to have an ant script that worked perfectly with all the > dependancy in a lib directory, then I updated the script to use maven but i

RE: Classpath Problem

2004-05-25 Thread Amato Massimiliano \(TLAB\)
List Subject: Re: Classpath Problem Does it require tools.jar from the JDK on the classpath? On Mon, 24 May 2004 16:51:12 +0200, Amato Massimiliano (TLAB) <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to write a plugin for workzen. I built an ant script that works

Classpath Problem

2004-05-24 Thread Amato Massimiliano \(TLAB\)
Hello, I am trying to write a plugin for workzen. I built an ant script that works perfectly but when i tried to convert it into a plugin it failed. It looks like it is a classpath problem but i don't know exactly what to do.. Here's the output of my execution and the plugin.jelly file

Maven and Integration Test

2004-05-19 Thread Amato Massimiliano \(TLAB\)
Hello, I've a problem with my integration tests. In my system we have both unit and integration test, the first type is perfectly handled by maven that execute them, and generates a report and a clover coverage too. Now I also have integration that are test to cover not the single class but a p

RE: Plugin Feature Suggestion

2004-05-18 Thread Amato Massimiliano \(TLAB\)
04 10:46, Amato Massimiliano \(TLAB\) wrote: > JAR Plugin 1.3 > > - Added jar.bundle dependancy property do you mean something like MPJAR-4? http://jira.codehaus.org/browse/MPJAR-4 regards, Joachim - To unsubscribe,

RE: Problem with Jar:deploy under Windows

2004-05-18 Thread Amato Massimiliano \(TLAB\)
as a drive and using z:/maven/repository instead. HTH, Brett > -Original Message- > From: Amato Massimiliano (TLAB) > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 18 May 2004 5:20 PM > To: Maven Users List > Subject: Problem with Jar:deploy under Windows > > > H

Plugin Feature Suggestion

2004-05-18 Thread Amato Massimiliano \(TLAB\)
Hello Guys, In order to have my sistem working with maven i had to add features to some maven plugin, here's the detail of what i changed, i am not sure they are not already be fixed or added in the latest version since i am using RC1 JBoss Plugin 1.3 - Added a jboss.lib dependancy property th

Problem with Jar:deploy under Windows

2004-05-18 Thread Amato Massimiliano \(TLAB\)
Hello, I have a problem while i try to deploy an artifact to my remote repository, that is a shared directory since we are behind a firewall and cannot go thru it Anyway i set all the 3 settings i needed maven.repo.list= central maven.repo.central=file://astrodev001\\development$\\maven maven.r

RE: External Library dependencies within a project

2004-05-18 Thread Amato Massimiliano \(TLAB\)
OK as soon as RC3 is out i'll plan a migration, and then i'll post the list of changes i had to make to the plugins to make them work on my system No big changes, just some tweaks to add them some minor features Max -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: T

RE: External Library dependencies within a project

2004-05-17 Thread Amato Massimiliano \(TLAB\)
Hi Dan We decided not to solve your question since we believed that in the open source world that approach (not to hide dependencies) is widely accepted. Anyway if you really want to do it one solution would be to update the jar plugin so it accepts a jar.bunlde property that basically includes

RE: Cruise Control Plugin

2004-05-13 Thread Amato Massimiliano \(TLAB\)
Hi The plugin right now only generates the config.xml file that you then can update to be exactly what you need before being used with CruiseControl. The run goal is not implemented yet so right now it is not fully integrated into maven Hope this helps Max -Original Message- From: Karl

RE: Properties inheritance

2004-04-29 Thread Amato Massimiliano \(TLAB\)
I did what you suggested and to solve the remote repository problem I had to update the default remote.repo from ibibilio to mine, inside the maven.jar file -Original Message- From: Roland Huss [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 4:55 PM To: [EMAIL PROTECTED] Subject:

RE: xdoclet packageSubstitution

2004-04-28 Thread Amato Massimiliano \(TLAB\)
Hello, you just override the 2 definition, you need to list the number of packagesubstitution you plan to do, just change your file to this and it should work maven.xdoclet.ejbdoclet.packageSubstitution.0=true maven.xdoclet.ejbdoclet.packageSubstitution.0.packages=ejb.session maven.xdoclet.ejbdoc

RE: build.properties & project.xml inheritence

2004-04-27 Thread Amato Massimiliano \(TLAB\)
> I'll do the same, but it has some severe limitations: > - you cannot define maven.repo.remote, since it is evaluated > before any goal is run > > You can define this hack > var="maven.repo.remote">http://www.ibiblio.org/maven,http://apache.rediris.e > s/java-repository > in your main project m

RE: build.properties & project.xml inheritence

2004-04-27 Thread Amato Massimiliano \(TLAB\)
I opened this issue a few days ago, and I can tell you what i did while waiting for the answers. I decided i wanted to have a central repository for all the project.properties since i realized that i had almost the same properties in similar projects So now i have a few files, one with the defa

Maven.xml and Prject.properties extension question

2004-04-22 Thread Amato Massimiliano \(TLAB\)
Hello, I am migrating my projects from ant to maven, and i've almost completed my task, but right now i am facing a last challenge. Basically i have 3 different kind of project.properties and maven.xml, that are always repeted. I'd like to know if there's a way to allow extension also for thos

RE: Maven and Development Process

2004-04-16 Thread Amato Massimiliano \(TLAB\)
> Jason, > > One interesting side-effect of using entities is that if you're > importing them from an external source (which, if you're not, what's the > point?) then packaging/deploying a pom to the repo will result in an > incomplete info set for others d/l'ing that project for a recursive > bui

Maven and Development Process

2004-04-15 Thread Amato Massimiliano \(TLAB\)
Hello guys, I am trying to convert our system from Ant to Maven, I managed to succesfully migrate all the projects into Maven but right now i am facing the problem of the development process integration. I saw there is a Snapshot feature that upload the latest build to the repository, but I am

Maven and JBoss

2004-04-06 Thread Amato Massimiliano \(TLAB\)
Hello, I am migrating allo our existing projects into Maven, but now i have a problem. We had a big J2EE project that used to be managed with ant, and we had a target that managed to configure Jboss with all the needed libs and configuration files needed by the AppServer. Now that i've switched

RE: Writing Plugin and Property file

2004-03-24 Thread Amato Massimiliano \(TLAB\)
Response inline >The way that I went about something similar was to create a custom xdoclet module. >It's fairly >trivial to create a task that simply uses your xdt files. You can then package this >module and >deploy it to your ANT_HOME/lib (like your other xdoclet modules). Then you simply >d

Writing Plugin and Property file

2004-03-23 Thread Amato Massimiliano \(TLAB\)
Hello, I've written a set of XDT files that generates a full set of Delegator for each EJB processed by xdoclet:ejbdoclet, now I am trying a plugin that handles that. 1 ) I have some problems, since first of all i cannot find a way to tell the plugin that the xdt files are not in the local dire

Problem with EJB artifact reference

2004-03-04 Thread Amato Massimiliano \(TLAB\)
Hello, I am building my first maven project, I have 4 subprojects, a service project, an ejb, a war and an ear project. Now I have an ejb that generates two artifacts, DATAEJB-1.0 under ejbs/ and DATAEJB-Client-1.0.jar under jars/, I have both referenced in the war project, the client with inc

Maven and J2ee Project

2004-02-06 Thread Amato Massimiliano \(TLAB\)
Hello, I am new to Mavan and i am trying to convert my Ant build files into maven. The problem i am facing is that at the moment i have a WAR that is not included in the EAR (as almost every example does) so i wanted to know if someone has ever found a solution to this: Let's suppose i have a