Re: Re : Build number and current date

2007-11-19 Thread Julian Wood
at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University

Re: can't find maven-buildnumber-plugin

2007-11-01 Thread Julian Wood
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University Drive, Calgary, Alberta, Canada T2N 1N4 (403) 220-5868

Re: Question on maven-buildnumber-plugin

2007-09-10 Thread Julian Wood
to avoid - and what others probably would like to avoid as well. Not that writing/compiling plugin is that much work, but there's overhead in maintaining, deploying and versioning anything you have to do yourself. Kalle On 8/29/07, Julian Wood [EMAIL PROTECTED] wrote: Seems reasonable. Look

Re: buildnumber with modified subversion

2007-09-07 Thread Julian Wood
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University Drive, Calgary, Alberta, Canada T2N 1N4 (403) 220-5868

Re: Question on maven-buildnumber-plugin

2007-08-29 Thread Julian Wood
a timestamp and the build number from svn? Is this possible? Regards Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services

Re: Buildnumber plugin and svn

2007-08-16 Thread Julian Wood
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University Drive, Calgary, Alberta, Canada T2N 1N4 (403) 220-5868

Re: Auto incrementing a build identifier

2007-08-16 Thread Julian Wood
://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Thanks and best, J -- Julian Wood Web, E-Mail, and Middleware Services University of Calgary Information Technologies, 2500 University Drive, Calgary, Alberta, Canada T2N 1N4 (403) 220-5868

Re: Re : Cannot create the build number ?!

2007-04-27 Thread Julian Wood
complicated ?? (sorry) Thanks for helping Nawfel BERAICH -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: antlib - fails to grab snapshot dependencies?

2007-04-26 Thread Julian Wood
is that 2.0.4 will download new snapshots, but won't reference them in the fileset. J On 19-Apr-07, at 12:10 PM, Julian Wood wrote: I'm using Antlib for Maven 2.0.4 to get a reference to the dependencies in my pom for use in some ant targets. It works fine (though you have to fiddle

antlib - fails to grab snapshot dependencies?

2007-04-19 Thread Julian Wood
/ /artifact:dependencies What do I need to do? Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Configure buildnumber and Subversion/Subclipse

2007-04-03 Thread Julian Wood
/resources /build /project I do have svn installed and it seems to be working just fine with Subclipse. The command svn list -R -r12 returns valid values from repos1 Any other suggestions? Thanks in advance, Pankaj Julian Wood wrote: It probably has something to do with how you've set up

Re: Configure buildnumber and Subversion/Subclipse

2007-04-02 Thread Julian Wood
] Cannot get the revision information from the scm repository : Can't load the scm provider. The scm url cannot be null. So what am I doing wrong? How do I integrate with Subversion using Subclipse as the SVN client? Thanks in advance, Pankaj -- Julian Wood [EMAIL PROTECTED] Software

Re: [m2] Build-number plug-in and install goal conflict?

2007-03-06 Thread Julian Wood
. J On 5-Mar-07, at 12:37 PM, Satish wrote: Is it possible to retrieve the SVN version number to map the build number during mvn install and pulling this to bundle as part of war/jar file. -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University

Re: War resource filtering and excludes problem.

2007-03-05 Thread Julian Wood
directory${basedir}/src/main/webapp/WEB-INF/classes/directory /fileset /filesets /configuration /plugin Now you can do 'mvn clean package' to get a pristine war. Does that meet your overall goal? -Greg Vaughn Julian -- Julian Wood [EMAIL PROTECTED] Software Engineer

Re: War resource filtering and excludes problem.

