[jira] Updated: (MPANT-23) Add License file to jar META-INF

2005-01-16 Thread jira
The following issue has been updated: Updater: Phil Steitz (mailto:[EMAIL PROTECTED]) Date: Mon, 17 Jan 2005 1:45 AM Comment: This patch use maven.license.licenseFile to locate the license file. It should be improved to somehow handle the case where there is no license file, since

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Phil Steitz
Dion Gillard wrote: On Sun, 16 Jan 2005 19:09:38 -0500, Phil Steitz <[EMAIL PROTECTED]> wrote: Its hard-coded in the dist plugin, e.g.: Similar for source distro. To add other stuff, you need to use maven.xml (unless I am missing something). Wow, that is gross. They should at le

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
On Sun, 16 Jan 2005 19:09:38 -0500, Phil Steitz <[EMAIL PROTECTED]> wrote: > Its hard-coded in the dist plugin, e.g.: > > > > > > > > > Similar for source distro. To add other stuff, you need to use > maven.xml (unless I am missing something). Wow, that is gross. They shou

[jira] Commented: (MPJETTY-2) Cannot compile jsp pages

2005-01-16 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 16 Jan 2005 11:44 PM Body: tools.jar is set in maven's bat/shell script - View this comment: http://jira.codehaus.org/browse/

[jira] Commented: (MPJETTY-2) Cannot compile jsp pages

2005-01-16 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Sun, 16 Jan 2005 11:20 PM Body: Ok, got it. Thanks Peter. Just a question. Where do you get the ${tools.jar} value from (who sets it)? -

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Phil Steitz
Dion Gillard wrote: On Sun, 16 Jan 2005 15:16:24 -0500, Phil Steitz <[EMAIL PROTECTED]> wrote: Dion Gillard wrote: I'd think the preferred approach is to use resources for including files in the jar. If this is not working correctly and consistently, let's work to fix it. This works fine. The only

[jira] Closed: (MPEAR-25) Create property maven.ear.final.name

2005-01-16 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPEAR-25 Here is an overview of the issue: - Key: M

svn commit: r125384 - in maven/maven-1/plugins/trunk/ear: . src/plugin-test/appXmlBundledTest src/plugin-test/appXmlLocationTest src/plugin-test/bundlePropertiesTest src/plugin-test/sarBundledTest src/plugin-test/simpleTest xdocs

2005-01-16 Thread felipeal
Author: felipeal Date: Sun Jan 16 18:05:08 2005 New Revision: 125384 URL: http://svn.apache.org/viewcvs?view=rev&rev=125384 Log: MPEAR-25: added property maven.ear.final.name Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly maven/maven-1/plugins/trunk/ear/plugin.properties maven/mav

[jira] Commented: (MPANT-23) Add License file to jar META-INF

2005-01-16 Thread jira
The following comment has been added to this issue: Author: Phil Steitz Created: Sun, 16 Jan 2005 9:11 PM Body: Defintely looks better. I did not know of maven.license.licenseFile and was incorrectly thinking that it was related to the licenses element in the POM. ---

[jira] Closed: (MPEAR-37) Remove dependency warning

2005-01-16 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPEAR-37 Here is an overview of the issue: - Key: M

svn commit: r125381 - /maven/maven-1/plugins/trunk/ear/plugin.jelly /maven/maven-1/plugins/trunk/ear/xdocs/changes.xml

2005-01-16 Thread felipeal
Author: felipeal Date: Sun Jan 16 17:43:25 2005 New Revision: 125381 URL: http://svn.apache.org/viewcvs?view=rev&rev=125381 Log: MPEAR-37: undoing dependency check introduced by fixing MPEAR-9 Modified: maven/maven-1/plugins/trunk/ear/plugin.jelly maven/maven-1/plugins/trunk/ear/xdocs/change

[jira] Closed: (MPEAR-9) Dependency case mismatch causes missing dependency without error

2005-01-16 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Sun, 16 Jan 2005 8:51 PM I'm undoing the fix, as it introduced more issues than it solved. - View the issue: http://jira.codehaus.org/brows

[jira] Reopened: (MPEAR-9) Dependency case mismatch causes missing dependency without error

2005-01-16 Thread jira
Message: The following issue has been reopened. - View the issue: http://jira.codehaus.org/browse/MPEAR-9 Here is an overview of the issue: - Key:

[jira] Closed: (MPEAR-36) Case check fails when directories symlinked

2005-01-16 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Sun, 16 Jan 2005 8:50 PM I'm removing the dependency checking, as it is causing too much hassle. - View the issue: http://jira.codehaus.org

[jira] Closed: (MPEAR-35) case-sensitive dependency check can't handle relative repo paths

2005-01-16 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Sun, 16 Jan 2005 8:48 PM I'm removing the dependency checking, as it is causing too much hassle. - View the issue: http://jira.codehaus.org

