[jira] Commented: (MPHIBERNATE-12) Adding POJO from hbm file code generation feature to plugin

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Tue, 7 Dec 2004 7:19 PM Body: Hi Paul, I've tried to apply your patch, but that hibernate-extensions:hibernate-tools jar is not on ibiblio. Could you please open a jira request for uploading it? Pre

[jira] Created: (MPEAR-30) Support generation of application.xml for J2EE 1.4

2004-12-07 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPEAR-30 Here is an overview of the issue: - Key: M

[jira] Updated: (MPASPECTJ-14) Unable to weave only sources defined in argument files. Error during compilation if argument file contains file from sourceDirectory.

2004-12-07 Thread jira
The following issue has been updated: Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 6:29 PM Comment: Patch with fixed paths and missing modifications to plugin.jelly and plugin.properties Changes: Attachment changed to patch.txt -

[jira] Commented: (MPHIBERNATE-12) Adding POJO from hbm file code generation feature to plugin

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Paul Kearney Created: Tue, 7 Dec 2004 6:25 PM Body: I have (I think) carried out all of Felipe's suggestions. I have updated the xdocs and provided a basic test case. I am reusing some properties that are used in other

[jira] Updated: (MPASPECTJ-15) Add property that define output folder for aspectj:compile goal.

2004-12-07 Thread jira
The following issue has been updated: Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 6:23 PM Comment: An improved patch. This needs a bit more of thinking, e.g. if you change the dest dir you need to change the classpath to add it. What's your use case, as

[jira] Updated: (MPHIBERNATE-12) Adding POJO from hbm file code generation feature to plugin

