[jira] Closed: (MAVEN-891) sourceModifications: AntTag - The task doesn't support the nested "available" element.

2003-10-15 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 15 Oct 2003 11:45 PM It works here. Please provide either more information, or a test case. - View the issue: http://jira.codehaus.o

[jira] Commented: (MAVEN-891) sourceModifications: AntTag - The task doesn't support the nested "available" element.

2003-10-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Oct 2003 11:43 PM Body: Works ok here: java:compile: [echo] Compiling to C:\Documents and Settings\dion\My Documents\IBM\wsad\workspace\PropertyEJB/target/classes [available] [DEBUG]

[jira] Commented: (MAVEN-919) improve windows .exe installer

2003-10-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Oct 2003 11:39 PM Body: This has now become the NSIS plugin - View the issue: http://jira.codehaus.org/secure/ViewIssue.j

Re: Board report due next week.

2003-10-15 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Does anyone have anything to add to this: I do - but it's not politically correct. Stephen. Maven 1.0 RC1 [2] was released 30 September. This was another quiet release mostly fixing problems [3] with plugins and adding functionality that allows the automated downl

Results of clean bootstrap at 20031015-2200

2003-10-15 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20031015-2200 [exec] + [exec] build: [exec] [echo] D succeeds on purpose [exec] [echo] failure-1 failed correctly [exec] [echo] failure-2 failed correctly [exec

RE: Context variables only available if plugin previously loaded. ..

2003-10-15 Thread dion
Good idea! -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter <[EMAIL PROTECTED]> wrote on 16/10/2003 11:13:49 AM: > Are you sure this works? From my recollection looking at the code recently > it may not - wouldn't that require a java tag libra

RE: Context variables only available if plugin previously loaded. ..

2003-10-15 Thread Brett Porter
Are you sure this works? From my recollection looking at the code recently it may not - wouldn't that require a java tag library to be defined in the plugin to trigger it? In the new code all the plugins are loaded anyway, but I'd like to get back to loading on demand. That means that this problem

Re: Context variables only available if plugin previously loaded...

2003-10-15 Thread dion
This is a bug in the cactus plugin. It should be referring to the java plugin using xmlns:java="java". -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Sean Timm" <[EMAIL PROTECTED]> wrote on 16/10/2003 03:03:35 AM: > I've run into a problem while attemp

Board report due next week.

2003-10-15 Thread dion
Does anyone have anything to add to this: Maven 1.0 RC1 [2] was released 30 September. This was another quiet release mostly fixing problems [3] with plugins and adding functionality that allows the automated download and installation of plugins. There is also a Windows installer available. M

[jira] Commented: (MAVEN-934) multiproject and dist ton't mix

2003-10-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Oct 2003 7:45 PM Body: I'd guess it should ant:move file="${basedir}/build.xml" instead of build.xml? - View the issue:

RE: Context variables only available if plugin previously loaded. ..

2003-10-15 Thread Brett Porter
This is a known issue, should be fixed by RC2. The previous workaround is that the cactus plugin should call one goal in java to make sure it is loaded. An example of such a dummy goal is war:load. This also breaks the appserver/webserver plugin combo, which I filed in JIRA the other day. - Brett

[jira] Commented: (MAVEN-935) maven-scm-plugin: cvs-update-project has incomplete ant:cvs params

2003-10-15 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 15 Oct 2003 5:34 PM Body: Works for me. Those parameters (dest and package) should only be needed for a checkout. Where are you running the update from? It should be the location of project.xml

[jira] Closed: (MAVEN-937) SCM supporting multiple CVS repositories

2003-10-15 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 15 Oct 2003 5:30 PM Sounds like the wrong approach. A single project should not be spanning multiple repositories - but your build can. The way to do this, though, is to run scm:bootstrap-project sever

[jira] Closed: (MAVEN-931) [documentation] "programmatic report control" and "classloaders" sections

2003-10-15 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 15 Oct 2003 5:20 PM Applied today - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-931 Here is an overvi

[jira] Created: (MAVEN-937) SCM supporting multiple CVS repositories

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-937 Here is an overview of the issue: --

[jira] Created: (MAVEN-936) Specification-Version and Implementation-Vendor-Id not being set

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-936 Here is an overview of the issue: --

[jira] Updated: (MAVEN-935) maven-scm-plugin: cvs-update-project has incomplete ant:cvs params

2003-10-15 Thread jira
The following issue has been updated: Updater: Maxwell Grender-Jones (mailto:[EMAIL PROTECTED]) Date: Wed, 15 Oct 2003 2:15 PM Changes: Attachment changed to scm.diff - For a full history of the iss

[jira] Created: (MAVEN-935) maven-scm-plugin: cvs-update-project has incomplete ant:cvs params

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-935 Here is an overview of the issue: --

Plugin problems...classloader issue?

2003-10-15 Thread Sean Timm
I've been trying to get the Cactus plugin to work, and I ran into a problem where it wasn't finding junit on the classpath. I tried adding it to my dependencies, but it didn't help any. After doing some research, it looks like junit and Ant have some classloader issues. See the following: http:/

RE: Context variables only available if plugin previously loaded...

2003-10-15 Thread Sean Timm
This is with the RC1 version, btw... > -Original Message- > From: Sean Timm > Sent: Wednesday, October 15, 2003 11:04 AM > To: [EMAIL PROTECTED] > Subject: Context variables only available if plugin > previously loaded... > > I've run into a problem while attempting to use the Cactus p

Context variables only available if plugin previously loaded...

2003-10-15 Thread Sean Timm
I've run into a problem while attempting to use the Cactus plugin. It references several variables from the java plugin. For example: ${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.t arget')} At the command-line, I call the cactus-compile goal. The problem seems to be th

[jira] Created: (MAVEN-934) multiproject and dist ton't mix

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-934 Here is an overview of the issue: --

[jira] Created: (MAVEN-933) Intra-links in Javadoc broken

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-933 Here is an overview of the issue: --

[jira] Created: (MAVEN-932) Select which jars to deploy in uberjar

2003-10-15 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-932 Here is an overview of the issue: --

Re: Plugin downloading

2003-10-15 Thread Mauro Talevi
Brett Porter wrote: WFM. The executing user needs permission to write to $MAVEN_HOME/plugins - that's about the only thing I can think of. works for me on Linux - provided permissions are set correctly. Cheers - To unsubscribe

Re: Add additional jars to maven.dependency.classpath?

2003-10-15 Thread Rafal Krzewski
Mark McBride wrote: > This is true, there's actually only a handful of jars that are actually > compiled against. The only concern I have with only entering those > handful of jars as dependencies is that somehow a developer could change > the version of the jdbc driver not knowing that it has real