[jira] Created: (MNG-759) Empty artifacts when not using maven-core's default lifecycles

2005-08-21 Thread Dan Tran (JIRA)
Environment: xp Reporter: Dan Tran Fix For: 2.0-beta-1 maven project that uses external build lifecycle out side maven-core do not see it artifact list. in my case of using maven-native-plugin, my dll project has a .lib dependency, therefore the link phase will fail since

[jira] Reopened: (MNG-729) Ability to additional ArtifactHandlers using external components.xml

2005-08-21 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-729?page=all ] Dan Tran reopened MNG-729: -- based on comments, not sure if this issue is fixed Ability to additional ArtifactHandlers using external components.xml

[jira] Commented: (MNG-643) Support includes and excludes for the source and testSource directories.

2005-08-19 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-643?page=comments#action_44754 ] Dan Tran commented on MNG-643: -- will it has implication of generated source where we add addition dir to source root?? In the case of generate-sources phase, are we able set exclude

Re: [m2] Repository Search Order

2005-08-18 Thread dan tran
override maven.repo.remote? -D On 8/18/05, Allison, Bob [EMAIL PROTECTED] wrote: Is there a method to alter the order in which repositories are searched? In our existing m102 build environment, we have a copy of what we use from the maven repository in a repository near our development

[jira] Created: (MNG-738) Ability to see where m2 picks up the parent pom (remote, local, source tree)

2005-08-15 Thread Dan Tran (JIRA)
-beta-1 Environment: xp Reporter: Dan Tran Fix For: 2.0-beta-1 This feature helps settting up directory/pom structure of large projects. Currently it only shows Downloading: http://uscus-ebulnx2/usr/scm/repositories/m2-snapshot/com/borland/e nterprise/util/util-master/7.0-SNAPSHOT/util

[jira] Created: (MNG-740) dependencies resolution not work using pom on local source tree - special case

2005-08-15 Thread Dan Tran (JIRA)
-artifact Versions: 2.0-beta-1 Environment: xp Reporter: Dan Tran Fix For: 2.0-beta-1 Attachments: c.log, jira.zip Folks, I would like to make sure i am able to build my artitfact with it parent poms are not either in local or remote repo. Attached is the dummy m2 structure

[jira] Created: (MEV-63) jpox-c3p0 does not need jdbc-stdext-2.0 ( already included in jdk 1.4)

2005-08-14 Thread Dan Tran (JIRA)
Reporter: Dan Tran -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-13 Thread dan tran
? -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 22:14 To: Maven Developers List Subject: Re: [m2] Problem (Bug?) Deploying Snapshot Jar Folks, i found the root cause of my problem, one the parent pom in the chain is not valid. But a better

[jira] Created: (MNG-733) Ability to setup pom's module's name at run time

2005-08-13 Thread Dan Tran (JIRA)
: Dan Tran Fix For: 2.0-beta-1 I have a bunch projects on the same level which only a few got pick at build time. In M1, my startup script sets up a property which are then correctly substituted the contents of maven.multiproject.includes. Here is example: parent pom.xml

Re: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-12 Thread dan tran
I am experiencing the same problem. Hopefully will get fixed sooon. -Dan On 8/12/05, Allison, Bob [EMAIL PROTECTED] wrote: I'm building a small jar to extend log4j for our environment. If the version in pom.xml is 3.0, I get the following output from m2 deploy: [INFO] [jar:jar] [INFO]

[jira] Created: (MNG-729) Ability to additional ArtifactHandlers using external components.xml

2005-08-12 Thread Dan Tran (JIRA)
: 2.0-beta-1 Environment: xp Reporter: Dan Tran Fix For: 2.0-beta-1 I have a need to add a new ArtifactHandler using my own components.xml. It turns out the the setting is ignored unless I merge my xml to maven-artifact/src/main/resources/META-INF/plexus/components.xml and bootstrap

[jira] Created: (MNG-730) Ability to use single lifecle with dynamic extension

2005-08-12 Thread Dan Tran (JIRA)
Ability to use single lifecle with dynamic extension Key: MNG-730 URL: http://jira.codehaus.org/browse/MNG-730 Project: Maven 2 Type: Bug Versions: 2.0-beta-1 Environment: xp Reporter: Dan Tran Fix

Re: [m2] Problem (Bug?) Deploying Snapshot Jar

2005-08-12 Thread dan tran
under? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 19:41 To: Maven Developers List Subject: Re: [m2] Problem (Bug?) Deploying Snapshot Jar Has it been put into JIRA? - Brett dan tran wrote: I am experiencing the same