2007-03-02 Thread Julian Wood
dependentWarExcludesWEB-INF/lib/*.jar/ dependentWarExcludes /configuration /plugin /plugins /build Cheers, Chris Am Donnerstag, 1. März 2007 18:23 schrieb Julian Wood: Hi Seetamraju, Thanks for the suggestions. I tried both patterns you suggested but neither of them

Re: War resource filtering and excludes problem.

2007-03-02 Thread Julian Wood
On 28-Feb-07, at 4:36 PM, Julian Wood wrote: In my src/main/webapp/WEB-INF I have a classes folder and a lib folder, which are not part of the source, but let me compile in place and immediately see the results of my changes in tomcat. Now when I go to actually build a war using maven, I

Re: War resource filtering and excludes problem.

2007-03-01 Thread Julian Wood
Sarma wrote: Try src/main/webapp/WEB-INF/lib ---or--- **/WEB-INF/lib I don't think '*' is allowed within excludes. I am sure you do not want the LIB subfolder either (in which case WEB-INF/lib/* is not what you wanna write). Julian Wood wrote: plugin artifactIdmaven-war-plugin

Re: [m2] Maven-buildnumber plugin

2007-02-28 Thread Julian Wood
. -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: [M2]maven-buildnumber-plugin

2007-02-28 Thread Julian Wood
, I just want the plugin to run once and have the child poms inherit the buildNumber. Is this doable? I tried using the inheritedfalse/inherited in the parent pom, it executes the plugin once, but the child poms do not get the buildNumber. -- Julian Wood [EMAIL PROTECTED] Software Engineer

Re: Problem building war file

2007-02-28 Thread Julian Wood
] - --- [INFO] Total time: 2 minutes 52 seconds [INFO] Finished at: Mon Feb 26 12:28:34 CST 2007 [INFO] Final Memory: 40M/110M [INFO] - --- Thanks Enrique -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre

Re: [m2] maven-buildnumber-plugin

2007-02-28 Thread Julian Wood
. Build numbers are not reflected * in your artifact's filename (automatically), but can be added to the metadata. You can access the build * number in your pom with ${buildNumber}. * * @author mailto:[EMAIL PROTECTED] Julian Wood * @version $Id: BuildNumberMojo.java,v 1.0 Feb 7, 2006 11:43

War resource filtering and excludes problem.

2007-02-28 Thread Julian Wood
/plugin Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: Build-number plug-in and install goal conflict?

2007-02-21 Thread Julian Wood
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: Release question

2007-01-03 Thread Julian Wood
boolean skipCheck; On 26-Sep-06, at 2:39 PM, Douglas Ferguson wrote: We have a special profile for releasing that sets some extra variables. -Original Message- From: Julian Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 3:00 PM To: Maven Users List Subject: Release

Release question

2006-09-26 Thread Julian Wood
. Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: [m2] Looking for javadoc warning report

2006-07-04 Thread Julian Wood
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: [m2] Looking for javadoc warning report

2006-07-04 Thread Julian Wood
Oops - sorry missed the rest of that thread. I will check out the checkstyle report. J On 4-Jul-06, at 6:32 PM, Julian Wood wrote: Yes I'm looking for this too. It was a way to make sure that javadocs were being filled out properly (and to define what properly was). I also recall

Re: Multimodule site problem

2006-06-21 Thread Julian Wood
So I'm going to take it then that the answer is no - to prevent a broken site, when built from the parent, you must supply each module with it's own site.xml. Or is this a bug? Thanks, J On 17-Jun-06, at 1:04 AM, Julian Wood wrote: Anyone know how to keep a common menu in a multi-module

Re: [ANN] Maven project info reports plugin 2.0.1 for Maven 2 released

2006-06-19 Thread Julian Wood
with -up to update *all* your plugins -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Multimodule site problem

2006-06-17 Thread Julian Wood
attribute, and they all give the same result. Is there any way to make this menu work properly in the module sites (other than creating a module-specific site.xml)? mvn site:stage -DstagingDirectory=/tmp Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre

Re: Errors using changelog plugin

2006-06-16 Thread Julian Wood
to download changelog plugin sources so that I can compile them. Thanks -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail

Re: [ANN] Maven Archetype Plugin 1.0-alpha-4 Released

2006-06-13 Thread Julian Wood
the maven-archetype poms are still versioned at 1.0-alpha-4- SNAPSHOT. Shouldn't they be on 1.0-alpha-5-SNAPSHOT? J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: date in manifest

