how to make the SVN release process more robust

2013-08-05 Thread Nathan Coast
Classification: Public Hi all, As SVN tags are simply a convention overlayed on top of SVN directories, SVN tags are therefore mutable. This opens the possibility that someone could inject code to a tag between the release:prepare and the release:perform phases. This would mean that the

Re: how to make the SVN release process more robust

2013-08-05 Thread Nathan Coast
to an SVN tag that already exists. Unless the team has malicious committers? Or very clueless ones? In which case you have much bigger problems... In other words: isn't this more of a social issue? -Curtis On Aug 5, 2013 9:51 AM, Nathan Coast nathan.co...@db.com wrote: Classification: Public Hi all

Re: how to make the SVN release process more robust

2013-08-05 Thread Nathan Coast
to each others). Cheers 2013/8/5 Nathan Coast nathan.co...@db.com Classification: Public Hi all, As SVN tags are simply a convention overlayed on top of SVN directories, SVN tags are therefore mutable. This opens the possibility that someone could inject code to a tag between

Re: how to make the SVN release process more robust

2013-08-05 Thread Nathan Coast
would consider just forbidding on my svn server. This might be an interesting evolution though to be able to enforce this at the maven-release-plugin (though unlikely to happen often since the three usual commits actually happen very close to each others). Cheers 2013/8/5 Nathan Coast

Re: chaining release:prepare release:perform for multi-module [I]

2013-07-19 Thread Nathan Coast
job gives me a safety net that trunk is green. Regards, Ziga On 18. jul. 2013, at 17:23, Nathan Coast nathan.co...@db.com wrote: Classification: For internal use only Hi all, I appreciate the normal approach to executing a maven release is to execute release:prepare, followed by release:perform

chaining release:prepare release:perform for multi-module [I]

2013-07-18 Thread Nathan Coast
Classification: For internal use only Hi all, I appreciate the normal approach to executing a maven release is to execute release:prepare, followed by release:perform I am attempting to set up a release job within our build server (TeamCity) which will atomically create a release. Assuming

Re: How to report all dependencies - resolved missing [I]

2013-06-19 Thread Nathan Coast
Classification: For internal use only In addition, presumably there is a mechanism to identify dependencies that will be created during the current build scope. Thereby allowing builds to proceed even if certain dependencies are missing from the repo. From: Nathan Coast nathan.coast+exter

How to report all dependencies - resolved missing [I]

2013-06-18 Thread Nathan Coast
Classification: For internal use only Hi all, When you execute a maven goal and some dependencies are missing, you get an error message reporting these missing dependencies. I also know I can use aether to list dependencies - direct transitive. Is there a simple way to programmatically

consuming maven repository indexes

2013-06-10 Thread Nathan Coast
Classification: Public Hi, Internally, we have hundreds of individual repositories and we are interested in reporting upon the contents of these repositories. We can see nexus has already created the relevant indexes, we would like to use this data. I understand maven-indexer is used to

Re: consuming maven repository indexes [I]

2013-06-10 Thread Nathan Coast
/master/indexer-example-01 Note: on nexus end, you probably want to enable publish indexes to make Nx publish those for downstream consumption. Thanks, ~t~ On Mon, Jun 10, 2013 at 12:15 PM, Nathan Coast nathan.co...@db.com wrote: Classification: Public Hi, Internally, we have hundreds

modifying goals executed during release

2008-11-19 Thread Nathan Coast
complex projects, the build time slows from 5 mins for install to 40 mins during release largely due to multi-module documentation generation. cheers, Nathan - Nathan Coast Global Rates Technology Deutsche Bank London Tel:+44 (0)20 754 70639 Mob: +44

RE: problem setting windows path for surefire tests

2007-08-03 Thread Nathan Coast
/environmentVariables /configuration /plugin This was from a child module where the DLL was located at its parent's folder. -Dave -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 12:15 PM To: users@maven.apache.org Subject

problem setting windows path for surefire tests

2007-07-27 Thread Nathan Coast
Hi all, I'm trying to set the windows PATH variable for my test execution. It seems that including ENVIRONMENTPATH nodes doesn't work correctly. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration

site:deploy works deploy:deploy hangs

2007-06-04 Thread Nathan Coast
Hi all, trying to understand what I might be doing wrong, AFAICT the site and repo settings are the same. I have also checked the file permissions on /spool/grimis/synergy/development/... site:deploy works but deploy:deploy (executed as part of release:perform) hangs. [INFO] [site:deploy]

Re: site:deploy works deploy:deploy hangs

2007-06-04 Thread Nathan Coast
PROTECTED] wrote on 04/06/2007 09:47:00: 2007/6/4, Nathan Coast [EMAIL PROTECTED]: Hi all, trying to understand what I might be doing wrong, AFAICT the site and repo settings are the same. I have also checked the file permissions on /spool/grimis/synergy/development/... site:deploy

Re: site:deploy works deploy:deploy hangs

2007-06-04 Thread Nathan Coast
apologies - had a typo in the server id - all works perfectly now. thanks, Nathan Antonio Petrelli [EMAIL PROTECTED] wrote on 04/06/2007 10:13:31: 2007/6/4, Nathan Coast [EMAIL PROTECTED]: Hi Antonio, thanks for the reply, I'm a bit confused here, I would have thought

modifying pom.xml for public release

2007-06-03 Thread Nathan Coast
Hi, Is it possible to modify pom files during release / deployment? E.g. remove build-time dependencies and plugins configurations? I'd prefer the released .pom files to contain only minimum required to make transitive dependencies work. cheers, Nathan

release and deploy plugins

2007-06-03 Thread Nathan Coast
Hi, apologies if this is a bit of a newbie question... how are the release and deploy plugins supposed to work together? I have successfully executed mvn release:prepare and mvn release:perform however when I come to execute mvn deploy, the version has been incremented to

Re: release and deploy plugins

2007-06-03 Thread Nathan Coast
out the tag under the target/checkout directory and does a deploy from there. On 6/3/07, Nathan Coast [EMAIL PROTECTED] wrote: Hi, apologies if this is a bit of a newbie question... how are the release and deploy plugins supposed to work together? I have successfully executed mvn

modifying pom.xml for release

2007-06-03 Thread Nathan Coast
Hi, Is it possible to modify pom files during release / deployment? E.g. remove build-time dependencies and plugins configurations? I'd prefer the released .pom files to contain only minimum required to make transitive dependencies work. cheers, Nathan

Re: modifying pom.xml for release

2007-06-03 Thread Nathan Coast
thanks Jason, saves me looking for something that isn't there :) Jason van Zyl wrote: On 3 Jun 07, at 9:03 AM 3 Jun 07, Nathan Coast wrote: Hi, Is it possible to modify pom files during release / deployment? E.g. remove build-time dependencies and plugins configurations? I'd prefer

site deploy and ftp

2006-12-05 Thread Nathan Coast
Hi, apologies for the newbie question but I'm having trouble with site:deploy and ftp. my site dir is generated fine by mvn site, however the site:deploy docs state that a zip will be created, uploaded to remote and unzipped.

site deploy and ftp

2006-12-05 Thread Nathan Coast
apologies, previous email sent half written. I'm having trouble with site:deploy and ftp. My site dir is generated fine by mvn site, however the site:deploy docs state that a zip will be created, uploaded to remote and unzipped.

xref for generated source

2006-12-01 Thread Nathan Coast
Hi, is it possible to configure the jxr plugin to generate xref for generated sources in addition to the main sources? cheers Nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

changes report and bugzilla

