RE: maven-aspectj-plugin-2.0

2004-04-12 Thread Tim Chen
Error on the site documentation: You never want to put / at the end of a remote repo address. So it should actually say: | maven.repo.remote=http://www.ibiblio.org/maven,http://oness.sourceforge.net/maven| Voila. HTH, -Tim From: Hahne, Ronald [EMAIL PROTECTED] Subject: maven-aspectj-plugin-2.0

Re: Newbie question: use of deprecated API's

2004-03-11 Thread Tim Chen
There are some reports that can do it but the fastest way to see deprecations is to just set: maven.compile.deprecation=on in your project.properties -Tim Jean-François El Fouly wrote: I've been using Maven for months (since b3 or 4 if I can remember), writing plugins, POM's for 130 Java

Re: reactor or multiproject

2004-03-11 Thread Tim Chen
What you can do is check the output of a multiproject build. During the build you might see lines such as: java:compile (meaning that it is invoking the compile task of the java) You will see several of these that are repeated in every project build. Find the one that makes the most sense for

Re: Public maven repos (was Re: jakarta-taglibs)

2004-02-28 Thread Tim Chen
project.xml files *are* places in the maven repo They are renamed to project.pom I think the dependencies of a dependency is something being worked on :) -Tim Henri Yandell wrote: I believe the war plugin will suck tld's down from the maven repo. I was looking at the source the other day [I think

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
I am using xdoclet/hibernate and do not see that behavior. Location 2 and 3 might be bugs. I also have maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet and the generate .hbms are only in that folder. Do you have something set up in project.xml resources that might

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
wrote: --- Tim Chen [EMAIL PROTECTED] wrote: I am using xdoclet/hibernate and do not see that behavior. Location 2 and 3 might be bugs. I also have maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet and the generate .hbms are only in that folder. Do you have

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
Okay.. I dont see anything obvious in there (someone else might). Do you have anything in your maven.xml that would relate to this? Or are you calling the xdoclet-hibernate task directly from the cmd line? -Tim Eric Merritt wrote: --- Tim Chen [EMAIL PROTECTED] wrote: Well.. I only ask cause

Re: jakarta-taglibs

2004-02-27 Thread Tim Chen
Request and String have been there since Feb 2003 and Sept 2003 respectively. If you need other ones there then put a request through JIRA. In the meantime (or instead of) you can always host your own repository. Create a directory on your webserver and add files just as you would see them on

Re: [ANN] New Maven plugin development build available (20040226)

2004-02-26 Thread Tim Chen
Thank you so much for your work on Cactus/Maven Cactus Plugin Vincent. However, due to the naming structure of the new cactus maven plugin it should be brought to attention that you have to do the following: 1) Follow the instructions in Vincent's email. 2) Due the original plugin being named

Re: jar jboss-service.xml

2004-02-24 Thread Tim Chen
Here's one way to do it. resource directory${maven.hibernate.dir}/directory targetPath${maven.build.dir}/META-INF/targetPath includes include*.xml/include /includes /resource -Tim thorsten maus

Re: changing the maven repo location

2004-02-23 Thread Tim Chen
Hi Henri, Look at maven.plugin.dir default ${maven.home}/plugins maven.repo.local default ${maven.home.local}/repository Each individual user can set his or her preferences by putting those in their ${home}/build.properties -Tim Henri Yandell wrote: Yep. Well, it's not user-based but

Re: changing the maven repo location

2004-02-23 Thread Tim Chen
Hi Henri, Look at maven.plugin.dir default ${maven.home}/plugins maven.repo.local default ${maven.home.local}/repository -Tim Henri Yandell wrote: Not something that leaps out to me from the faq, wiki or site, but what's the variable to change where a user's maven repository/plugin are located?

Re: Error when creating a new goal

