Folks,
Most of maven-scm-api commands like checkin, add, tag, changelog has a
ScmFileSet argument which ultimately expands into a list of individual
files on a command line. The finally command line becomes very long,
huge, so huge
for a larget project (like my legacy project).
I know for sure,
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050527.020701.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050527.020701.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Author: brett
Date: Thu May 26 22:25:38 2005
New Revision: 178751
URL: http://svn.apache.org/viewcvs?rev=178751&view=rev
Log:
correct the getting started guide in light of alpha-2
Modified:
maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml
Modified: maven/components/trunk/m
[EMAIL PROTECTED] wrote:
+[ ] 4. Change plugin inheritance to be enabled, cumulatively
+
+ -> Alternately, we could inherit all plugins, but only APPLY/EXECUTE the
+ ones where inherit=true...that would keep the phases of the build
+ process essentially unchanged, but cou
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050527.000701.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050527.000701.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 639782 bytes read 42 bytes 69
This is now running CI for Continuum, Plexus utils/containers and Maven
1's core.
I've filed for all the problems I had. I had to do far too much server
side diddling, but we'll get there... I've now got all the m2 stuff in
the continuum install symlinked to where exec'd m2 puts them because i
Build statistics:
State: Ok
Previous State: Failed
Started at: Fri, 27 May 2005 03:32:59 +
Finished at: Fri, 27 May 2005 03:33:17 +
Total time: 18s
Building machine hostname: maven.zones.apache.org
Build statistics:
State: Ok
Previous State: Failed
Started at: Fri, 27 May 2005 03:32:27 +
Finished at: Fri, 27 May 2005 03:32:49 +
Total time: 22s
Building machine hostname: maven.zones.apache.org
Build statistics:
State: Failed
Previous State: Error
Started at: Fri, 27 May 2005 03:31:43 +
Finished at: Fri, 27 May 2005 03:31:45 +
Total time: 2s
Building machine hostname: maven.zones.apache.org
**
Build statistics:
State: Failed
Previous State: Error
Started at: Fri, 27 May 2005 03:31:39 +
Finished at: Fri, 27 May 2005 03:31:41 +
Total time: 2s
Building machine hostname: maven.zones.apache.org
**
Build statistics:
State: Error
Previous State: Error
Started at: Fri, 27 May 2005 03:29:46 +
Finished at: Fri, 27 May 2005 03:29:46 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
***
Build statistics:
State: Error
Previous State: Error
Started at: Fri, 27 May 2005 03:29:43 +
Finished at: Fri, 27 May 2005 03:29:43 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
***
otes-jdcasey-20050526.txt
(with props)
Added:
maven/components/trunk/plugin-inheritance-and-profiles-notes-jdcasey-20050526.txt
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/plugin-inheritance-and-profiles-notes-jdcasey-20050526.txt?rev=178734&v
Author: jdcasey
Date: Thu May 26 20:27:55 2005
New Revision: 178733
URL: http://svn.apache.org/viewcvs?rev=178733&view=rev
Log:
o Added inherited field to the Plugin and Goal classes in maven.mdo
o Added annotation inheritedByDefault (looks like: @inheritedByDefault
true|false) for java mojos
o A
Build statistics:
State: Error
Previous State: Failed
Started at: Fri, 27 May 2005 03:24:08 +
Finished at: Fri, 27 May 2005 03:24:08 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
**
Build statistics:
State: Error
Previous State: Error
Started at: Fri, 27 May 2005 03:24:05 +
Finished at: Fri, 27 May 2005 03:24:05 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
***
Build statistics:
State: Error
Previous State: Error
Started at: Fri, 27 May 2005 03:20:19 +
Finished at: Fri, 27 May 2005 03:20:19 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
***
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 2 (4 including POMs).
building file list ... done
jpox/poms/
last-sync.txt
struts/jars/
struts/jars/s
install:install-file relies on a project when it shouldn't need to
--
Key: MNG-432
URL: http://jira.codehaus.org/browse/MNG-432
Project: Maven 2
Type: Bug
Reporter: Brett Porter
Fix For: 2.0-alp
Build statistics:
State: Error
Previous State: Error
Started at: Fri, 27 May 2005 02:47:26 +
Finished at: Fri, 27 May 2005 02:47:26 +
Total time: 0s
Building machine hostname: maven.zones.apache.org
***
Build statistics:
State: Ok
Previous build: No previous build.
Started at: Fri, 27 May 2005 02:44:26 +
Finished at: Fri, 27 May 2005 02:44:53 +
Total time: 27s
Building machine hostname: maven.zones.apa
I meant deploying to m2 repo so everything in the m1 gets autogenerated.
- sync'ed repos should go to a temp folder and converted to m2 repo
- each upload bundle should be converted to m2 and deployed in the m2
repo, and not i the m1 one
then all the m2 repo would be converted to m1.
This has se
Carlos Sanchez wrote:
At some point we definitely want to make changes to maven2 repo and
automatically generate the maven1 as there's much more information in
m2 poms wich can't be captured in m1 poms.
For achieving that we need:
- tool to convert m2 repo to m1
at the moment we are doing it
[ http://jira.codehaus.org/browse/MRM-6?page=all ]
Brett Porter moved MNG-200 to MRM-6:
Component: (was: repository-tools)
Issue Type: New Feature (was: Improvement)
Key: MRM-6 (was: MNG-200)
Project: Maven Repository Mana
[ http://jira.codehaus.org/browse/MRM-5?page=all ]
Brett Porter moved MNG-381 to MRM-5:
Fix Version: (was: 2.0-alpha-3)
Component: (was: repository-tools)
repository-converter
Key: MRM-5 (was: MNG-381)
[ http://jira.codehaus.org/browse/MRM-4?page=all ]
Brett Porter moved MNG-394 to MRM-4:
Component: (was: repository-tools)
repository-converter
Key: MRM-4 (was: MNG-394)
Project: Maven Repository Manager (was: Mave
[ http://jira.codehaus.org/browse/MRM-3?page=all ]
Brett Porter moved MNG-430 to MRM-3:
Version: (was: 2.0-alpha-3)
Component: (was: repository-tools)
repository-converter
Key: MRM-3 (was: MNG-430)
Project
[ http://jira.codehaus.org/browse/MRM-2?page=all ]
Brett Porter moved MNG-201 to MRM-2:
Component: (was: repository-tools)
Issue Type: New Feature (was: Improvement)
Key: MRM-2 (was: MNG-201)
Project: Maven Repository Mana
Doesn't appear that directories are being created correctly in all cases
Key: WAGONSSH-3
URL: http://jira.codehaus.org/browse/WAGONSSH-3
Project: wagon-ssh
Type: Bug
Reporter: Jason van Zyl
[ http://jira.codehaus.org/browse/MEV-21?page=all ]
Brett Porter moved MNG-387 to MEV-21:
-
Component: (was: repository-tools)
Dependencies
Issue Type: Task (was: Bug)
Key: MEV-21 (was: MNG-387)
Project: Mav
[ http://jira.codehaus.org/browse/MEV-20?page=all ]
Brett Porter moved MNG-402 to MEV-20:
-
Fix Version: (was: 2.0-beta-1)
Component: (was: repository-tools)
Key: MEV-20 (was: MNG-402)
Project: Maven Evangelism (was:
commons-lang 1.0-b1 not converted
-
Key: MRM-1
URL: http://jira.codehaus.org/browse/MRM-1
Project: Maven Repository Manager
Type: Bug
Components: repository-converter
Reporter: Brett Porter
Assigned to: John Casey
--
Thi
[ http://jira.codehaus.org/browse/MEV-8?page=comments#action_39773 ]
David Jencks commented on MEV-8:
Since there are non-sun freely available implementations of many of these specs
I would prefer to see the provenance (Sun) for these particular impleme
[ http://jira.codehaus.org/browse/MEV-8?page=comments#action_39772 ]
Trygve Laugstol commented on MEV-8:
---
I'd also like to see all of these under the "java." or
"javax." groupIds. With this it will follow our own guidelines for
groupId naming.
> Upl
[ http://jira.codehaus.org/browse/MEV-8?page=comments#action_39771 ]
Carlos Sanchez commented on MEV-8:
--
I'd like to see the APIs under the same group, something like "sun" for sun
created jars or "jcp" for jsrs, instead of having one group for each ap
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 2 (4 including POMs).
building file list ... done
jmock/distributions/
jmock/jars/
jmock/jars/jmock-2
[ http://jira.codehaus.org/browse/MEV-8?page=comments#action_39766 ]
Brett Porter commented on MEV-8:
I have done:
activation
javamail
jdo
jca
jdbc-stdext
jta
> Upload Sun POMs for non redistributable jars
>
[ http://jira.codehaus.org/browse/MEV-18?page=all ]
Brett Porter closed MEV-18:
---
Resolution: Fixed
renamed since the original pom was broken
> m2 activation pom should have groupid of jaf
>
>
> Key: M
[ http://jira.codehaus.org/browse/MAVEN-1609?page=all ]
Brett Porter updated MAVEN-1609:
Fix Version: 1.1-beta-1
> touchstone test with external entities in maven.xml fails
> -
>
> Key: MAV
[ http://jira.codehaus.org/browse/MNG-431?page=all ]
Brett Porter closed MNG-431:
Resolution: Duplicate
> Error check for old style pom dependency declarations
> -
>
> Key: MNG-431
>
touchstone test with external entities in maven.xml fails
-
Key: MAVEN-1609
URL: http://jira.codehaus.org/browse/MAVEN-1609
Project: maven
Type: Bug
Components: core
Versions: 1.1-beta-1
Environment
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050526.180704.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050526.180704.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
Try adding root under properties.
And if it works read http://maven.apache.org/faq.html#classloader-property
On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote:
> > Have you added the hsql driver jar to project.xml?
>
> Yep :
>
>
> hsqldb
> hsqldb
> 1.7
Have you added the hsql driver jar to project.xml?
On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote:
> > I think so, but probably the hsql server is not listening for
> > conections after tomcat is stopped.
>
> Right. Si I tried to configure it as a preGoal for tomcat:stop :
>
>
>
I think so, but probably the hsql server is not listening for
conections after tomcat is stopped.
On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote:
> 2005/5/26, Carlos Sanchez <[EMAIL PROTECTED]>:
> > You can write a Maven goal in maven.xml that issues the SHUTDOWN
> > command to the datab
Error check for old style pom dependency declarations
-
Key: MNG-431
URL: http://jira.codehaus.org/browse/MNG-431
Project: Maven 2
Type: Improvement
Versions: 2.0-alpha-2
Reporter: Hiram Chirino
had a
Author: jdcasey
Date: Thu May 26 14:12:06 2005
New Revision: 178691
URL: http://svn.apache.org/viewcvs?rev=178691&view=rev
Log:
added null checks for everything that's in the hashCode() method, to try to
avoid cryptic errors, at least until the xml validation improves.
Modified:
maven/compo
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 639735 bytes read 42 bytes 52
Setting relative path value to "maven.eclipse.output.dir" generates wrong
absolute classpath entry
--
Key: MPECLIPSE-92
URL: http://jira.codehaus.org/browse/MPECLIPSE-92
Project:
Dan
I'm new to maven + svn. I do have http access, so wondered if you could
help with command to issue?
I've tried:
maven -e scm:checkout-project -Dmaven.repo.local=h:\.maven\repository
-Dmaven.scm.url=scm:svn:http://svn.apache.org/repos/asf/maven/scm/trunk
And I am getting the following exce
It looks to me StarTeam does not like the default format of en_US
(M/d/yy h:mm a) and decide to change to "M/d/yy h:mm:ss a z" which is
the correct approach.
-D
On 5/26/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote:
> On Wed, May 25, 2005 at 08:59:23PM -0700, dan tran wrote:
> > Folks,
> >
> > s
http://docs.codehaus.org/display/MAVEN/IRC+Log+Design+Discussion+26+May+2005
There's about 3 hours worth there, and we got through half the topics.
All will be incorporated into the design docs, so there is no need to
trawl this unless you are particularly interested in the decision making
pro
[ http://jira.codehaus.org/browse/MNG-430?page=all ]
Anatol Pomozov updated MNG-430:
---
Attachment: artifact.patch
> NPE in repoclean
>
>
> Key: MNG-430
> URL: http://jira.codehaus.org/browse/MNG-430
> Project: Maven 2
NPE in repoclean
Key: MNG-430
URL: http://jira.codehaus.org/browse/MNG-430
Project: Maven 2
Type: Bug
Components: repository-tools
Versions: 2.0-alpha-3
Reporter: Anatol Pomozov
Attachments: artifact.patch
There was wrong logic in
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 639735 bytes read 42 bytes 12
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 639735 bytes read 42 bytes 31
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050526.080700.tar.gz
Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050526.080700.txt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
On Thu, 2005-05-26 at 16:32 +1000, Brett Porter wrote:
> Hi,
>
> Given the resounding mess that resulted from giving each plugin its own
> project in JIRA for m1, I'd like to propose the following for m2:
>
> - create a maven-plugins project
> - add new plugins as components
> - add a "component
We're there now, if anyone wants to join in. It is available over HTTP also:
http://irc.codehaus.org/
in
#maven.
Logs to follow.
- Brett
Brett Porter wrote:
Hello Maven folks,
We're about to finalise the major design tasks for Maven 2.0 so that
we can freeze the feature set and charge towar
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 14 (28 including POMs).
building file list ... done
./
last-sync.txt
org.apache.maven.scm/
org.apache
On Wed, May 25, 2005 at 08:59:23PM -0700, dan tran wrote:
> Folks,
>
> starteam history command ouput has unexpected date format
> which the default SimpleDateTimeFormat() not able to handle it
>
> here is a sample output
>
> History for: project.xml
> Description:
> Locked by:
> Status: Modifie
goal null after editing a project
-
Key: CONTINUUM-165
URL: http://jira.codehaus.org/browse/CONTINUUM-165
Project: Continuum
Type: Bug
Versions: 1.0-alpha-2
Reporter: Aleksander Blomskøld
If I go to the edit-page and pres
[ http://jira.codehaus.org/browse/MPDASHBOARD-26?page=all ]
Vincent Massol updated MPDASHBOARD-26:
--
Version: (was: 1.9)
1.8
> JUnit pass rate no longer showing
> -
>
> Key: MPDASHBOARD-26
>
JUnit pass rate no longer showing
-
Key: MPDASHBOARD-26
URL: http://jira.codehaus.org/browse/MPDASHBOARD-26
Project: maven-dashboard-plugin
Type: Bug
Versions: 1.9
Environment: Maven 1.0.2
Dashboard 1.9
Reporter: Wim Debla
[ http://jira.codehaus.org/browse/CONTINUUM-154?page=comments#action_39747
]
Trygve Laugstol commented on CONTINUUM-154:
---
This is probably related to using GET requests, POST should probably improve
this. But this issue is still something tha
Missing pom for servletapi:servlet:2.4
--
Key: MEV-19
URL: http://jira.codehaus.org/browse/MEV-19
Project: Maven Evangelism
Type: Bug
Reporter: Anatol Pomozov
Downloading:
http://repo1.maven.org/maven2/servletapi/servlet/2.4
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 5 (10 including POMs).
building file list ... done
activemq/distributions/
last-sync.txt
wrote 639006
[ http://jira.codehaus.org/browse/CONTINUUM-148?page=comments#action_39746
]
Trygve Laugstol commented on CONTINUUM-148:
---
Yes, I'm definitely +1 for using Wagon. Makes configuring username/passwords
and proxies very easy for users. It also ma
[ http://jira.codehaus.org/browse/MNG-359?page=all ]
Brett Porter closed MNG-359:
Fix Version: (was: 2.0-beta-1)
2.0-alpha-3
Resolution: Fixed
ok, based on comments it appears that allowing ".." in the modules section is
all t
Author: brett
Date: Thu May 26 01:40:05 2005
New Revision: 178621
URL: http://svn.apache.org/viewcvs?rev=178621&view=rev
Log:
PR: MNG-359
Allow .. in module names to support a flat layout for eclipse
Modified:
maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
[ http://jira.codehaus.org/browse/MNG-359?page=comments#action_39744 ]
J. Matthew Pryor commented on MNG-359:
--
The requirement is really simple. Eclipse does not allow projects to contain
other projects and I like having my master project POM acces
[ http://jira.codehaus.org/browse/MPCHANGELOG-47?page=all ]
Brett Porter updated MPCHANGELOG-47:
Fix Version: 1.8
Environment:
Windows XP
Maven 1.0
maven-changelog-plugin 1.7.1
scm:ssh:...
TortoiseCVS-1.8.3
was:
Windows XP
Maven 1.0
maven-chan
[ http://jira.codehaus.org/browse/MPCHANGELOG-62?page=all ]
Brett Porter updated MPCHANGELOG-62:
Fix Version: 1.8
Description:
The scm plugin uses developerConnection and the repositoryConnection but the
report plugins like changelog, file-activ
[ http://jira.codehaus.org/browse/MPSCM-53?page=all ]
Brett Porter updated MPSCM-53:
--
Fix Version: 1.5
> NullPointerException when setting checkout dir
> --
>
> Key: MPSCM-53
> URL: http://jira.c
[ http://jira.codehaus.org/browse/MPSCM-44?page=all ]
Brett Porter updated MPSCM-44:
--
Fix Version: 1.5
> Skip prompt for tag
> ---
>
> Key: MPSCM-44
> URL: http://jira.codehaus.org/browse/MPSCM-44
> Project: maven-scm-
[ http://jira.codehaus.org/browse/MPSCM-52?page=all ]
Brett Porter updated MPSCM-52:
--
Fix Version: 1.5
> scm:bootstrap fails on SVN project requiring username/password.
> ---
>
> Key: MPSC
[ http://jira.codehaus.org/browse/MPSCM-29?page=all ]
Brett Porter updated MPSCM-29:
--
Fix Version: (was: 1.6)
1.5
Environment:
> scm:cvs-update-project uses developer connection
>
>
[ http://jira.codehaus.org/browse/MNG-359?page=all ]
bryan hunt updated MNG-359:
---
Attachment: was5.1flatmavenstructure.zip
Hi there,
I've uploaded a sample project that shows how people working with
websphere/WSAD and also in general might want to structure
Stephane Nicoll wrote:
If you guys can afford one projet per plugin, I would suggest to go
that way.
I don't think we can afford to add any more, but we could probably reuse
the m1 plugins with new version identifiers... I'd just find that very
confusing as they are completely different, for
yes, I'll do it today
Thx
Arnaud
On 5/26/05, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> ok, I can reproduce. Stupid XML parsers.
>
> Can you file a JIRA?
>
> - Brett
>
> Arnaud HERITIER wrote:
>
> >I use a JDK 1.4.2 on Windows XP :
> >
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\t
If you guys can afford one projet per plugin, I would suggest to go
that way. Maybe, we can give differents rights to different people
(e.g. one project manager per plugin).
Have you thinked of Fix For Version? I agree with Vincent when he says
that plugins do not share the same dev/release lifecy
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: jeudi 26 mai 2005 08:33
> To: Maven Developers List
> Subject: JIRA proposal for plugins
>
> Hi,
>
> Given the resounding mess that resulted from giving each plugin its own
> project in JIRA for m1
Could you ex
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: jeudi 26 mai 2005 08:33
> To: Maven Developers List
> Subject: JIRA proposal for plugins
>
> Hi,
>
> Given the resounding mess that resulted from giving each plugin its own
> project in JIRA for m1
Could you ex
84 matches
Mail list logo