[jira] Created: (MNG-726) ability to get a list of direct dependencies defined in pom.xml but not their transitive dependencies

2005-08-11 Thread Dan Tran (JIRA)
: Maven 2 Type: Improvement Components: maven-project Versions: 2.0-beta-1 Environment: xp Reporter: Dan Tran Fix For: 2.0-beta-1 Instead of calling project.getArtifacts(), please provide api like project.getDirectArtifacts(). Usecase: javah-mojo only need to scan

plexus-util StringUtils.split() enhancement

2005-08-03 Thread dan tran
Folks I would like to add a enhancent to trim the return tokens. Is it feasible? This way I can get the string comming from files string1, string2, string3 /files to be tokenized without the \n\r in the middle. and there for FileUtils.getFiles( File

Re: plexus-util StringUtils.split() enhancement

2005-08-03 Thread dan tran
Actually, we need to issue the trim in DirectoryScanner.setIncludes and DirectoryScanner.setExcludes suggestions? -D On 8/3/05, dan tran [EMAIL PROTECTED] wrote: Folks I would like to add a enhancent to trim the return tokens. Is it feasible? This way I can get the string comming from

[jira] Created: (SCM-51) add Remove command for starteam

2005-07-25 Thread Dan Tran (JIRA)
add Remove command for starteam --- Key: SCM-51 URL: http://jira.codehaus.org/browse/SCM-51 Project: Maven SCM Type: New Feature Components: maven-scm-provider-starteam Versions: 1.0-alpha-2 Environment: xp Reporter: Dan

[jira] Updated: (SCM-51) add Remove command for starteam

2005-07-25 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-51?page=all ] Dan Tran updated SCM-51: Attachment: StarteamRemoveCommandTest.java add Remove command for starteam --- Key: SCM-51 URL: http://jira.codehaus.org/browse/SCM

[jira] Updated: (SCM-51) add Remove command for starteam

2005-07-25 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-51?page=all ] Dan Tran updated SCM-51: Attachment: StarteamRemoveConsumerTest.java add Remove command for starteam --- Key: SCM-51 URL: http://jira.codehaus.org/browse/SCM

[jira] Updated: (MPSCM-56) Add Starteam support, plus scm:add, scm:status, scm:checkin

2005-07-18 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-56?page=all ] Dan Tran updated MPSCM-56: -- Attachment: patch-1.5.1-beta1.diff The patch contains - Use org.codehaus.plexus.scm.ScmManager instead of org.apache.maven.scm.ScmManager. - Use

[jira] Commented: (MNG-495) prerequesite releases

2005-06-20 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-495?page=comments#action_41676 ] Dan Tran commented on MNG-495: -- what about maven-scm? I recently added starteam implementation. Would love to see Continuum build my starteam project. prerequesite releases

[jira] Commented: (MAVEN-1627) The sort attribute of the reactor tag doesn't work.

2005-06-17 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1627?page=comments#action_41546 ] Dan Tran commented on MAVEN-1627: - however, if org.maven.project.Project.java implements java.util.Comparator. Here is required compare implementation public int compare

[jira] Created: (MPARTIFACT-55) deploy using file:// url is broken

2005-06-16 Thread Dan Tran (JIRA)
deploy using file:// url is broken -- Key: MPARTIFACT-55 URL: http://jira.codehaus.org/browse/MPARTIFACT-55 Project: maven-artifact-plugin Type: Bug Versions: 1.5.1 Environment: maven-1.1-b1 Reporter: Dan Tran

Re: 1.1-beta-1 test builds

2005-06-15 Thread dan tran
I used the Zip one. Notice the downloaded jars to my local repo does not have MD5 files. is it intended? -D On 6/15/05, Konstantin Shaposhnikov [EMAIL PROTECTED] wrote: On 6/15/05, Brett Porter [EMAIL PROTECTED] wrote: Hi, Please test these. I will release tomorrow if all is well. I

Re: 1.1-beta-1 test builds

2005-06-15 Thread dan tran
to make 1.1 backward compatible with 1.02. If you dont specify the file type, maven should look at my dependency type already defined in my project.xml. This way I can slowly migrate to 1.1 is it possible? -D On 6/15/05, dan tran [EMAIL PROTECTED] wrote: I used the Zip one. Notice

Re: Adding a new provider

