[continuum build - FAILED - update] Tue Jan 24 02:00:00 GMT 2006

2006-01-23 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20060124.02.txt

[continuum build - FAILED - update] Tue Jan 24 03:30:00 GMT 2006

2006-01-23 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20060124.033000.txt

[jira] Commented: (WAGON-30) wagon-file failed when used by maven-site-plugin

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/WAGON-30?page=comments#action_56712 ] Brett Porter commented on WAGON-30: --- FWIW, this is unrelated to '.' wagon-file failed when used by maven-site-plugin Key:

[jira] Created: (MNGECLIPSE-56) Exception running M2 build

2006-01-23 Thread Kees de Kooter (JIRA)
Exception running M2 build -- Key: MNGECLIPSE-56 URL: http://jira.codehaus.org/browse/MNGECLIPSE-56 Project: Maven 2.x Extension for Eclipse Type: Bug Components: Maven Launcher Versions: 0.0.4, 0.0.3 Environment: Eclipse 3.1.1

[jira] Commented: (MASSEMBLY-56) Refactor DirectoryMojo so it can be run either stand-alone or attached

2006-01-23 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-56?page=comments#action_56635 ] Gilles Scokart commented on MASSEMBLY-56: - Do not hesitate to change the name. I don't like this name neither. But I didn't find a good one. Refactor DirectoryMojo so it

[jira] Commented: (CONTINUUM-567) A build must be launched if we have changes since last build (for same build definition) and not only if we have detected changes when we run scm update commad

2006-01-23 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-567?page=comments#action_56636 ] Emmanuel Venisse commented on CONTINUUM-567: yes, it's the case of multiple build definition. I don't like to use one working directory by build definition, it isn't

[jira] Commented: (MAVENUPLOAD-674) Enhydra XMLC Compiler Ant task