2006-05-31 Thread Julian Wood
- Original Message - From: Julian Wood [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, May 30, 2006 10:43 PM Subject: Re: date in manifest You can use the maven-buildNumber-plugin. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/ howto.html

Re: date in manifest

2006-05-31 Thread Julian Wood
info on http://maven.apache.org/guides/mini/guide-manifest.html Thierry -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail

Re: war-filename (date)

2006-05-31 Thread Julian Wood
-- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: changelog site problems

2006-05-31 Thread Julian Wood
Yes it was - it's fixed now, thanks. J On 30-May-06, at 7:47 PM, Edwin Punzalan wrote: This is probably the same as http://jira.codehaus.org/browse/ MCHANGELOG-37 But yours have more info, so I'll try and hopefully I would be able reproduce it this time. Thanks.

Re: date in manifest

2006-05-30 Thread Julian Wood
knows it , please advise? Thanks, Raghu -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

changelog site problems

2006-05-30 Thread Julian Wood
) at java.lang.Class.newInstance(Class.java:303) at org.codehaus.plexus.component.configurator.converters.AbstractConfigurat ionConverter.instantiateObject(AbstractConfigurationConverter.java:111) ... 26 more Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre

Site plugin changes?

2006-05-30 Thread Julian Wood
. J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: War plugin and filtering webapp files

2006-05-17 Thread Julian Wood
. Filtering is working fine for normal resources. Maybe it's time to dive into the code and see what's up - it looks like it is a strange and unexpected bug, as you point out. J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http

Re: War plugin and filtering webapp files

2006-05-16 Thread Julian Wood
/build -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Release Plugin Assistance

2006-05-16 Thread Julian Wood
mode, and AddressValidation and CompanyUtility are both modules in my source tree. -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e

Re: War plugin and filtering webapp files

2006-05-16 Thread Julian Wood
On 15-May-06, at 1:51 PM, Julian Wood wrote: PS. I do regularly use the trick where you configure the war plugin to use a resources directory which was the target of a regular resource filtering process, and this works well, but adds a lot of ambiguity to the pom. Hmm, I've just noticed

Re: War plugin and filtering webapp files

2006-05-15 Thread Julian Wood
PROTECTED] -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven war plugin goals not on website

2006-05-15 Thread Julian Wood
here : http://maven.apache.org/plugins/maven-war-plugin/introduction.html Regards Jorg -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: Filtering resources and timestamp?

2006-05-15 Thread Julian Wood
] -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] release:prepare - subversion problem

2006-05-11 Thread Julian Wood
tagBasesvn:// myhost/myrepo/tags/tagBase /configuration /plugin /plugins /build /project Any ideas what is going on here? -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: [m2] release:prepare - subversion problem

2006-05-11 Thread Julian Wood
/plugins /build /project Any ideas what is going on here? -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED

idea plugin, dependencies, their source and javadocs

2006-05-11 Thread Julian Wood
libraries to the IJ project file, rather than being correctly linked as sources or javadocs. This is using the latest idea plugin from svn. What am I missing (as I start to peruse the idea plugin code to find out)? Thanks, J -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching

Re: idea plugin, dependencies, their source and javadocs

2006-05-11 Thread Julian Wood
version. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-idea-plugin/artifactId configuration downloadSourcestrue/downloadSources downloadJavadocstrue/downloadJavadocs /configuration /plugin Hope this helps -Tim Julian Wood schrieb: How do you include a source jar

Re: Build date time

