Hi, I can edit it and I changed the scm url (even if I received a 500 error - you already opened a bug about this). But I can't edit the build definition. I can add a new one and I also receive a 500 error but it works. I can't remove a build definition from the project description but I can do it from the "build definition" tab (with a 500 error ;-) ).
I can't add an ant project. I can only add a m1 or m2. I successfully updated the project and the bootstrap is running. But I think that I'm overriding the maven 1.0.2 installation : .... clean-maven-home: [delete] Deleting directory /export/home/continuum/maven-1.0.2/bin [mkdir] Created dir: /export/home/continuum/maven-1.0.2/bin [delete] Deleting directory /export/home/continuum/maven-1.0.2/lib [mkdir] Created dir: /export/home/continuum/maven-1.0.2/lib [delete] Deleting directory /export/home/continuum/maven-1.0.2/plugins [mkdir] Created dir: /export/home/continuum/maven-1.0.2/plugins .... I think that it is better to setup maven.home somewhere else for the build. Where can we put it ? maven.home=/export/home/maven-1.1.x ??? Arnaud brettporter wrote: > > Ok, you should have permission to delete the current project and add > that one now. > > On 11/12/2006, at 11:10 AM, Arnaud HERITIER wrote: > >> I created an account >> >> What we can do is to checkout scm:svn: >> http://svn.apache.org/repos/asf/maven/maven-1/trunks >> >> I did it some months ago and it worked. >> You launch the ant with core/build-bootstrap.xml >> >> Arnaud >> >> On 12/11/06, Brett Porter <[EMAIL PROTECTED]> wrote: >>> >>> Done. But it won't build the Maven 1.x bootstrap unless you customise >>> it so it can checkout the plugins itself: >>> >>> http://maven.zones.apache.org/continuum/buildResult.action? >>> buildId=2&projectId=1&projectGroupId=1 >>> >>> Feel free to register and I'll add you to the group so you can add >>> individual Maven 1 projects or customise it. >>> >>> - Brett >>> >>> On 11/12/2006, at 10:14 AM, Brett Porter wrote: >>> >>> > I'll set it up on the zone again and post to the list. >>> > >>> > - Brett >>> > >>> > On 10/12/2006, at 12:32 AM, Arnaud HERITIER wrote: >>> > >>> >> Another thing which can help us, is to help to setup somewhere a >>> >> CI like >>> >> continuum to build maven from the bootstrap. We'll gain a lot of >>> >> time. >>> >> >>> >> Arnaud >>> >> >>> >> On 12/9/06, Arnaud Héritier <[EMAIL PROTECTED]> wrote: >>> >>> >>> >>> Hi guys, >>> >>> >>> >>> >>> >>> >>> >>> I'm back. Sorry for the delay to reply to this emergency. >>> >>> >>> >>> >>> >>> >>> >>> As you certainly know we released the beta 3 at the beginning >>> >>> of august. >>> >>> >>> >>> The next step for us it to release a first release candidate to >>> >>> quickly >>> >>> have a final release. >>> >>> >>> >>> We are focusing on keeping the compatibility with maven 1.0.2 >>> >>> projects >>> >>> but personally I stopped to try to have plug-ins compatibles with >>> >>> M1.0.xand >>> >>> M1.1. It's too complicated to have something which works with all >>> >>> the old >>> >>> bugs in Jelly ;-) >>> >>> >>> >>> Due to our current problems with the central repository for >>> >>> maven 1.0.2on ibiblio, it could be important to accelerate the >>> >>> development of the RC1. >>> >>> Here is the list of the tasks that we think we have to do before >>> >>> a release. >>> >>> >>> >>> >>> >>> >>> >>> Maven 1.1 core issues: >>> >>> >>> >>> >>> >>> >>> >>> Bugs >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1755 Backward Incompability : Usage of xml entities in >>> >>> the POM >>> >>> doesn't work in maven 1.1 beta 1 & 2 >>> >>> >>> >>> I began to fix this one. I modified the maven-model to use a >>> >>> new one >>> >>> which uses dom4j and not xpp3 (and it works). For that I also >>> >>> modified the >>> >>> dom4j plugin in modello to add a read method with an url >>> >>> parameter. But >>> >>> dom4j is slower than xpp3. I don't test it yet but it could be >>> >>> possible to >>> >>> do it with the woodstox plugin which implements stax 2 [1]. It's >>> >>> not really >>> >>> complicated to change it and to update the code in the core and >>> >>> in the >>> >>> artifact plugin. When it will work we'll have to release >>> modello and >>> >>> maven-model 3.0.2. There's also the documentation about >>> >>> incompatibilities >>> >>> to update. >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1789 Change the default repository to >>> >>> http://repo1.maven.org/maven/ >>> >>> >>> >>> It's done int the code but we have to update the >>> >>> documentation to use >>> >>> "central repository" instead of ibilio. >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1692 improve error when 1.0.2 was in path but >>> >>> MAVEN_HOME is 1.1 >>> >>> >>> >>> MAVEN-1459 misleading error message >>> >>> >>> >>> MAVEN-1106 remove poor uses of system.err/out in core and >>> >>> plugins >>> >>> >>> >>> MAVEN-1816 Confusing console output on test failures >>> >>> >>> >>> MAVEN-1103 improve "goal not found" reporting >>> >>> >>> >>> All these issues are related to the logs produced by maven. >>> >>> It's quite >>> >>> easy to fix. I began but I introduced MAVEN-1816 (I have some >>> >>> cleanup to do >>> >>> before to close them) >>> >>> >>> >>> >>> >>> >>> >>> To check : >>> >>> >>> >>> MAVEN-1817 Maven doesn't try to find snapshots in all >>> >>> repositories >>> >>> >>> >>> I think that finally it's the correct behaviour. When maven >>> >>> find a >>> >>> snapshot on a remote repository, it doesn't try to download it on >>> >>> another >>> >>> repo because artifacts are generally deployed only in one >>> >>> repository. >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1814 if maven.repo.remote.enabled=true maven doesn't >>> >>> download >>> >>> dependencies >>> >>> >>> >>> I didn't reproduced it. I'm not sure that it's not a bug in >>> >>> archiva. >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1659 Dependency jars are not downloading from remote >>> >>> repository >>> >>> placed in Subversion with http access >>> >>> >>> >>> ?? Is annoying but not blocking. If it's not fixed by wagon I >>> >>> propose >>> >>> to move it for a "future" release >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1656 Doco that explains the protocols required to >>> allow >>> >>> maven.xml or any plugin.jelly to inject values into or retrieve >>> >>> values >>> >>> from another plugin >>> >>> >>> >>> MAVEN-1688 The ${pom.versions} List behaves differently when >>> >>> running >>> >>> plugins under maven 1.1 and maven 1.0 >>> >>> >>> >>> MAVEN-1125 ant:java fork issues >>> >>> >>> >>> MAVEN-1440 Clearing maven.repo.remote results in incorrect >>> >>> reporting >>> >>> of unsatisfied dependencies >>> >>> >>> >>> MAVEN-1660 DependencyVerifier class doesn't resolve an >>> snapshot >>> >>> artifact after attaining a first goal. >>> >>> >>> >>> Not yet analysed >>> >>> >>> >>> >>> >>> >>> >>> Nice to have : >>> >>> >>> >>> Those issues are planned because they can have a real added >>> >>> value with >>> >>> few work on them >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1812 Add MAVEN_HOME/bin in the PATH >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1790 Fix headers sent to the repository >>> >>> >>> >>> It's a nice to have if wagon supports it. >>> >>> >>> >>> >>> >>> >>> >>> MAVEN-1808 Put MAVEN_HOME in the system environment >>> >>> variables if the >>> >>> user has admin rights >>> >>> >>> >>> Easy to fix with the nsis plugin ... >>> >>> >>> >>> >>> >>> >>> >>> M1.1 Plugins to release : >>> >>> >>> >>> We planned to release some plugins to bundle them in the 1.1RC1 >>> >>> release. >>> >>> >>> >>> MAVEN-1769 Upgrade plugins >>> >>> >>> >>> You can have a look at the roadmap of each plugin to see what >>> >>> we have to >>> >>> fix. >>> >>> >>> >>> MAVEN-1777 Upgrade maven-artifact-plugin to v 1.8.1 (very >>> >>> important >>> >>> to fix due to an incompatibility with the beta 3) >>> >>> >>> >>> MAVEN-1773 Upgrade maven-dist-plugin to v 1.7.1 >>> >>> >>> >>> MAVEN-1775 Upgrade maven-eclipse-plugin to v. 1.11.1 >>> >>> >>> >>> MAVEN-1774 Upgrade maven-ejb-plugin to v 1.7.3 >>> >>> >>> >>> MAVEN-1782 Upgrade maven-jdiff-plugin to v. 1.5.1 >>> >>> >>> >>> MAVEN-1810 Upgrade maven-nsis-plugin to v 2.1 >>> >>> >>> >>> MAVEN-1809 Upgrade maven-pdf-plugin to v 2.5.1 >>> >>> >>> >>> MAVEN-1780 Upgrade maven-test-plugin to v 1.8.1 >>> >>> >>> >>> MAVEN-1772 Upgrade maven-war-plugin to v 1.6.3 >>> >>> >>> >>> MAVEN-1771 Upgrade maven-xdoc-plugin to v 1.10.1 >>> >>> >>> >>> Those plugins use maven-model, thus it could be interesting to >>> >>> wait for >>> >>> the release of maven-model 3.0.2 before to release them : >>> >>> >>> >>> maven:maven-artifact-plugin, maven:maven-changelog-plugin, >>> >>> maven:maven-dist-plugin, maven:maven-eclipse-plugin, maven:maven- >>> >>> ejb-plugin, >>> >>> maven:maven-linkcheck-plugin, maven:maven-multiproject-plugin, >>> >>> maven:maven-source-plugin, maven:maven-xdoc-plugin, >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> Please help. Take the lead where you want, the more important >>> >>> is to fix >>> >>> issues. >>> >>> >>> >>> >>> >>> >>> >>> Thanks a lot. >>> >>> >>> >>> >>> >>> >>> >>> Cheers, >>> >>> >>> >>> >>> >>> >>> >>> Arnaud >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> [1] >>> >>> http://woodstox.codehaus.org/3.0.2/javadoc/org/codehaus/stax2/ >>> >>> XMLInputFactory2.html#createXMLStreamReader(java.net.URL)<http:// >>> >>> woodstox.codehaus.org/3.0.2/javadoc/org/codehaus/stax2/ >>> >>> XMLInputFactory2.html#createXMLStreamReader%28java.net.URL%29> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> .......................................................... >>> >>> >>> >>> *Arnaud Heritier* >>> >>> *Architecte* >>> >>> >>> >>> *OCTO Technology* >>> >>> >>> >>> .......................................................... >>> >>> >>> >>> 50, Avenue des Champs-Elysées >>> >>> >>> >>> 75008 Paris >>> >>> >>> >>> Tél : (33) 1 58 56 10 00 >>> >>> >>> >>> Fax : (33) 1 58 56 10 01 >>> >>> >>> >>> GSM : (33) 6 03 52 71 31 >>> >>> >>> >>> www.octo.com/ >>> >>> >>> >>> ........................................................... >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> > >>> > >>> --------------------------------------------------------------------- >>> > 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] >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Maven-1.1-development-status---For-a-release%2C-help-required-....-tf2784265s177.html#a7792123 Sent from the Maven Developers mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]