2006-12-01 Thread Nathan Coast
Hi, I see there is changes support for jira in the changes plugin. Is there any support for bugzilla as the issue tracking system? If not, is this in the pipeline? cheers Nathan - To unsubscribe, e-mail: [EMAIL

[M2] license plugin?

2006-11-29 Thread Nathan Coast
Hi, Is there any maven functionality that helps with licensing e.g. Inserting the license into src files prior to distribution. Checking which files don't contain license? cheers Nathan - To unsubscribe, e-mail: [EMAIL

aggregate javadoc missing generated sources

2006-11-29 Thread Nathan Coast
Hi, when executing site on a single project, the javadoc report correctly includes the generated src directories. src/java target/src However, when running site from the parent aggregator project, only the sources found in build.SourceDirectory for each aggregated project is included.

Re: [M2] license plugin?

2006-11-29 Thread Nathan Coast
the copyright plugin of IntelliJ. Check the archives on nabble.com for some more options. I posted this question not to long ago. regards, Wim 2006/11/29, Nathan Coast [EMAIL PROTECTED]: Hi, Is there any maven functionality that helps with licensing e.g. Inserting the license into src files

Re: multiple artefacts for a project?

2006-11-28 Thread Nathan Coast
://mojo.codehaus.org/build-helper-maven-plugin/howto.html tom On 11/27/06, Nathan Coast [EMAIL PROTECTED] wrote: Hi, Is having multiple artefacts for a single project not allowed within Maven 2? I have a number of projects which produce 2 related artefacts: 1) jar file containing hibernate pojos, hbm

Re: multiple artefacts for a project?

2006-11-28 Thread Nathan Coast
artifactIdconfig-model/artifactId typesql/type classifiercreate/classifier version1.1-SNAPSHOT/version /dependency cheers Nathan Nathan Coast wrote: Hi Tom, thanks for your reply, from your hint I've made some good progress: plugin

repository artifact path shortcut

2006-11-28 Thread Nathan Coast
Hi, If I have declared a dependency to an artefact in my pom, is there a shortcut notation to reference the file path of that artefact? e.g. within some ant run script. dependency: dependency groupIdcom.codeczar.config/groupId

executing junit (integration) tests against a different project

2006-11-27 Thread Nathan Coast
Hi, I have a slightly unusual situation where I have shared overlay webapps that are assembled into standalone webapps and into larger aggregate webapps. The httpunit (junit) integration tests are contained within the overlay (component) project. However, I'd like to execute the same

multiple artefacts for a project?

2006-11-27 Thread Nathan Coast
Hi, Is having multiple artefacts for a single project not allowed within Maven 2? I have a number of projects which produce 2 related artefacts: 1) jar file containing hibernate pojos, hbm mappings etc. 2) sql script to create tables required by 1. I'd rather not have 2 projects as all of

Re: multiple artefacts for a project?

2006-11-27 Thread Nathan Coast
rtfm to self :) http://maven.apache.org/plugins/maven-assembly-plugin/ Nathan Coast wrote: Hi, Is having multiple artefacts for a single project not allowed within Maven 2? I have a number of projects which produce 2 related artefacts: 1) jar file containing hibernate pojos, hbm mappings

Re: executing junit (integration) tests against a different project