2005-06-14 Thread dan tran
Hello Simon, How does your src/main/resources/plexus/compoponents.xml look like? How did you invoke your test? -Dan On 6/14/05, Richardson, Simon (Treasury) [EMAIL PROTECTED] wrote: If you are talking about having it available at runtime YES - it will depend on what application you

[jira] Reopened: (MPSCM-56) Add Starteam support, plus scm:add, scm:status, scm:checkin

2005-06-13 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-56?page=all ] Dan Tran reopened MPSCM-56: --- now that SCM-44 has been closed, please reactivate the settings of username and password in ScmBean.java for StarTeam Add Starteam support, plus scm:add, scm:status

[jira] Commented: (SCM-38) Ability to assign an issue tracking to add, lock, and checkin

2005-06-11 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-38?page=comments#action_41084 ] Dan Tran commented on SCM-38: - I would like to go forward with this enhancement by adding 'issue' argument to add/checkin/lock command interfaces. Please give some sort of blessing

[jira] Commented: (MPSCM-55) Support for Clearcase

2005-06-10 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-55?page=comments#action_40962 ] Dan Tran commented on MPSCM-55: --- What type of clearcase environment do you have? UCM, SCM, a mixture of UCM/SCM. Do you use dynamic view or snapshot view? Support for Clearcase

[jira] Created: (SCM-44) Add more starteam commands

2005-06-09 Thread Dan Tran (JIRA)
Add more starteam commands -- Key: SCM-44 URL: http://jira.codehaus.org/browse/SCM-44 Project: Maven SCM Type: New Feature Components: maven-scm-provider-starteam Versions: 1.0-alpha-1 Environment: xp Reporter: Dan Tran

[jira] Updated: (MPSCM-56) Add Starteam support, plus scm:add, scm:status, scm:checkin

2005-06-09 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-56?page=all ] Dan Tran updated MPSCM-56: -- Attachment: src.zip src.zip contains needed new files Add Starteam support, plus scm:add, scm:status, scm:checkin

[jira] Created: (MPSCM-56) Add Starteam support, plus scm:add, scm:status, scm:checkin

2005-06-09 Thread Dan Tran (JIRA)
,starteam Reporter: Dan Tran Fix For: 1.6 Attachments: patch.txt, src.zip I also add the following properties maven.scm.src.includes maven.scm.src.excludes maven.scm.message This new enhancement needs SCM-44, ie maven-scm files for 1.0-aplpha-2-snapshot -- This message

StarTeam's scm:diff implemention

2005-06-06 Thread dan tran
Folks, I need some pointer on what to put in DiffScmResult which has 3 internal properties private List changedFiles; private Map differences; private String patch; Having trouble to understand what to put in 'differences'? From what I see, we should able to derive 'patch' from

[jira] Created: (SCM-38) Ability to assign an issue tracking to add, lock, and checkin

2005-06-02 Thread Dan Tran (JIRA)
-alpha-1 Environment: xp, maven 1.0.2 Reporter: Dan Tran Clearcase and starteam (if configured) insist to have an associate issue id ( ie activity in clearcase, CR/activity/task in starteam) during lock, add, and checkin commands. Suggest to add issue argument for those commands in maven

[jira] Created: (SCM-39) Ability to checkout/update selective modules under root

2005-06-02 Thread Dan Tran (JIRA)
Environment: XP, maven 1.0.2 Reporter: Dan Tran Legacy applications contain lots of unwanted source under SCM root. Politically, it is impossible to remove them out of system. And therefore, checkout and update operations can be very slow. Suggest to add includes excludes to checkout/update

[jira] Commented: (SCM-39) Ability to checkout/update selective modules under root

2005-06-02 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-39?page=comments#action_40456 ] Dan Tran commented on SCM-39: - Actually, modules argument is sufficed and implementable. Ability to checkout/update selective modules under root

[jira] Commented: (MPHIBERNATE-16) hibernate:schema-update does not delete tables

2005-06-01 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPHIBERNATE-16?page=comments#action_40428 ] Dan Tran commented on MPHIBERNATE-16: - It is hibernate's issue. Check out the hibernate site hibernate:schema-update does not delete tables

Re: ScmFileSet ignores excludes

2005-05-27 Thread dan tran
) { if ( files[i].getAbsolutePath().indexOf(target) != -1 ) { fail(Found excludes in file set); } } } } On 5/27/05, dan tran [EMAIL PROTECTED] wrote: Could someone validate this test case? package org.apache.maven.scm; import