2006-05-03 Thread Julian Wood
] - --- - Original Message - From: Julian Wood [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Monday, March 06, 2006 8:30 PM Subject: Re: Build date time Do you mean how to deploy a snapshot of your project so

Re: deploy works, but release:perform fails to deploy

2006-03-31 Thread Julian Wood
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL

Re: deploy works, but release:perform fails to deploy

2006-03-31 Thread Julian Wood
process: http://wiki.ucalgary.ca/page/LearningCommons/Documentation/ Project_Versioning_-_Best_Practices J Great document! Bookmarked :) Cheers, Kieran -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca

Re: [M2] How to sign a jar file

2006-03-30 Thread Julian Wood
it. Thanks, TJ -- Julian Wood [EMAIL PROTECTED] Software Engineer Teaching Learning Centre University of Calgary http://tlc.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Build date time

2006-03-06 Thread Julian Wood
to have something like: build.date=Mon, 01.01.06 12:35 Does anyone know how to get this? Thanks in advance Jörg Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: *http://f.web.de/?mc=021193* [http:// f.web.de/?mc=021193] -- Julian Wood

Re: Build date time

2006-03-06 Thread Julian Wood
: Does anyone have a tutorial or introduction on how to use SNAPSHOT in my project? From: Julian Wood [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: Build date time Date: Mon, 6 Mar 2006 14:25:42 -0700 You can use

Re: accessing environment variable in settings.xml or pom.xml

2006-03-02 Thread Julian Wood
. - Brett On 11/24/05, Martin van der Plas [EMAIL PROTECTED] wrote: Hi, A similar question. Is it possible to set properties in settings.xml and refer to them in pom.xml? -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Re: getting subversion revision number

2006-02-22 Thread Julian Wood
be namespaced I believe, like ${build-helper.buildDate} ${build-helper.buildNumber} etc The buildDate might depend on a mojo property buildDateFormat, defaulted to MM dd hh:mm -- With kind regards, Geoffrey De Smet -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary

Re: getting subversion revision number

2006-02-21 Thread Julian Wood
: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: getting subversion revision number

2006-02-21 Thread Julian Wood
OK I just went over this plugin and there were some snapshot problems remaining, which are now solved. Now all you need to do is place the plugin in your pom and add the pertinent snapshot repositories, as described at the link below. J On 21-Feb-06, at 1:59 PM, Julian Wood wrote: We

Accessing plugin properties in POM

2006-02-08 Thread Julian Wood
$ {maven.myplugin.value}. The plugin is bound and generates it's value correctly, btw. What's the procedure? Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Re: sharing properties across subprojects

2006-02-08 Thread Julian Wood
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Re: maven scm with subversion: Cannot copy path '.' into its own child '../tags/0_1'

2006-02-08 Thread Julian Wood
password${password}/password /configuration /plugin /plugins /build dependencies . /dependencies /project -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Re: [m2] Do I need to change my directory structure for subversion?

2006-02-08 Thread Julian Wood
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Re: Accessing plugin properties in POM

2006-02-08 Thread Julian Wood
); And finally in the pom: ${myKey} J On 8-Feb-06, at 4:06 PM, Julian Wood wrote: I have a plugin which does some work and generates a value. How can I access that value in the POM? I've tried adding the value into the Map retrieved from getPluginContext(), and using System.putProperty

Re: [m2] Do I need to change my directory structure for subversion?

2006-02-08 Thread Julian Wood
, California) --- From: Julian Wood [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List users@maven.apache.org Subject: Re: [m2] Do I need to change my directory structure for subversion? Date: Wed, 8 Feb 2006 17:56:09 -0700 If you're doing the porting

Re: Launch an application from the commandline

2006-02-02 Thread Julian Wood
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca

Incorporating Doxia from svn into m2

2006-02-02 Thread Julian Wood
digging, J PS. Should this be moved to one of the doxia lists? -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: svn: Error resolving case of

2006-02-01 Thread Julian Wood
. --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian

Re: M2 - Build Versioning

2006-01-27 Thread Julian Wood
PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Information on customizing a Maven project

2006-01-18 Thread Julian Wood
.properties files Thanks Matt Osborne - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http

Re: Releasing: a nightmare

2006-01-04 Thread Julian Wood
: [EMAIL PROTECTED] -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: deploying via scp - status?

2005-11-30 Thread Julian Wood
issue, that'd be very helpful. For now, we are recommending you trying scpexe:// as an alternative (see the website for instructions on using the external ssh commands). I would like to see these fixed by 2.0.1, but I'm not sure there will be time. Cheers, Brett On 11/30/05, Julian Wood

Re: deploying via scp - status?

2005-11-30 Thread Julian Wood
http://jira.codehaus.org/browse/MNG-1718 On 30-Nov-05, at 10:25 AM, Julian Wood wrote: My thread dump is pretty close to that in MNG-959, but that issue has been closed as fixed. I assume I have that fix, and yet I get the same problem. Should I clone the issue and add the new thread dump

Re: [m2] release plugin problems (solved)

2005-11-29 Thread Julian Wood
, and that the release.properties had been removed before doing the release worked fine. Hope that helps someone else, J On 28-Nov-05, at 6:35 PM, Julian Wood wrote: I'm trying to do a release. I have a fully synched remote svn repository, and a multimodule project. From the parent pom directory, I have run

deploying via scp - status?

2005-11-29 Thread Julian Wood
/Documents/pub/ m2//url /repository site idcommons.ucalgary.ca/id nameLearning Commons/name urlscp://commons.ucalgary.ca/Library/WebServer/Documents/ projects/pmgt2//url /site /distributionManagement -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University

[m2] create site download page

2005-11-29 Thread Julian Wood
is, is there some automated way to build a page for the site goal which lists artifacts (source, bin, doc) along with the released versions? Or do I just do this myself in the site folder (or write a new plugin). Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http

[m2] release plugin problems

2005-11-28 Thread Julian Wood
enough info just by looking in the .svn directory of my working repository (ie only needs to use the file based URL). I'm using maven 2.0.1-SNAPSHOT and maven-release-plugin:2.0-beta-4- SNAPSHOT (from svn). What am I doing wrong? Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer

maven changelog plugin problems

2005-11-28 Thread Julian Wood
/filedetails.php? repname=pmgtpath=%2Ftrunk%2Fsrc%2Fsite%2Fsite.xmlrev=0sc=0 So before I started going through the code, I thought I would see if I'm doing anything wrong. File activity logs show similar link problems. Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University

Re: [m2] surefire - xml reports ?

2005-10-26 Thread Julian Wood
I am trying to do the same thing, but get a slightly different error. I have this in my pom reporting plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdsurefire-report-maven-plugin/artifactId /plugin ...

[m2] javadoc failing

2005-10-24 Thread Julian Wood
. Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] javadoc failing