2006-11-27 Thread Nathan Coast
wrote: You may change the testSourceDirectory in the surefire plugin to point to the source directory of the other project in case you can achive a relative path to it (e.g. ${basedir}/../../OTHER_PROJECT_NAME/src/test/java ) Nir -Original Message- From: Nathan Coast [mailto:[EMAIL

integration-test triggering additional rebuild / reload

2006-11-18 Thread Nathan Coast
Hi, apologies but if this is a bit of a newbie question I have an aggregator project. modules module../i18n-model/module module../i18n-admin/module module../i18n-client-jar/module module../i18n-client/module module../i18n-struts-demo/module

[OT] cargo / codehaus mailing lists

2006-11-08 Thread Nathan Coast
Hi, anyone know how to subscribe to the codehaus cargo mailing list? I have some maven / cargo questions but the link in the docs to the mailing list is broken :( http://xircles.codehaus.org/projects/cargo/lists cheers Nathan

Re: [M2] additive module dependencies

2006-11-08 Thread Nathan Coast
Arnaud Bailly wrote: Nathan Coast [EMAIL PROTECTED] writes: Hi, I'm fairly new to maven 2 and am having some trouble with module dependencies. I have a war project that builds fine when I build it in isolation. However, when it is built from the parent project (via the modules mechanism) all

Re: [OT] cargo / codehaus mailing lists

2006-11-08 Thread Nathan Coast
aha! thanks Arnaud. I followed the manage email link (kinda obvious), entered my email and the error page went away. cheers Nathan Arnaud HERITIER wrote: It seems to work only if you are logged Arnaud Nathan Coast wrote: Hi, anyone know how to subscribe to the codehaus cargo mailing

how to debug bundled dependencies?

2006-11-08 Thread Nathan Coast
Hi, I recently posted about a dependency problem I am experiencing, http://www.mail-archive.com/users@maven.apache.org/msg55340.html I am a bit lost as to how to go about debugging this. I tried the -X flag but ended up with 10,000 lines of debug. I think I need to investigate the

Re: how to debug bundled dependencies?

2006-11-08 Thread Nathan Coast
EAR -- how can I configure things to get only one set. Is that what you've got? If not, please provide more info. Parent - child etc is not sufficient, we need to know more about your project. Wayne On 11/8/06, Nathan Coast [EMAIL PROTECTED] wrote: Hi, I recently posted about a dependency

[M2] additive module dependencies

2006-11-07 Thread Nathan Coast
Hi, I'm fairly new to maven 2 and am having some trouble with module dependencies. I have a war project that builds fine when I build it in isolation. However, when it is built from the parent project (via the modules mechanism) all of the dependencies from all of the modules end up in the

shared web components

2005-11-30 Thread Nathan Coast
Hi, Is there a plugin for M1.1 or M2 which handles artifacts that may be used by more than one webapp. e.g. I may have a project that contains web artifacts: jsps, css, html, images, js, etc. May also contain java classes, tlds etc. I wish to use these components within other webapps.

Re: optional ant replaceregexp task

2005-11-22 Thread Nathan Coast
:) cheers Nathan Brett Porter wrote: Try putting both in the root classloader: properties classloaderroot/classloader /properties On 11/22/05, Sachin Patel [EMAIL PROTECTED] wrote: I too am seeing the same problem. Nathan Coast wrote: Hi, having recently upgraded to maven 1.1-b2, I have

optional ant replaceregexp task

2005-11-21 Thread Nathan Coast
Hi, having recently upgraded to maven 1.1-b2, I have been unable to get ant replaceregexp tasks working I have tried adding the dependencies to the oro regexp jars (I couldn't find the org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp class in any jar) dependency

[ANN] maven-tomcat-plugin 1.2.1

2005-11-20 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the bugfix release of the maven-tomcat-plugin http://www.codeczar.com/products/maven-tomcat-plugin/ This build fixes two issues. 1) plugin now compatible with jdk 1.4 2) missing jar resources copied into target directory prior to jspc. maven

[ANN] maven-tomcat-plugin 1.2

2005-11-12 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the long overdue update to the maven-tomcat-plugin. This plugin represents a significant change over the previous version. The main focus has been improve developer productivity by reducing the time it takes to promote code changes into tomcat.

skipping snapshot downloads

2005-03-08 Thread Nathan Coast
Hi, apologies - I'm sure I've seen a post about this but can't find it in mail-archive. Is there any way to skip dowloading snapshot dependencies at every maven execution? cheers Nathan -- Nathan Coast Managing Director Codeczar Ltd mob : (852) 9049 5581 tel : (852) 2834 8733 fax : (852) 2834

Re: skipping snapshot downloads

2005-03-08 Thread Nathan Coast
great thanks, that'll save me hours Jörg Schaible wrote: Nathan Coast wrote on Tuesday, March 08, 2005 9:25 AM: Hi, apologies - I'm sure I've seen a post about this but can't find it in mail-archive. Is there any way to skip dowloading snapshot dependencies at every maven execution? Use offline

xdoc escaping single quotes

2005-01-25 Thread Nathan Coast
/codebar/page/Pages.doapos;); This is fine in moz/firefox but breaks IE. any ideas how to prevent this from happening? cheers Nathan -- Nathan Coast Managing Director Codeczar Ltd mob : (852) 9049 5581 tel : (852) 2834 8733 fax : (852) 2834 8755 web : http://www.codeczar.com

[ANN] maven-struts-module-plugin 1.0

2004-10-14 Thread Nathan Coast
-DartifactId=maven-struts-module-plugin -DgroupId=codeczar-struts -Dversion=1.0 plugin:download Cheers Nathan -- Nathan Coast Managing Director codeczar ltd mobile: (852) 9049 5581 email: mailto:[EMAIL PROTECTED] web:http://www.codeczar.com

future-proofing plugins

2004-10-14 Thread Nathan Coast
stick to writing Ant tags to be safe, or is there some other preferred tag language that works for 1.X that will still work in 2.0? cheers Nathan -- Nathan Coast Managing Director codeczar ltd mobile: (852) 9049 5581 email: mailto:[EMAIL PROTECTED] web:http://www.codeczar.com

Re: [ANN] Maven Checkstyle Plugin 2.5 released

2004-10-12 Thread Nathan Coast
-repository/maven/plugins/maven-checkstyle-plugin-2.5.jar Have fun! -The maven team - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Nathan Coast Managing Director

logging in jelly tags

2004-10-12 Thread Nathan Coast
Hi, I have a couple of Jelly tag classes, what's the 'correct' way write log statements in tag classes. e.g. 1) info - info that is always logged to stdout 2) debug - info that is displayed with maven -X cheers Nathan -- Nathan Coast Managing Director codeczar ltd mobile: (852) 9049 5581 email

Re: logging in jelly tags

2004-10-12 Thread Nathan Coast
to ant tasks? cheers Nathan Brett Porter wrote: correct. http://cvs.apache.org/viewcvs.cgi/maven/src/conf/log4j.properties?rev=1.17view=markup On Tue, 12 Oct 2004 16:46:44 +0800, Nathan Coast [EMAIL PROTECTED] wrote: Hi, I have a couple of Jelly tag classes, what's the 'correct' way write log

Re: logging in jelly tags

2004-10-12 Thread Nathan Coast
[EMAIL PROTECTED] wrote: Hi Nathan, Use common-loggin like it's done in the artifact-plugin for example : http://cvs.apache.org/viewcvs.cgi/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java?rev=1.23view=auto Nicolas, Nathan Coast [EMAIL PROTECTED] 12

Re: Maven 2.0 question

2004-10-08 Thread Nathan Coast
in Maven, he's heavily involved in Maven 2.x and is committed to the long-term maintenance of Marmalade. He's got all the core Jelly tag libs working as well. Some other options are Beanshell, Janino and possibly JRuby. Don't even ask about Groovy because I wouldn't touch it with a 10' pole. -- Nathan

[ANN] maven-struts-module-plugin 0.5

2004-10-03 Thread Nathan Coast
Hi, plugin to facilitate building complex web-apps from smaller struts-module projects. plugin website http://www.codeczar.com/beta/maven-struts-module-plugin/ why to use it http://www.codeczar.com/beta/maven-struts-module-plugin/benefits.html how to get it

maven presentation

2004-09-21 Thread Nathan Coast
Hi, I've written a maven presentation for an upcoming hk-jug meeting. I'd like to make this available for others to use. The presentation is in openoffice format containing the slides and my notes for each slide. http://www.codeczar.com/technologies/maven/maven_overview.sxi I've also created

reading another project's properties

2004-09-17 Thread Nathan Coast
Hi, I'd like to be able to read the properties belonging to some other project. Is this possible once I've loaded that project's descriptor? this was my guess but it doesn't work maven:pom var=plugin_pom projectDescriptor=${plugin_desc_path}/ j:set var=groupId

Re: dependency dependencies

2004-09-17 Thread Nathan Coast
thanks Michal, Only just got round to looking at this, are the org.apache.maven.artifact.* classes from Maven 2.X? So I guess for now aren't available for my 1.X plugin? thanks Nathan Maczka Michal wrote: -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Ann: Mavenzilla

2004-09-16 Thread Nathan Coast
there's a repo here http://www.codeczar.com/maven/ has the following plugins ejbgen, tomcat, sql, example, foldertree also LogWeb - log4j admin webapp can the search engine display anything other than jar files? e.g. src.zip files for source distributions? thanks Nathan otsuka wrote: Hi Carlos,

Re: site / changelog exception

2004-09-16 Thread Nathan Coast
months ago. It looks like someone updated your CVS recently. The newer version of CVS adds the timezone. I don't recall the resolution, but there might be a mention in the archive. Jeff On Wed, 15 Sep 2004, at 18:05:03 [GMT +0800] Nathan Coast wrote: Hi, I seem to be getting an exception during

Re: plugin project.xml

2004-09-16 Thread Nathan Coast
In order to create a plugin you don't have to extend this project descriptor. This mechanism allows all of the core maven plugins to share common project attributes groupId=maven developers.. reports. site repo.. If this is what you want then fine go ahead and extend the

Re: maven war problem

2004-09-16 Thread Nathan Coast
looks ok to me, this might be a silly suggestion but have executed maven clean since you modified the maven.war.src.excludes? is your source directory [project]/WebContent or [project]/src/WebContent if the latter, you'll want maven.war.src=${maven.src.dir}/WebContent you might want to check

Re: site / changelog exception

2004-09-16 Thread Nathan Coast
looks like the password error is a red herring. the date error still exists :( Nathan Coast wrote: Thanks Jeff, I'm not sure this is the problem. I have two cvs repos on the same server both running the same version of cvs. a project in from one repo runs all the cvs related reports

site / changelog exception

2004-09-15 Thread Nathan Coast
Hi, I seem to be getting an exception during site / changelog when parsing the date returned by cvs. maven-changelog-plugin:report: java.lang.Exception: Couldn't parse date 2004-09-14 15:34:50 + from ChangeLogEntry.java: private static final SimpleDateFormat CVS_TIMESTAMP_FORMAT =

Re: Ann: Mavenzilla

2004-09-15 Thread Nathan Coast
I've been kicking ideas around with the maven-example-plugin to enable users to locate, download and use example / test projects. ie source distros placed in /groupId/distributions . In some situations the usage is automatic, e.g. a plugin downloads a project from the repo to use as it's

loading the pom for a plugin

2004-09-09 Thread Nathan Coast
Hi, from a recent post I found out how to load a pom into a variable, what I'm trying to do now is to load the pom of an installed plugin. unfortunately I only know the artifactId of the plugin and not the installed version number. I have found a workaround to locate the project's descriptor.

plugin groupId

2004-09-09 Thread Nathan Coast
Hi after loading the pom for a plugin hosted at maven (e.g. maven-jar-plugin) the groupId returns 'maven-jar-plugin' when I look at the plugin's project.xml, it actually belongs to the 'maven' group. I guess the problem is due to the fact that core plugins extend ../plugin-parent/project.xml

plugins - default goal

2004-09-08 Thread Nathan Coast
Hi, is there such a thing as a default goal for plugins? I've seen it mentioned in a few places. If it does exist, how do you set it? Is it possible to access it from something like: pom.getPluginContext(pluginName).getDefaultGoal() Or is it just referring to the naming convention for

accessing pom elements from other projects

2004-09-08 Thread Nathan Coast
Hi, I'd like to be able to query pom elements of other projects. Is there any way to load a pom in the repo into a variable? in the same way that the current project's properties are available from pom.fooBar Specifically for plugins I want to be able to access things like groupId, artifactId

dependency dependencies

2004-09-08 Thread Nathan Coast
Hi, Is there any mechanism to obtain a full list of the dependencies of dependencies in jellyscript? I know there are reports generated e.g. http://maven.apache.org/reference/plugins/dependency-convergence-report.html I'm trying to access the dependencies from within jelly. Are there api calls

Re: accessing pom elements from other projects

2004-09-08 Thread Nathan Coast
, at 16:08:14 [GMT +0800] Nathan Coast wrote: Hi, I'd like to be able to query pom elements of other projects. Is there any way to load a pom in the repo into a variable? in the same way that the current project's properties are available from pom.fooBar Specifically for plugins I want to be able

Re: calling a goal on a project

2004-09-02 Thread Nathan Coast
thanks, I guess attainGoal isn't what I'm after. Shinobu Kawai wrote: Hi Nathan, can't find any docs for the attainGoal plugin Try here: http://wiki.codehaus.org/maven/WerkzTagDocumentation Best regards, -- Shinobu Kawai -- Shinobu Kawai [EMAIL PROTECTED], [EMAIL PROTECTED]

Re: calling a goal on a project

2004-09-02 Thread Nathan Coast
thanks Brett, maven:maven is what I'm after, the goal I'm trying to execute is in another plugin and not from another project. Brett Porter wrote: attainGoal is only calling a goal on the current project (possibly from another plugin though). To execute a goal on another project, you can use the

xml transformations

2004-09-01 Thread Nathan Coast
Hi, what's the best way to perform xslt within maven? I've tried using the jelly:xml taglib with limited success. Is this the best way to achive xslt tasks? ... xmlns:x=jelly:xml x:transform var=webxml xml=src/webapp/WEB-INF/web.xml xslt=src/webapp/WEB-INF/simplemerge.xsl/ this

Re: struts module maven plugin

2004-09-01 Thread Nathan Coast
are to adapte it. The plugin isn't online actually because some fonctionnality are not finish ! But I start a sourceforge project for it http://sourceforge.net/projects/wmplugins/. I can commit the actual state if you when to take a look. Nicolas, Nathan Coast [EMAIL PROTECTED] 01/09/2004 05

calling a goal on a project

2004-09-01 Thread Nathan Coast
Hi, how do you call a specific goal on some other project. I guess I could use the reactor, is this the best way? maven:reactor basedir=[path_to_project] banner=Executing mygoal includes=project.xml goals=mygoal ignoreFailures=false / can't

sample projects

2004-09-01 Thread Nathan Coast
Hi, are the sample apps available in the repo anywhere? the docs seem to be out of date http://maven.apache.org/reference/plugins/examples/ You can find this example in your ${maven.home}/plugins/maven-examples-plugin-1.0/simple-java directory. the examples exist in cvs: maven-plugins\examples

struts module maven plugin

2004-08-31 Thread Nathan Coast
Hi, I'm thinking of developing a maven plugin for struts modules. I want to check that this isn't being done by anyone else and to get feedback from the struts / maven communities. The idea came from working on LogWeb http://www.codeczar.com/products/logweb/ When producing distros I have to

Re: maven-examples-plugin - cannot find it

2004-08-27 Thread Nathan Coast
the maven example plugin at codeczar is intended to standardise the process of developing and documenting example projects for maven plugins. If this is what you're after, it can be found here: http://www.codeczar.com/products/maven-example-plugin/index.html There wasn't much feedback after the

Re: httpunit plugin

2004-08-22 Thread Nathan Coast
/deploying code to a server. What are you trying to do? - Brett On Sat, 21 Aug 2004 09:36:31 +0800, Nathan Coast [EMAIL PROTECTED] wrote: Hi, has anyone used httpunit from maven? is there a plugin somewhere? or does everyone use cactus? cheers Nathan

httpunit plugin

2004-08-20 Thread Nathan Coast
Hi, has anyone used httpunit from maven? is there a plugin somewhere? or does everyone use cactus? cheers Nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

disabling project documentation

2004-08-16 Thread Nathan Coast
Hi, When executing the 'site' goal, is there any way to prevent the generation of the Project Documentation menu and related reports? I tried adding goal name=xdoc:register-reports/ to maven.xml and reports/ to project.xml but the reports are still generated. thanks Nathan

Re: disabling project documentation

2004-08-16 Thread Nathan Coast
-xxx-plugin:deregister/ /postGoal Nathan Coast wrote: Hi, When executing the 'site' goal, is there any way to prevent the generation of the Project Documentation menu and related reports? I tried adding goal name=xdoc:register-reports/ to maven.xml and reports/ to project.xml but the reports

Re: Codeczar Maven Tomcat Plugin improvements suggestions

2004-08-12 Thread Nathan Coast
thanks Serge, your suggestions are all good. I was sure the plugin compiled the generated java sources too - I'll check. I've collected a number of other suggestions for improvements to the plugin. I hope to have an improved version available some time in the next few weeks. cheers Nathan

extending the xref functionality

2004-07-20 Thread Nathan Coast
Hi, I'd like to be able to create xref documentation for sources other than java. For some tutorials I'm working on it'd be useful to have links to other project files, in particular jsp, xml and sql files. Anyone attempted anything like this before? Any idea if the jxr code can be massaged

Snapshot and inter-project dependencies?

2004-07-13 Thread Nathan Coast
Hi, I'm a little unsure as to the 'correct' way to handle dependencies in a project made up of multiple sub-projects. up to now I have been declaring dependencies to fixed versions of each component and installing each component into the local repo e.g. jar:install. Is this the correct way or

Re: [ANN] Maven 1.0 Released

2004-07-13 Thread Nathan Coast
nice one! thanks to all involved. Brett Porter wrote: The Apache Maven team is pleased to announce the release of Maven 1.0. http://maven.apache.org/start/download.html (please be patient as the release may not have propogated to all mirrors yet) Maven is a project management and project

xdoclet plugin problem

2004-06-28 Thread Nathan Coast
Hi, I've just started trying to use ejbdoclet task from the xdoclet plugin with maven rc3 and I'm getting the following error: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found If I output the classpath passed to the taskdef command, I get the following:

Re: xdoclet plugin problem

2004-06-28 Thread Nathan Coast
this mean the xdoclet team need to update their plugin? cheers Nathan Nathan Coast wrote: Hi, I've just started trying to use ejbdoclet task from the xdoclet plugin with maven rc3 and I'm getting the following error: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found If I output

Re: xdoclet plugin problem

2004-06-28 Thread Nathan Coast
I just modified the xdoclet plugin in accordance with the docs and I get back to the original problem of: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found any suggestions as to how to fix the problem without the root classloader workaround? Nathan Coast wrote: well I fixed

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-07 Thread Nathan Coast
Subject: Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!! Hi Nathan, It is in the javac part !! Eric - Original Message - From: Nathan Coast [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Monday, June 07, 2004 12:55 PM Subject: Re: Failed to use maven

[ANN] maven-sql-plugin 1.0

2004-06-06 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the release of maven-sql-plugin. This plugin enables execution of sql scripts from maven. I have added a simple example project to the original plugin (requires mysql). plugin homepage http://www.codeczar.com/products/maven-sql-plugin/index.html

[ANN] maven-tomcat-plugin 1.1 release

2004-06-06 Thread Nathan Coast
Hi the codeczar team is pleased to announce the release of the maven-tomcat-plugin 1.1 new features: 1) updated dependencies to catalina 5.X classes. 2) added Jasper JSP pre-compilation (enabled by default). 3) added support for Tomcat context descriptors. 4) added an example project. project