Flaw in maven-scm-api command line expansion

2005-05-27 Thread dan tran
Folks, Most of maven-scm-api commands like checkin, add, tag, changelog has a ScmFileSet argument which ultimately expands into a list of individual files on a command line. The finally command line becomes very long, huge, so huge for a larget project (like my legacy project). I know for sure,

Re: PVCS and Maven

2005-05-27 Thread dan tran
to be created). Simon -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: 26 May 2005 18:24 To: scm-dev@maven.apache.org Subject: Re: PVCS and Maven Richard, the repository url in maven/scm is no longer valid, i hope scm folks will fix it soon. In the mean time

ScmFileSet's excludes and includes [ Was Flaw in maven-scm-api command line expansion ]

2005-05-27 Thread dan tran
In starteam, when I want work against all of files under a directory (ie ScmFileSet without excludes and includes), I dont have to pass in anything to command line In order to detect this condition, I need a ability in ScmFileSet api to give me an indication if the user uses either excludes or

[jira] Created: (MPSCM-54) Need scm:checkin goal

2005-05-27 Thread Dan Tran (JIRA)
Need scm:checkin goal - Key: MPSCM-54 URL: http://jira.codehaus.org/browse/MPSCM-54 Project: maven-scm-plugin Type: New Feature Versions: 1.5 Environment: XP, maven 1.0.2 Reporter: Dan Tran Fix For: 1.5 Need scm:checkin goal

Re: Information on Plexus?

2005-05-24 Thread dan tran
CVS shows pom.xml + maven.xml. I thought m2 does not have maven.xml any more. -D On 5/24/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue, 2005-05-24 at 13:37 -0400, Will Gwaltney wrote: Where can I get hold of the plexus source code and documentation? Sorry to bother the list, but I've

Re: m2 site and plugin documentation

2005-05-12 Thread dan tran
Hi Brett, Were the plugin doc autogenerated from source? in M1 I have to maintain 2 set of docs one in plugin.jelly/project.properties and one in xdocs. -D On 5/12/05, Brett Porter [EMAIL PROTECTED] wrote: Hi, There is now documentation for the plugins, generated from the descriptors: e.g.

Re: m2 site and plugin documentation

2005-05-12 Thread dan tran
Darn, M2 rocks On 5/12/05, Brett Porter [EMAIL PROTECTED] wrote: Yes. dan tran wrote: Hi Brett, Were the plugin doc autogenerated from source? in M1 I have to maintain 2 set of docs one in plugin.jelly/project.properties and one in xdocs. -D On 5/12/05, Brett Porter [EMAIL

Re: roadmap published

2005-05-06 Thread dan tran
It is a very interesting to see an OS project having milestone dates ;-) -D On 5/6/05, Brett Porter [EMAIL PROTECTED] wrote: Hi, I have published a road map for the current plans for release. http://maven.apache.org/maven2/roadmap.html Does anyone have any feedback? I'd like to put this

[jira] Commented: (MPECLIPSE-62) maven.eclipse.conclasspath is ignored when junit test src is not present

2005-04-27 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-62?page=comments#action_38249 ] Dan Tran commented on MPECLIPSE-62: --- Can I reopen this? I have to document this work around in my comp, and everyone just seems to forget about this and confusions keep

[jira] Reopened: (MPECLIPSE-62) maven.eclipse.conclasspath is ignored when junit test src is not present

2005-04-27 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-62?page=all ] Dan Tran reopened MPECLIPSE-62: --- see my last comment maven.eclipse.conclasspath is ignored when junit test src is not present

[Upload request] struts' validator-rules.xml

2003-07-18 Thread Dan Tran
Hi Please upload validator-rules.xml which is part of strut 1.1 distribution located in struts' lib directory This file shoud be placed in struts/xmls dirctory , the file has this name: validator-rules-1.1.xml Thanks -Dan -

[Upload Request] cglib-asm-1.0.jar and cglib-bcel-1.0.jar

2003-07-18 Thread Dan Tran
Please download those 2 files, and place them in cglib/jars http://sourceforge.net/project/showfiles.php?group_id=56933 Thanks -Dan

[Upload request] struts-el.jar

2003-07-16 Thread Dan Tran
Please upload struts-el.jar from struts 1.1 distribution in contrib/struts-el/lib Here is the link http://mirrors.theonlinerecordstore.com/apache/jakarta/struts/binaries/jakarta-struts-1.1.zip

<    4   5   6   7   8   9