help creating multiple artifacts using one pom.xml file (profile question)

2007-02-15 Thread VLADIMIR TERZIC
I have three artifacts (war files) that need deployed to two servers. I currently have a profile for each (to apply filters) and I am able to build them individually using the -P profile option. I have one antrun task in the build section that deploys one artifact based on the profile that is

help with multiple artifacts from one pom.xml

2007-02-15 Thread VLADIMIR TERZIC
I have three artifacts (war files) that need deployed to two servers. I currently have a profile for each (to apply filters) and I am able to build them individually using the -P profile option. I have one antrun task in the build section that deploys one artifact based on the profile that is

RE: Maven RC3 problem - can't run any goals

2004-05-24 Thread VLADIMIR TERZIC
plugins. Try Arnaud's suggestion and let us know whether it helps. Also, check that c:\workspace\apps\maven\plugins is not empty (in which case you may have a bad zip). - Brett -Original Message- From: VLADIMIR TERZIC [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 May 2004 2:29 AM

Maven RC3 problem - can't run any goals

2004-05-20 Thread VLADIMIR TERZIC
running maven console for example returns No such goal running maven -g in RC3 returns no goals (I've removed RC2 plugin cache before running new maven) thanks vlad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: JIRA-Report: still no docs

2004-03-26 Thread VLADIMIR TERZIC
while you are waiting for real documentation to show up here is what i did to get JIRA report going: 1. modify/double check that your project.xml has issue tracking url in the following format issueTrackingUrljira url/BrowseProject.jspa?id=JIRA PROJECT ID/issueTrackingUrl example:

Maven Jira Report plugin in RC2?

2004-03-24 Thread VLADIMIR TERZIC
New maven release candidate refers to jira plugin but i don't see any references to it anywhere else on maven site. Is there such a plugin and where could I find some documentation about it? thanks vlad - To unsubscribe,

war:webapp goal not working in RC2

2004-03-24 Thread VLADIMIR TERZIC
When I run war:webapp goal in maven RC2 I get an error saying that java:compile goal does not exist. I also tried removing and rebuilding maven repo from scratch but I still get same behaviour. thanks vlad - To unsubscribe,

RE: webapp goal not working in RC2

2004-03-24 Thread VLADIMIR TERZIC
java:compile on its own does it work? 2) When you say that you deleted the plugin cache, did you remove the entire ~/.maven/plugins directory or just the .cache files? - Brett -Original Message- From: VLADIMIR TERZIC [mailto:[EMAIL PROTECTED] Sent: Thursday, 25 March 2004 9:19 AM To: [EMAIL

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
notes - my eclipse output folder is set to C:\workspace\projects\extweb_cust_struts/target/classes in project.properties - when instrumenting jcoverage plugin finds 2 files in that directory but it does not traverse down the path to find other classes (80+ of them) let me know if you need more

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
clean jcoverage? Do you have errors? Emmanuel - Original Message - From: VLADIMIR TERZIC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 4:14 PM Subject: Re: [ANNOUNCE] JCoverage Plugin notes - my eclipse output folder is set to C:\workspace\projects

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
classpath that is loaded before tasks.properties in jcoverage jar file? The solution of your problem is here. Emmanuel - Original Message - From: VLADIMIR TERZIC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:27 PM Subject: Re: [ANNOUNCE] JCoverage Plugin

Re: [ANNOUNCE] JCoverage Plugin

2003-12-18 Thread VLADIMIR TERZIC
=com.jcoverage.ant.CoverageReportTask check=com.jcoverage.ant.CheckTask Emmanuel - Original Message - From: VLADIMIR TERZIC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 6:39 PM Subject: Re: [ANNOUNCE] JCoverage Plugin no i don't have it... is that maven related file

JCoverage Plugin Report problem

2003-12-18 Thread VLADIMIR TERZIC
jcoverage generated report seems to lose its style settings in all but root directory. it seems that reference to stylesheet contains escape characters example link rel =stylesheet type=text/css href=\.\./\.\./\.\./\.\./style.css title=Style shoud be link rel =stylesheet type=text/css

Re: JCoverage Plugin Report problem

2003-12-18 Thread VLADIMIR TERZIC
. It works fine for me and for other users. My link is link rel =stylesheet type=text/css href=../../../../style.css title=Style Could you check your oro jar file? Emmanuel - Original Message - From: VLADIMIR TERZIC [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:33

Re: [ANNOUNCE] JCoverage Plugin

2003-12-17 Thread VLADIMIR TERZIC
plugin (1.0.2 or any version for that matter) does not seem to work right with eclipse projects (running plugin on command line with maven jcoverage) plugin only instruments classes on the 'top level' but not ones in packages so when junit goals are run they fail... any ideas? thanks vlad

Need help getting jcoverage to work

2003-12-10 Thread VLADIMIR TERZIC
i am using eclipse with maven and i get errors when i try to run jcoverage on my project. (i guess i should mention that i am able to run clover maven task just fine) i have my source in src/java and my test source code in src/test i don't have any jcoverage properties set and when i try to run

Need help getting jcoverage to work

2003-12-09 Thread VLADIMIR TERZIC
i am using eclipse with maven and i get errors when i try to run jcoverage on my project. (i guess i should mention that i am able to run clover maven task just fine) i have my source in src/java and my test source code in src/test i don't have any jcoverage properties set and when i try to run