Re: [ANN] maven-tomcat-plugin 1.1 release

2004-06-06 Thread Nathan Coast
jsp precompilation by setting this in your project.properties maven.tomcat.precompile=false Dan Tran wrote: Would this work with Tomcat 4.1.x? -Dan - Original Message - From: Nathan Coast [EMAIL PROTECTED] To: Maven Users [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 6:14 PM Subject: [ANN

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-06 Thread Nathan Coast
Users List [EMAIL PROTECTED] Sent: Monday, June 07, 2004 9:51 AM Subject: Re: [ANN] maven-tomcat-plugin 1.1 release Would this work with Tomcat 4.1.x? -Dan - Original Message - From: Nathan Coast [EMAIL PROTECTED] To: Maven Users [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 6:14 PM

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-06 Thread Nathan Coast
I'm not sure this is the problem, I think the jasper compilation is happening fine, ie the servlet java sources are being generated no problem. the tomcat plugin adds the generated sources to the maven.compile.src.set. I think Erics problem is occuring later when the war plugin compiles the

[ANN] maven example plugin 1.0-alpha

2004-06-03 Thread Nathan Coast
Hi, I'm pleased to announce a pre-release of the maven-example-plugin. I would like to get feedback about this plugin before finalising the release. The idea behind the maven-example-plugin is to formalise and standardise the process of developing example maven projects. It should be

  1   2   >