2005-10-24 Thread Julian Wood
Hmm, installing the latest javadoc plugin from svn into my local repository solves the problem. I had beta-1, and I installed beta-3. I wonder why this didn't happen automatically. Other plugins appear to update automatically. Thanks, J On 24-Oct-05, at 3:00 PM, Julian Wood wrote

[m2] no dependencies in webapp build

2005-08-19 Thread Julian Wood
Hi, I want to build my webapp without the dependencies required for compiling and testing. I had thought that limiting their scope to compile would prevent them from showing up in the webapp build, but that is not the case. How can I do this? Thanks, J -- Julian Wood [EMAIL PROTECTED

Re: [m2] no dependencies in webapp build (bug?)

2005-08-19 Thread Julian Wood
, but compile is the widest scope. -Original Message- From: Julian Wood [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 7:47 PM To: Maven Users List Subject: [m2] no dependencies in webapp build Hi, I want to build my webapp without the dependencies required for compiling and testing

[m2] site documentation typo (with large consequences)

2005-08-12 Thread Julian Wood
you generate a site. J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

distribution reports

2005-06-10 Thread Julian Wood
missing? Thanks, J -- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

scm:perform-release problem

2005-05-25 Thread Julian Wood
-- Julian Wood [EMAIL PROTECTED] Programmer/Analyst University of Calgary http://commons.ucalgary.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: scm:perform-release problem

2005-05-25 Thread Julian Wood
, Julian Wood wrote: Hi, I'm having a problem with scm:perform-release. scm:prepare-release works fine - it tags and updates my files in my pserver repo properly. scm:perform-release fails with what seems to be a bug: scm:cvs-checkout-project: [echo] Checking out lccl; from CVSROOT

Re: scm:perform-release problem

2005-05-25 Thread Julian Wood
On May 25, 2005, at 6:09 PM, Brett Porter wrote: On 5/26/05, Julian Wood [EMAIL PROTECTED] wrote: 1.10 - I'll try the latest (1.11.20 or 1.12.12, it appears) ASAP. I was assuming that since the cvs command maven says it is running actually does run fine at the prompt (in the same env