2006-01-23 Thread Michael B?ckling (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-674?page=comments#action_56638 ] Michael Böckling commented on MAVENUPLOAD-674: -- Damnit, you're right, two libraries are actually non-standard and are modified (though it works on my side with the

Re: [jira] Closed: (SCM-135) Clearcase LT integration

2006-01-23 Thread Emmanuel Venisse
Applied. Thanks. The next time you'll provide a patch, please, don't reformat all files. Emmanuel [EMAIL PROTECTED] a écrit : As attachment the patch for documentation of clearcase-settings.xml Cheers, Frederic. (See attached file: SCM-135-maven-scm-provider-clearcase-documentation.patch)

[jira] Created: (MEV-311) broken groovy jar in maven 1 repo

2006-01-23 Thread Knut Wannheden (JIRA)
broken groovy jar in maven 1 repo - Key: MEV-311 URL: http://jira.codehaus.org/browse/MEV-311 Project: Maven Evangelism Type: Bug Reporter: Knut Wannheden In the Maven1 repo some of the Groovy jars don't seem to be

[jira] Created: (MAVENUPLOAD-699) Special version of xerces for Enhydra XMLC

2006-01-23 Thread Michael B?ckling (JIRA)
Special version of xerces for Enhydra XMLC -- Key: MAVENUPLOAD-699 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-699 Project: maven-upload-requests Type: Task Reporter: Michael Böckling Attachments:

[jira] Commented: (MNG-1978) Provided scope transitive dependencies required + exclude dependencies for runtime scope only

2006-01-23 Thread David Boden (JIRA)
[ http://jira.codehaus.org/browse/MNG-1978?page=comments#action_56639 ] David Boden commented on MNG-1978: -- it's because your dependencies don't know anything about your environment, so cannot assume it is provided. That's a fair comment for some use

[jira] Commented: (WAGON-30) wagon-file failed when used by maven-site-plugin

2006-01-23 Thread Yann Le Du (JIRA)
[ http://jira.codehaus.org/browse/WAGON-30?page=comments#action_56640 ] Yann Le Du commented on WAGON-30: - Even with the patch, wagon-file fails for directories that don't already exist. If you can, first create required directories then run deploy again.

[jira] Created: (MAVENUPLOAD-700) This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC.

2006-01-23 Thread Michael B?ckling (JIRA)
This is the r7-dev release of Java implementation of HTML Tidy with some minor modifications to support XMLC. - Key: MAVENUPLOAD-700 URL:

[Plugin idea] watchdog plugin

2006-01-23 Thread Vincent Massol
Here's an idea for someone who'd be looking for a plugin to implement... :-) Imagine a watchdog plugin that would monitor source files and/or dependencies and trigger a goal when they change. This is a bit similar to a continuous integration but done locally on developer's machines. Here's a

[jira] Updated: (MNG-1984) document optional dependencies and dependency exclusions

2006-01-23 Thread Allan Ramirez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1984?page=all ] Allan Ramirez updated MNG-1984: --- Attachment: dependency.apt document optional dependencies and dependency exclusions Key: MNG-1984

[jira] Created: (MNG-2002) The mvn.bat Script does not return the error-code of Maven

2006-01-23 Thread Christian Schulte (JIRA)
The mvn.bat Script does not return the error-code of Maven -- Key: MNG-2002 URL: http://jira.codehaus.org/browse/MNG-2002 Project: Maven 2 Type: Bug Components: Command Line Versions: 2.0, 2.0.1, 2.0.2

[m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Donszelmann, Mark
Hi should Anonymous Inner Classes (such as Listeners) not automatically be excluded from the list of tested classes. Otherwise one runs into test-time errors such as: NoSuchMethodException: YourClass$1.init() Regards Mark Donszelmann

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Allison, Bob
Just a note: I handle this in my development by deploying my war by means of a symlink to the generated war in the project's target directory. When I do a build, the redeploy occurs automatically without any effort from Maven. I think a general case for what you describe is probably the

[jira] Updated: (WAGONSSH-24) Add proxy support to SSH connections

2006-01-23 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-24?page=all ] Gilles Scokart updated WAGONSSH-24: --- Attachment: WAGONSSH-24-bis.patch Add proxy support to SSH connections Key: WAGONSSH-24 URL:

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Vincent Massol
Hi Bob, -Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: lundi 23 janvier 2006 16:41 To: Maven Developers List Subject: RE: [Plugin idea] watchdog plugin Just a note: I handle this in my development by deploying my war by means of a symlink to the generated

[jira] Updated: (MSITE-74) Suport proxy

2006-01-23 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/MSITE-74?page=all ] Gilles Scokart updated MSITE-74: Attachment: MSITE-74.patch Suport proxy Key: MSITE-74 URL: http://jira.codehaus.org/browse/MSITE-74 Project: Maven 2.x Site

[PROPOSAL] Integration testing proposal for Maven 2.0.x

2006-01-23 Thread Vincent Massol
Hi, In order to progress on the topic of integration testing, I'm proposing the following strategy that we can implement immediately: * We add one new integrationTestSourceDirectory element to the POM (similar to the current testSourceDirectory element but for integration tests) * We make it

[jira] Closed: (MNG-2002) The mvn.bat Script does not return the error-code of Maven

2006-01-23 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-2002?page=all ] Emmanuel Venisse closed MNG-2002: - Resolution: Won't Fix It works fine in 2.0.2. We use it with Continuum and if thare are failuires in maven, the correct erro code is transmitted to caller.

[jira] Reopened: (MNG-2002) The mvn.bat Script does not return the error-code of Maven

2006-01-23 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-2002?page=all ] Emmanuel Venisse reopened MNG-2002: --- Assign To: Emmanuel Venisse I just test it with ant and it doesn't work. It seems that ant doesn't get error code like us in continuum. The mvn.bat

[jira] Closed: (MNG-2002) The mvn.bat Script does not return the error-code of Maven

2006-01-23 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-2002?page=all ] Emmanuel Venisse closed MNG-2002: - Resolution: Fixed Fix Version: 2.0.3 Fixed. It works now when we call mvn.bat from continuum and from ant. The mvn.bat Script does not return the