2004-02-19 Thread Tim Chen
If the file is not open and it is unable to delete it.. Try to manually delete.. if windows gives you an error saying that the file is locked then welcome to windows. You cant do anything but reboot (I've tried killing every windows process that I could and it still wont work). This usually

RE: maven jboss hibernate

2004-02-15 Thread Tim Chen
=jar:install preGoal name=java:compile attainGoal name=xdoclet:hibernatedoclet/ /preGoal /project Finally make sure that you have the correct xdoclet dependencies. Tim Chen [EMAIL PROTECTED] -Original Message- From: thorsten maus [mailto:[EMAIL PROTECTED] Sent: Sunday

RE: jboss -- configuration services

2004-02-15 Thread Tim Chen
'maven' practice would be here. Tim Chen [EMAIL PROTECTED] -Original Message- From: thorsten maus [mailto:[EMAIL PROTECTED] Sent: Sunday, February 15, 2004 5:42 AM To: Maven Users List Subject: jboss -- configuration services hi ... how to i tell the ear plugin to integrate jboss

RE: maven eclipse enhancement

2004-02-12 Thread Tim Chen
Sorry to jump on this thread with something a bit off the original intent. It would also be nice if the eclipse target supported multiproject. Tim Chen [EMAIL PROTECTED] -Original Message- From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 8:40 AM

RE: maven eclipse enhancement

2004-02-12 Thread Tim Chen
into the parent. 4) refresh the eclipse project and remove all (possible) duplicates and errors from the merge. It would be nice if the eclipse project was aware that it was a multiproject and did its magic. Tim Chen [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Including the ejb-jar.xml into the JAR's META-INF/

2004-02-08 Thread Tim Chen
directorytarget/xdoclet/ejb/META-INF/directory targetPath${maven.build.dest}/META-INF/targetPath includes include**/*.xml/include /includes /resource /resources Tim Chen [EMAIL PROTECTED] -Original Message

Re: CVS NT Repo

2004-02-04 Thread Tim Chen
Thanks to everyone that offered a solution :) This one works with my default cvs checkout as well so I used it instead of using the pipe | approach which worked just as well for the reports. Thanks again :) -Tim Cuong Tran wrote: Try this: /d//CVSREPO --- Tim Chen [EMAIL PROTECTED] wrote

Multiproject and site reports

2004-02-03 Thread Tim Chen
Seems like it should be simple but I can't seem to figure out how to do this without hardcoding a path. How do you define a single master project level configuration for your reports if your running multiproject:site? For example the checkstyle plugin/report wants to look for a

CVS NT Repo

2004-02-03 Thread Tim Chen
Stupid CVS NT Repos have connection strings such as: [EMAIL PROTECTED]:d:/CVSREPO This causes report errors: BUILD FAILED File.. file:/C:/Documents and Settings/chengt/.maven/plugins/maven-multiproject-plugin-1.1/ Element... maven:reactor Line.. 69 Column 7 Unable to obtain goal

RE: Maven Plugin Page Missing

2004-02-03 Thread Tim Chen
I noticed the same thing. Use: http://maven.apache.org/reference/plugins/core-plugins.html http://maven.apache.org/reference/plugins/optional/optional.html For now :) Tim Chen [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

RE: test

2004-01-31 Thread Tim Chen
__ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Starting the reactor... test:compile: [echo] No test source files to compile. test:test: [echo] No tests to run. BUILD SUCCESSFUL Total time: 10 seconds

RE: Sample EJB Project Using JBoss and Maven?

2004-01-29 Thread Tim Chen
.jar in your own local repository and point to it in repo remote. Tim Chen [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 5:51 PM To: [EMAIL PROTECTED] Subject: Re: Sample EJB Project Using JBoss and Maven? Hi

RE: clean goal does not delete the war

2004-01-29 Thread Tim Chen
${maven.war.final.name} defaults to ${pom.artifactId}.war (look at the docs and the jelly script) What exactly was the error? Tim Chen [EMAIL PROTECTED] -Original Message- From: Brian Burridge [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 5:33 PM To: Maven Users List

RE: Multiproject Cactus Plugin

2004-01-27 Thread Tim Chen
Thanks Vincent I'll give it a try :) Tim Chen [EMAIL PROTECTED] -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 7:42 AM To: 'Maven Users List' Cc: [EMAIL PROTECTED] Subject: RE: Multiproject Cactus Plugin Hi Tim, You're right. I'm

Changing name of plugins?

2004-01-26 Thread Tim Chen
|Is there a way to automagically change the name of a plugin? For example: the newest cactus maven plugin is downloaded via. maven plugin:download -DartifactId=cactus-maven -DgroupId=cactus -Dversion=1.6dev-20040115 Unfortunately, that causes a problem since the 'original' name is

RE: Réf. : RE: Making plugins a dependency

2004-01-22 Thread Tim Chen
It works just fine but when used with a multiproject setup it cause me to run out of memory. Since I couldn't find anything (running maven -X multiproject:install) I can not tell you what the issue is. But just in case you run into the same thing. Maven-1.0 rc1 Tim Chen [EMAIL PROTECTED

Re: Réf. : RE: Making plugins a dependency

2004-01-22 Thread Tim Chen
Thanks Nicolas but I know how to increase memory. I'm just not sure why it requires that much more memory from a plugin dependency. -Tim [EMAIL PROTECTED] wrote: Set the MAVEN_OPTS environement var to provide more memory set MAVEN_OPTS=-Xmx512m Nicolas Tim Chen [EMAIL PROTECTED] 22/01/2004

Multiproject Cactus Plugin

2004-01-22 Thread Tim Chen
Can someone provide an example of using the cactus plugin in a multiproject environment? I have a project that is laid out roughly as: Root --ui (for war) --ejb (for ejb jar) --src --ejb --test-cactus --webapp --web.xml (skeleton web.xml for cactus as in samples) --ear (for final ear)

RE: Maven and EJB Testing

2004-01-13 Thread Tim Chen
Thanks Vincent :) I'll definitely look for it. Tim Chen [EMAIL PROTECTED] -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 2:38 AM To: 'Maven Users List' Subject: RE: Maven and EJB Testing -Original Message- From: news

Maven and EJB Testing

2004-01-12 Thread Tim Chen
Has anyone found a good way to integrate EJB testing into maven? I currently have tests in a test-ee (similar to test-cactus) directory and invoke junitee via ant tasks rewritten into the maven.xml for my ejb subproject. This feels a little bit like I'm bypassing the 'maven way' of testing.

extending dependencies

2004-01-09 Thread Tim Chen
I have: aproject -- project.xml -- modules --subproject -- project.xml in which the subprojects project.xml declares extends${basedir}/../../project.xml/extends in the aproject project.xml i have a dependency dependencies dependency

Re: Réf. : RE: Plugin dependancies

2003-12-16 Thread Tim Chen
Dont forget that all the required jars of your project are only downloaded once. If maven is able to find them in your repository after that it will not attempt to download them again. So you can connect to the internet once.. download maven... build your project one time and it will not need

RE: ear Module breaks multiproject

2003-12-13 Thread Tim Chen
the main and a child project it causes other issues. :-/ Thanks :) Tim Chen [EMAIL PROTECTED] -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 12:17 AM To: Maven Users List Subject: Re: ear Module breaks multiproject Do you have any

Re: Name of generated files

2003-12-12 Thread Tim Chen
Agreed that it is probably best practice but if you want to you can always over-ride the property (if provided) of the plugin you are using. Read http://maven.apache.org/reference/plugins/index.html for more information Since you are creating a jar then you should look at the properties of the

Re: MavenTagLibrary class not found

2003-12-10 Thread Tim Chen
I just did the same thing and didnt receive any errors. Are you sure you're using a clean copy of Maven? (Make sure to blow out the .maven directory as well in your user.home directory -Tim Jason van Zyl wrote: On Wed, 2003-12-10 at 13:10, Brice Copy wrote: Hi, I launched : maven genapp

Re: xdoclet:ejbdoclet and weblogic

2003-12-09 Thread Tim Chen
Correct me if I'm wrong but 1.2b4 is just another name for 1.2b3 Apparently the naming of the two got confused. -Tim Konstantin Priblouda wrote: --- Geddes, Mark (ANTS) [EMAIL PROTECTED] wrote: Do you have the equivalent of this in your project.xml? dependency idxdoclet+bea-module/id

Re: Is it possible to keep unit tests in the same directories as production classes?

2003-12-08 Thread Tim Chen
I'm sure that it's not recommened but you can achieve that using a few changes in your project.xml setup. use: sourceModifications excludes exclude**/Test*.java/exclude /excludes /sourceModifications to prevent building ur test classes into your src. then for ur unitTest

Re: Is it possible to keep unit tests in the same directories as production classes?

2003-12-08 Thread Tim Chen
hehe i did offer a disclaimer ;) Jason van Zyl wrote: On Mon, 2003-12-08 at 16:20, Tim Chen wrote: I'm sure that it's not recommened but you can achieve that using a few changes in your project.xml setup. use: sourceModifications excludes exclude**/Test*.java/exclude

RE: Is it possible to keep unit tests in the same directories asproduction classes?

2003-12-08 Thread Tim Chen
it as such? As Jason said.. There are plenty of other tools out there than can handle more of a hodpodge/adhoc style, but that is not the goal of Maven. Tim Chen [EMAIL PROTECTED] -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 11:01 PM