[jira] Created: (MPEAR-37) Remove dependency warning

2005-01-16 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPEAR-37 Here is an overview of the issue: - Key: M

[jira] Commented: (MPANT-23) Add License file to jar META-INF

2005-01-16 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 16 Jan 2005 6:46 PM Body: Hmmm... the license/url element is not supposed to be used for a file in this way AFAIK. The jar plugin does this: Which uses ${

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
On Sun, 16 Jan 2005 15:16:24 -0500, Phil Steitz <[EMAIL PROTECTED]> wrote: > Dion Gillard wrote: > > I'd think the preferred approach is to use resources for including > > files in the jar. If this is not working correctly and consistently, > > let's work to fix it. > > This works fine. The only

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Phil Steitz
Dion Gillard wrote: I'd think the preferred approach is to use resources for including files in the jar. If this is not working correctly and consistently, let's work to fix it. This works fine. The only inconsistency is that LICENSE.txt is included automatically by the jar plugin, but the ant pl

Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
I'd think the preferred approach is to use resources for including files in the jar. If this is not working correctly and consistently, let's work to fix it. On Sun, 16 Jan 2005 08:58:19 -0500, Phil Steitz <[EMAIL PROTECTED]> wrote: > Apache distributions need to include LICENSE.txt and NOTICE.tx

[jira] Closed: (MAVENUPLOAD-292) Freemarker 2.3.1

2005-01-16 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-292 Here is an overview of the issue: -

[jira] Created: (MAVENUPLOAD-292) Freemarker 2.3.1

2005-01-16 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-292 Here is an overview of the issue: -

[jira] Commented: (MPJETTY-2) Cannot compile jsp pages

2005-01-16 Thread jira
The following comment has been added to this issue: Author: Peter Ryan Created: Sun, 16 Jan 2005 2:54 PM Body: There are two attachments. #1 The patch file for the changes to allow jsp compilation. #2 A compiled version of the plugin in case someone experienced the bug and wante

Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Phil Steitz
Apache distributions need to include LICENSE.txt and NOTICE.txt in top-level directories as well as in jar META-INF directories. Other notices may be required as well (e.g., INCUBATOR-DISCLAIMER.txt, README.txt). The jar plugin handles LICENSE.txt, but not NOTICE.txt; the dist plugin handles b

[jira] Commented: (MPJETTY-2) Cannot compile jsp pages

2005-01-16 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Sun, 16 Jan 2005 9:06 AM Body: Hi Peter, I was looking into applying your patch but I'm confused. Your latest comment suggest to use some jar containing source files. However, in order to apply y

svn commit: r125354 - /maven/maven-1/plugins-sandbox/trunk/webstart

2005-01-16 Thread vmassol
Author: vmassol Date: Sun Jan 16 05:46:49 2005 New Revision: 125354 URL: http://svn.apache.org/viewcvs?view=rev&rev=125354 Log: Added ignore files Modified: maven/maven-1/plugins-sandbox/trunk/webstart/ (props changed) - To

svn commit: r125353 - /maven/maven-1/plugins-sandbox/trunk/webstart

2005-01-16 Thread vmassol
Author: vmassol Date: Sun Jan 16 05:43:03 2005 New Revision: 125353 URL: http://svn.apache.org/viewcvs?view=rev&rev=125353 Log: Added ignore files Modified: maven/maven-1/plugins-sandbox/trunk/webstart/ (props changed) - To

RE: [ANN] New webstart plugin in sandbox

2005-01-16 Thread Vincent Massol
> -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: dimanche 16 janvier 2005 13:45 > To: Maven Developers List > Subject: Re: [ANN] New webstart plugin in sandbox > > So, > > the jnlp plugin can be used to to build webstart jars, and sign them, > and this plugin

Re: [ANN] New webstart plugin in sandbox

2005-01-16 Thread Dion Gillard
So, the jnlp plugin can be used to to build webstart jars, and sign them, and this plugin handles the run time side of it? On Sun, 16 Jan 2005 16:37:25 +0100, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have just committed the first cut of a webstart plugin in the sandbox. Th

[ANN] New webstart plugin in sandbox

2005-01-16 Thread Vincent Massol
Hi everyone, I have just committed the first cut of a webstart plugin in the sandbox. The goal is to have a plugin containing all webstart related goals. The current features are: - ability to launch a webstart application - ability for the user to define a custom webstart cache pointing to any d

svn commit: r125352 - in maven/maven-1/plugins-sandbox/trunk/webstart: . xdocs

2005-01-16 Thread vmassol
Author: vmassol Date: Sun Jan 16 03:00:52 2005 New Revision: 125352 URL: http://svn.apache.org/viewcvs?view=rev&rev=125352 Log: Initial implementation of a maven plugin used to handle webstart related stuff (starting a webstart application, configuring the webstart cache to any user-defined dire