[Maven Wiki] Update of M2UserDocs by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs -- * '''[:M2GroupId:

[Maven Wiki] Trivial Update of M2UserDocs by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2UserDocs --

project.getDependencyArtifacts()=null and project.getArtifacts()=nuul

2006-01-23 Thread S . Bloch
Hi I'm writing my firs plugin. I don't know how to access libs defined in dependency. i've tried getDependencyArtifacts() and getArtifacts() but null was the result. Any suggestions? Pozdrawiam Sebastian Błoch

[jira] Updated: (CONTINUUM-544) there is no xmlrpc client code for contacting the server.

2006-01-23 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-544?page=all ] Emmanuel Venisse updated CONTINUUM-544: --- Fix Version: 1.1 there is no xmlrpc client code for contacting the server. -

[jira] Created: (MAVENUPLOAD-701) Upload of Hibernate 3.1.1, with sources

2006-01-23 Thread Nicol?s Lichtmaier (JIRA)
Upload of Hibernate 3.1.1, with sources --- Key: MAVENUPLOAD-701 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-701 Project: maven-upload-requests Type: Task Reporter: Nicolás Lichtmaier Developers don't want to upload

[jira] Commented: (MNGECLIPSE-56) Exception running M2 build

2006-01-23 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-56?page=comments#action_56667 ] Eugene Kuleshov commented on MNGECLIPSE-56: --- Is it on Windows? Can you please confirm that it happens all the time (may need to restart Eclipse few times) and then

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Allison, Bob
If what you are proposing is a Maven plugin, then it runs as part of a build sequence, right? If not, then its not a Maven plugin and might be better suited to something like Continuum. If it is running as part of a build sequence, then configuring the appropriate plugin (existing ones to deploy

[Maven Wiki] Update of M2StandardBuildPhases by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases New page: = Maven2 Standard Build Phases =

[maven2 build branches/maven-2.0.x - FAILED - update] Mon Jan 23 16:15:00 GMT 2006

2006-01-23 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060123.161500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Maven Wiki] Update of M2StandardBuildPhases by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases --

[Maven Wiki] Trivial Update of M2StandardBuildPhases by cseg

2006-01-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Maven Wiki for change notification. The following page has been changed by cseg: http://wiki.apache.org/maven/M2StandardBuildPhases --

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Vincent Massol
-Original Message- From: Allison, Bob [mailto:[EMAIL PROTECTED] Sent: lundi 23 janvier 2006 17:50 To: Maven Developers List Subject: RE: [Plugin idea] watchdog plugin If what you are proposing is a Maven plugin, then it runs as part of a build sequence, right? No it doesn't run

RE: [Plugin idea] watchdog plugin

2006-01-23 Thread Vincent Massol
BTW, I'm not saying this is a terribly intelligent, innovative and absolutely needed plugin. I'm just recording here as an idea as it may fill some needs... -Vincent -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: lundi 23 janvier 2006 18:21 To: 'Maven

[maven2 build branches/maven-2.0.x - SUCCESS - update] Mon Jan 23 17:15:00 GMT 2006

2006-01-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060123.171500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060123.171500.txt - To unsubscribe,

[M2] Signed jar in ibiblio.org

2006-01-23 Thread Boden, David
Hi, Does anyone know of a jar file in ibiblio.org/maven2 which has a digital signature (i.e. the manifest.mf file contains signature information)? Any file that isn't likely to be deleted will do, it's for a Junit test that I'm writing. Thanks, Dave

Re: project.getDependencyArtifacts()=null and project.getArtifacts()=nuul

2006-01-23 Thread Brett Porter
Add @requiresDependencyResoltion to the class metadata. [EMAIL PROTECTED] wrote: Hi I'm writing my firs plugin. I don't know how to access libs defined in dependency. i've tried getDependencyArtifacts() and getArtifacts() but null was the result. Any suggestions? Pozdrawiam Sebastian

Re: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Brett Porter
Wasn't this changed in the more recent releases? Donszelmann, Mark wrote: Hi should Anonymous Inner Classes (such as Listeners) not automatically be excluded from the list of tested classes. Otherwise one runs into test-time errors such as: NoSuchMethodException: YourClass$1.init()

RE: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Donszelmann, Mark
Hi, I am running mvn 2.0.2 and SureFire 2.1.2. Regards Mark -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 9:55 AM To: Maven Developers List Subject: Re: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from

Re: [vote] release JXR 1.0

2006-01-23 Thread Fabrizio Giustina
On 1/23/06, Mike Perham [EMAIL PROTECTED] wrote: +1 But I would like to see JIRA cleaned up - versions created and the open issues assigned to upcoming releases. Several of the issues have been opened for months with no comments, fix version, etc. all the issues fixed for this release have

[jira] Created: (MSITE-79) mechanism for local preview of a multiproject site tree

2006-01-23 Thread Brett Porter (JIRA)
mechanism for local preview of a multiproject site tree --- Key: MSITE-79 URL: http://jira.codehaus.org/browse/MSITE-79 Project: Maven 2.x Site Plugin Type: New Feature Reporter: Brett Porter Fix For: 2.0

[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56678 ] Brett Porter commented on MASSEMBLY-62: --- doesn't it make sense to do this as a single parentDescriptor instead of subassembly descriptors? how do you intend to specify the

[jira] Updated: (MSITE-68) Ability to view how the site would look without generating the entire site

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-68?page=all ] Brett Porter updated MSITE-68: -- Assign To: Brett Porter Fix Version: 2.0 John Casey has some sample code to do this, and it is fairly easy to do with jetty. I'll look into it. Ability to view

Re: [vote] Release maven 2 checkstyle plugin

2006-01-23 Thread Fabrizio Giustina
On 1/23/06, Brett Porter [EMAIL PROTECTED] wrote: Should it be final or beta? How certain is it that future changes will be backwards compatible, and how serious are the bugs? It works fine and (AFAIK) there are no planned breaking changes. The only important issue open is how to share

[jira] Updated: (SCM-106) Validation of scm url fails because of ambiquities between source code and site documentation

2006-01-23 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-106?page=all ] Dennis Lundberg updated SCM-106: Attachment: SCM-106-2.patch Validation of scm url fails because of ambiquities between source code and site documentation

Re: [M2] Signed jar in ibiblio.org

2006-01-23 Thread Carlos Sanchez
http://www.ibiblio.org/maven2/org/acegisecurity/acegi-security/1.0.0-RC1/acegi-security-1.0.0-RC1.jar On 1/23/06, Boden, David [EMAIL PROTECTED] wrote: Hi, Does anyone know of a jar file in ibiblio.org/maven2 which has a digital signature (i.e. the manifest.mf file contains signature

[jira] Created: (MAVENUPLOAD-702) httpunit 1.6.1

2006-01-23 Thread fabrizio giustina (JIRA)
httpunit 1.6.1 -- Key: MAVENUPLOAD-702 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-702 Project: maven-upload-requests Type: Task Reporter: fabrizio giustina (bundle with m2 pom and sources) -- This message is automatically generated by

RE: [vote] Release maven 2 checkstyle plugin

2006-01-23 Thread Brian E. Fox
There are still a couple of features in the plugin that don't work, I think that if it isn't functionally complete, it should be beta. (The properties don't seem to work correctly, which is the root cause of not being able to use the cacheFile setting) -Original Message- From: [EMAIL

[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56682 ] Dan Tran commented on MASSEMBLY-62: --- Entry into each subassembly is a filename relative to ${basedir}. User can specify fullpath. The DependencySets, FileSets, and FileItems if

Re: [m2] Surefire plugin: Should anonymous inner classes be auto-excluded from testing

2006-01-23 Thread Carlos Sanchez
Inner classes are excluded by default, but now they can be included in the plugin configuration http://jira.codehaus.org/browse/SUREFIRE-19 On 1/23/06, Donszelmann, Mark [EMAIL PROTECTED] wrote: Hi, I am running mvn 2.0.2 and SureFire 2.1.2. Regards Mark -Original Message-

[jira] Commented: (MAVENUPLOAD-702) httpunit 1.6.1

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-702?page=comments#action_56684 ] Carlos Sanchez commented on MAVENUPLOAD-702: Cannot deploy without the pom.xml or project.xml file! httpunit 1.6.1 -- Key: MAVENUPLOAD-702

[jira] Closed: (MAVENUPLOAD-701) Upload of Hibernate 3.1.1, with sources

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-701?page=all ] Carlos Sanchez closed MAVENUPLOAD-701: -- Assign To: Carlos Sanchez Resolution: Fixed I imageine you took the 3.1 pom and updated the dependency versions Upload of Hibernate

[jira] Commented: (MAVENUPLOAD-702) httpunit 1.6.1

2006-01-23 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-702?page=comments#action_56686 ] fabrizio giustina commented on MAVENUPLOAD-702: --- pom was wrongly named (httpunit-1.6.1.pom). Bundle is fixed now, can you retry? httpunit 1.6.1 --

[jira] Closed: (MAVENUPLOAD-699) Special version of xerces for Enhydra XMLC

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-699?page=all ] Carlos Sanchez closed MAVENUPLOAD-699: -- Assign To: Carlos Sanchez Resolution: Fixed You shouldn't recompile, use the jar distributed by them for next times Special version of

[jira] Commented: (MAVENUPLOAD-698) Weblets 0.2

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-698?page=comments#action_56689 ] Carlos Sanchez commented on MAVENUPLOAD-698: I need urls for each of the bundles, plese paste them in a comment Weblets 0.2 --- Key:

[jira] Commented: (MAVENUPLOAD-697) Upload MantaRay to Maven Repository

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-697?page=comments#action_56690 ] Carlos Sanchez commented on MAVENUPLOAD-697: end dependencies tag is not correctly closed. Upload MantaRay to Maven Repository ---

[jira] Created: (MEV-312) tag artifactId is misspelled in maven2 ant-optional-1.5.3-1.pom

2006-01-23 Thread mark struberg (JIRA)
tag artifactId is misspelled in maven2 ant-optional-1.5.3-1.pom - Key: MEV-312 URL: http://jira.codehaus.org/browse/MEV-312 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter:

[Fwd: Re: Release plugin needs MAJOR warnings...]

2006-01-23 Thread Jason van Zyl
-- jvz. Jason van Zyl jason at maven.org http://maven.apache.org A man enjoys hsi work when he understands the whole and when he is responsible for the quality of the whole -- Christopher Alexander, A Pattern Language ---BeginMessage--- Daniel Kulp wrote: Jason, That's not exactly true.

Maven src build bootstrap.bat error

2006-01-23 Thread Waldo Ford
To whom it may concern: I've down loaded the maven source from https://svn.apache.org/repos/asf/maven/trunks. M2_HOME=E:\JUtils\maven-2.0.1-SNAPSHOT and E:\JUtils\maven-2.0.1-SNAPSHOT\bin is part of my path. I needed the Maven plug-in development using Ant functionality. Over the weekend I

[jira] Closed: (MAVENUPLOAD-689) Add javax.ejb 2.1 pom to maven2 repo

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-689?page=all ] Carlos Sanchez closed MAVENUPLOAD-689: -- Resolution: Fixed There was a problem with the sync script Add javax.ejb 2.1 pom to maven2 repo

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Ersin Er (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56693 ] Ersin Er commented on MSITE-77: --- As I see, the system does not work. Here is a parent project site: http://directory.apache.org/newsite/subprojects/apacheds/index.html and its pom:

[jira] Commented: (MAVENUPLOAD-690) Please upload jtidy-r8-21122004

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-690?page=comments#action_56694 ] Carlos Sanchez commented on MAVENUPLOAD-690: Where does this come from? it has never been released as part of jtidy Please upload jtidy-r8-21122004

[jira] Closed: (MAVENUPLOAD-695) Publish new testng release files to ibiblio

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-695?page=all ] Carlos Sanchez closed MAVENUPLOAD-695: -- Assign To: Carlos Sanchez Resolution: Fixed Uploaded 4.4.7 by hand Next time follow

[jira] Commented: (MAVENUPLOAD-692) tlddoc 1.3

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-692?page=comments#action_56696 ] Carlos Sanchez commented on MAVENUPLOAD-692: Cannot deploy without the LICENSE.txt file! tlddoc 1.3 -- Key: MAVENUPLOAD-692 URL:

[jira] Commented: (MAVENUPLOAD-693) maven-taglib plugin 2.1

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-693?page=comments#action_56697 ] Carlos Sanchez commented on MAVENUPLOAD-693: Fabrizio, why don't you setup a repo at sf and we'll sync it? for m2 plugins we need more files than that you can

[maven2 build trunk - SUCCESS - update] Mon Jan 23 22:30:00 GMT 2006

2006-01-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060123.223000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060123.223000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[jira] Commented: (MSITE-68) Ability to view how the site would look without generating the entire site

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-68?page=comments#action_56698 ] Brett Porter commented on MSITE-68: --- there are two alternatives for how to implement this: - run a jetty instance and deploy a servlet. This is similar to John's approach though the

[jira] Commented: (MAVENUPLOAD-701) Upload of Hibernate 3.1.1, with sources

2006-01-23 Thread Nicol?s Lichtmaier (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-701?page=comments#action_56699 ] Nicolás Lichtmaier commented on MAVENUPLOAD-701: Yes, I did, but the DOM4J dependency was a little updated. I've updated the bundle ( and also here's the

[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56700 ] Brett Porter commented on MASSEMBLY-62: --- yes, I was suggesting inheritence instead of what you are saying is essentially include /. This more closely matches how the rest of

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56701 ] Brett Porter commented on MSITE-77: --- you need to add inherited=top or inherited=bottom to the menus in the parent that you want inherited. Resources are not inherited - you either

[jira] Commented: (MAVENUPLOAD-701) Upload of Hibernate 3.1.1, with sources

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-701?page=comments#action_56702 ] Carlos Sanchez commented on MAVENUPLOAD-701: next time please do that before posting the issue to avoid unnecessary steps Upload of Hibernate 3.1.1, with sources

[jira] Closed: (MEV-311) broken groovy jar in maven 1 repo

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-311?page=all ] Carlos Sanchez closed MEV-311: -- Assign To: Carlos Sanchez Resolution: Fixed broken groovy jar in maven 1 repo - Key: MEV-311 URL:

[jira] Commented: (WAGONSSH-28) scp intermittently failing deploying artifact

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-28?page=comments#action_56703 ] Brett Porter commented on WAGONSSH-28: -- K.C. - this seems like a specific problem on Solaris 9 then (I have no environment to reproduce that on), and you haven't stated your

[jira] Commented: (MAVENUPLOAD-701) Upload of Hibernate 3.1.1, with sources

2006-01-23 Thread Nicol?s Lichtmaier (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-701?page=comments#action_56704 ] Nicolás Lichtmaier commented on MAVENUPLOAD-701: Sorry, I'll do. (It's my first time here). Is there any reason you haven't put the sources too? =/ Upload of

[jira] Commented: (CONTINUUM-559) Keep connection on servers between each messages

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-559?page=comments#action_56707 ] Brett Porter commented on CONTINUUM-559: according to http://www.jivesoftware.org/community/thread.jspa?threadID=17410, there is an API to check the success of a message

[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56705 ] Dan Tran commented on MASSEMBLY-62: --- Ok, use include and subassembly's descriptor should be relative to ${basedir} Ability to share DependencySets, FileSets, FileItems

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Ersin Er (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56706 ] Ersin Er commented on MSITE-77: --- The only struct available for inheritance is menus? What about other elements in the document? Is there a spec for site.xml like an XSD? If only menus can

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56708 ] Brett Porter commented on MSITE-77: --- ok, I see. Yes - everything else is inherited, so you definitely have a problem with the banners there. There is an XSD that can be generated but

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Ersin Er (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56709 ] Ersin Er commented on MSITE-77: --- So, only banners do not get inherited, right? And what does bottom and top mean for inheritance? And finally, do you still want me to close the issue?

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56710 ] Brett Porter commented on MSITE-77: --- banners should be inherited, as should other things. When menus are inherited, top and bottom say whether to put them above the subproject's

[REPOCLEAN] Error(s) occurred while converting repository

2006-01-23 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/23-Jan-2006_06.26.00/repository.report.txt - To unsubscribe, e-mail: [EMAIL

[jira] Commented: (WAGON-30) wagon-file failed when used by maven-site-plugin

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/WAGON-30?page=comments#action_56711 ] Brett Porter commented on WAGON-30: --- workaround: build plugins plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasesite/phase

[jira] Created: (MNG-2003) required issues for the 2.0.3 release

2006-01-23 Thread Brett Porter (JIRA)
required issues for the 2.0.3 release - Key: MNG-2003 URL: http://jira.codehaus.org/browse/MNG-2003 Project: Maven 2 Type: Task Versions: 2.0.3 Reporter: Brett Porter Priority: Blocker link issues that are in

[jira] Updated: (MNG-2003) release and update to wagon-file 1.0-alpha-7

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2003?page=all ] Brett Porter updated MNG-2003: -- Description: to fix regression WAGON-30 (was: link issues that are in external projects that must be fixed, released, and dependencies updated for the core

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Ersin Er (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56714 ] Ersin Er commented on MSITE-77: --- I've added inherited=top to menus but I did not see the effect. http://svn.apache.org/viewcvs.cgi/*checkout*/directory/trunks/apacheds/src/site/site.xml

[jira] Commented: (MNG-1895) Scopes are not correctly calculated for dependencies in two dependency paths

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1895?page=comments#action_56715 ] Carlos Sanchez commented on MNG-1895: - This is ablocker issue if you need to depend in a test-jar type artifact and its normal jar, as it'll make all its deps end in scope test

[jira] Commented: (MSITE-77) Site inheritance does not work properly

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-77?page=comments#action_56716 ] Brett Porter commented on MSITE-77: --- Sorry for the typo - should be inherit=top, not inherited. http://docs.codehaus.org/display/MAVEN/Sites+and+Inheritence Howeve,r if the banner is

[jira] Updated: (MNG-1895) Scopes are not correctly calculated for dependencies in two dependency paths

2006-01-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1895?page=all ] Carlos Sanchez updated MNG-1895: Priority: Blocker (was: Critical) Version: 2.0.2 Fix Version: (was: 2.0.4) 2.0.3 Scopes are not correctly calculated for

[jira] Commented: (MIDEA-24) Resources should be in the classpath, not sources

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-24?page=comments#action_56718 ] Brett Porter commented on MIDEA-24: --- will check two things before applying: - proper replacement for the resources check - compare to m1 plugin behaviour Resources should be in the

[jira] Closed: (MIDEA-22) Don't include resources directories in sourceFolder

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-22?page=all ] Brett Porter closed MIDEA-22: - Assign To: Brett Porter Resolution: Won't Fix Don't include resources directories in sourceFolder -

[jira] Updated: (MIDEA-16) idea target only works after compilation

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-16?page=all ] Brett Porter updated MIDEA-16: -- Fix Version: 2.0 idea target only works after compilation Key: MIDEA-16 URL:

[jira] Updated: (MIDEA-18) Resource patterns should be configurable and have a better default (+patch)

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-18?page=all ] Brett Porter updated MIDEA-18: -- Fix Version: 2.0 Resource patterns should be configurable and have a better default (+patch) ---

[jira] Updated: (MIDEA-14) add support for ejb module configuration in iml

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-14?page=all ] Brett Porter updated MIDEA-14: -- Fix Version: 2.0 add support for ejb module configuration in iml --- Key: MIDEA-14 URL:

[jira] Updated: (MIDEA-6) create separate :module, :project and :workspace goals

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-6?page=all ] Brett Porter updated MIDEA-6: - Fix Version: 2.0 create separate :module, :project and :workspace goals -- Key: MIDEA-6 URL:

[jira] Updated: (MIDEA-21) Running plugin multiple times causes multiple module entries in ipr

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-21?page=all ] Brett Porter updated MIDEA-21: -- Fix Version: 2.0 Running plugin multiple times causes multiple module entries in ipr --- Key:

[jira] Updated: (MIDEA-24) Resources should be in the classpath, not sources

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MIDEA-24?page=all ] Brett Porter updated MIDEA-24: -- Fix Version: 2.0 Resources should be in the classpath, not sources - Key: MIDEA-24 URL:

  1   2   >