2004-12-07 Thread jira
The following issue has been updated: Updater: Paul Kearney (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 6:20 PM Comment: Patch for source required in order to provide hbm-code-genration target. There is a futher zip'd file to be attached that contains the complete file stru

[jira] Updated: (MPHIBERNATE-12) Adding POJO from hbm file code generation feature to plugin

2004-12-07 Thread jira
The following issue has been updated: Updater: Paul Kearney (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 6:21 PM Comment: Zip inlcudes plugin.jelly etc Changes: Attachment changed to maven-plugins.zip -

Why does '.in' fails in a Jelly expression

2004-12-07 Thread Andreas Schaefer
Hi Geeks This part in a maven.xml file does fail: ${scratch.in} with this exception: Root cause org.apache.commons.jexl.parser.ParseException: Encountered ". in" at line 1, col umn 8. Was expecting one of: "||" ... "or" ... "&&" ... Can someone tell me why? It seems t

cvs commit: maven-plugins/aspectj project.xml

2004-12-07 Thread carlos
carlos 2004/12/07 14:25:13 Modified:aspectj/xdocs changes.xml aspectj project.xml Log: Use AspectJ 1.2.1 Revision ChangesPath 1.28 +3 -0 maven-plugins/aspectj/xdocs/changes.xml Index: changes.xml ==

[jira] Commented: (MAVENUPLOAD-272) New maven plugin for codeguide want to release on ibiblio

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Tue, 7 Dec 2004 4:27 PM Body: Missing groupId (should be boxstuff) and rename id to artifactId - View this comment: http://jira.

Re: Adding my own Jelly Library to Maven

2004-12-07 Thread Brett Porter
Maven's CVS HEAD has been fixed to solve that problem. Andreas Schaefer wrote: Hi The plugin-resources property was not set with Jelly Beta 4 (just replacing the Maven 1.0 Jelly library with the Jelly Beta 4). After I put the old library into place it worked fine again on W2k, JDK 1.4 and Maven 1.0

RE: Adding my own Jelly Library to Maven

2004-12-07 Thread Andreas Schaefer
Hi The plugin-resources property was not set with Jelly Beta 4 (just replacing the Maven 1.0 Jelly library with the Jelly Beta 4). After I put the old library into place it worked fine again on W2k, JDK 1.4 and Maven 1.0. -Andy -Original Message- From: Dion Gillard [mailto:[EMAIL PROTE

[jira] Commented: (MAVEN-1080) Maven download corrupted jar file into repository

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Caoilte O'Connor Created: Tue, 7 Dec 2004 1:45 PM Body: I feel this bug is related to http://jira.codehaus.org/browse/MAVEN-430 Either way, the two of them are a major headache what with ibiblio being so flaky. ---

question about clover license

2004-12-07 Thread Sunitha Kambhampati
Sorry if this is not the right place to post this question. I am new to Apache and am currently working on Apache Derby and would like to use Clover to generate code coverage for derby. The clover website talks about a license for open source projects and I am not sure how that works. I saw t

[jira] Updated: (MPASPECTJ-15) Add property that define output folder for aspectj:compile goal.

2004-12-07 Thread jira
The following issue has been updated: Updater: Alexey Dashkevich (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 12:14 PM Comment: Required patch attached. Changes: Attachment changed to aspectj.mpaspectj15.patch

[jira] Updated: (MPASPECTJ-14) Unable to weave only sources defined in argument files. Error during compilation if argument file contains file from sourceDirectory.

2004-12-07 Thread jira
The following issue has been updated: Updater: Alexey Dashkevich (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 12:15 PM Comment: Required patch attached. Changes: Attachment changed to aspectj.mpaspectj14.patch

RE: Passing properties into subprojects using the reactor

2004-12-07 Thread Kristopher Brown
> >4) Would it be worth while adding properties to the > reactor/maven tag > >to pass through the current context or some properties. > > > > > I think so. I'm pretty sure that there is already an open > JIRA issue for it to. If you'd like to comment there, we can > bring that forward to 1.1-

[jira] Updated: (MAVEN-1147) tag should be able to inherit at least a subset of variables.

2004-12-07 Thread jira
The following issue has been updated: Updater: Kristopher Brown (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 10:30 AM Comment: Patch to maven-jelly-tags to provide a contextVariable tag for adding variables to contexts spawned from maven and reactor tags. Changes:

[jira] Commented: (MAVEN-1147) tag should be able to inherit at least a subset of variables.

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Kristopher Brown Created: Tue, 7 Dec 2004 10:32 AM Body: I created patches for maven-jelly-tags for both the 1.0.1 BRANCH and HEAD as I was unable to test the HEAD patch. --

[jira] Updated: (MAVEN-1147) tag should be able to inherit at least a subset of variables.

2004-12-07 Thread jira
The following issue has been updated: Updater: Kristopher Brown (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 10:31 AM Comment: Patch to maven-jelly-tags to provide a contextVariable tag for adding variables to contexts spawned from maven and reactor tags. Changes:

[jira] Updated: (MAVEN-1147) tag should be able to inherit at least a subset of variables.

2004-12-07 Thread jira
The following issue has been updated: Updater: Kristopher Brown (mailto:[EMAIL PROTECTED]) Date: Tue, 7 Dec 2004 10:29 AM Comment: Patch to maven project to provide methods to allow a map of variables to be passed into a context when attainGoals is called Changes:

[jira] Commented: (MAVEN-1147) tag should be able to inherit at least a subset of variables.

2004-12-07 Thread jira
The following comment has been added to this issue: Author: Kristopher Brown Created: Tue, 7 Dec 2004 9:43 AM Body: After chatting on the dev mailing list, I came up with the following example to illustrate that the context is not passed through to maven invocations resulting fro

cvs commit: maven-plugins/jcoverage/xdocs changes.xml

2004-12-07 Thread evenisse
evenisse2004/12/07 05:29:53 Modified:jcoverage plugin.jelly project.xml jcoverage/xdocs changes.xml Log: Open the report in a new window. Revision ChangesPath 1.18 +1 -0 maven-plugins/jcoverage/plugin.jelly Index: plugin.jelly =

CVS status now

2004-12-07 Thread Brett Porter
Ok, MAVEN-1_0-BRANCH is now closed unless something is horribly wrong with the 1.0.2 release. For all repositories (maven, maven-jelly-tags, maven-plugins, maven-plugins-sandbox), HEAD is the place to be for now. I'll update on the move to subversion when I've had a chance to figure out what's

[ANN] Maven 1.0.2 Released

2004-12-07 Thread Brett Porter
The Apache Maven team is pleased to announce the Maven 1.0.2 release! We recommend that all users upgrade to this release, in particular those using pre-1.0 betas or release candidates. http://maven.apache.org/start/download.html Fixed bugs: o Ensure that default properties (such as maven.repo.re

[jira] Created: (MAVENUPLOAD-272) New maven plugin for codeguide want to release on ibiblio

2004-12-07 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-272 Here is an overview of the issue: -

cvs commit: maven/xdocs/start release-notes-1.0.2.xml

2004-12-07 Thread brett
brett 2004/12/07 04:37:04 Modified:xdocs/start Tag: MAVEN-1_0-BRANCH release-notes-1.0.2.xml Log: oops, pasted too much from JIRA Revision ChangesPath No revision No revision 1.1.2.2 +0 -1 maven/xdocs/start/Attic/release-no

cvs commit: maven/xdocs changes.xml

2004-12-07 Thread brett
brett 2004/12/07 02:51:03 Modified:.Tag: MAVEN-1_0-BRANCH project.xml xdocsTag: MAVEN-1_0-BRANCH changes.xml Log: [maven-scm-plugin] prepare release 1.0.2 Revision ChangesPath No revision No revision 1.3

cvs commit: maven/xdocs/start release-notes-1.0.2.xml download.xml

2004-12-07 Thread brett
brett 2004/12/07 02:46:34 Modified:xdocsTag: MAVEN-1_0-BRANCH index.xml status.xml xdocs/start Tag: MAVEN-1_0-BRANCH download.xml Added: xdocs/start Tag: MAVEN-1_0-BRANCH release-notes-1.0.2.xml Log: 1.0.2 doco updates Revision ChangesPath No

cvs commit: maven maven.xml

2004-12-07 Thread brett
brett 2004/12/07 02:12:49 Modified:.Tag: MAVEN-1_0-BRANCH maven.xml Log: tweak touchstone to a more appropriate time Revision ChangesPath No revision No revision 1.97.2.36 +19 -31maven/maven.xml Index: maven.xml