On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote:
Ok, I can see why that would fail. Can you file an issue?
http://jira.codehaus.org/browse/MNG-2529
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Ok, I can see why that would fail. Can you file an issue?
- Brett
On 25/08/2006, at 12:43 PM, Hilco Wijbenga wrote:
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote:
What JDK / OS are you using?
blackdown-jdk-1.4.2.03 / GNU/LInux
Regardless, you have a successful Maven installation.
Y
On 8/24/06, Brett Porter <[EMAIL PROTECTED]> wrote:
What JDK / OS are you using?
blackdown-jdk-1.4.2.03 / GNU/LInux
Regardless, you have a successful Maven installation.
Yeah, I figured as much.
Cheers,
Hilco
-
To unsubsc
What JDK / OS are you using?
Regardless, you have a successful Maven installation.
- Brett
On 25/08/2006, at 12:22 PM, Hilco Wijbenga wrote:
Almost there!
The only thing that seems to be failing is one of the integration
tests:
it0063... FAILED
- Standard Out -
Command: /home/mav
Almost there!
The only thing that seems to be failing is one of the integration tests:
it0063... FAILED
- Standard Out -
Command: /home/maven/bin/maven/current/bin/mvn -e --no-plugin-registry
--batch-mode -Dmaven.repo.local=/home/maven/.m2/repository clean:clean
package
- Standard E
For now, yes.
- Brett
On 24/08/2006, at 3:50 PM, Hilco Wijbenga wrote:
Mmmh, it's being installed to M2_HOME/../maven-2.1-SNAPSHOT instead of
simply M2_HOME. This is to avoid overwriting a previous installation?
Obviously, M2_HOME/../maven-2.1-SNAPSHOT/bin is not in $PATH... Am I
required to
Mmmh, it's being installed to M2_HOME/../maven-2.1-SNAPSHOT instead of
simply M2_HOME. This is to avoid overwriting a previous installation?
Obviously, M2_HOME/../maven-2.1-SNAPSHOT/bin is not in $PATH... Am I
required to use an M2_HOME that ends with "maven-2.1-SNAPSHOT"?
On 8/23/06, Hilco Wijb
Hi,
On 8/23/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote:
You probably have a settings.xml with
~/.m2/repository
in there.
Yup, that was the problem.
After about a dozen tries I seem to have a successful build ...
however ... Maven doesn't get installed so the integration tests all
fail. I
Hi,
You probably have a settings.xml with
~/.m2/repository
in there.
The ~ is not expanded, so you should find a '~' directory in the same
directory where you ran bootstrap.sh.
Replace ~ with the full path to your home dir and you're good to go.
-- Kenney
Anyone
itself again anyway.
It seems cleaner to use bootstrap.sh. Then again, if you prefer people
not use it then perhaps the possibility simply should not exist?
It does have a purpose, just that it is probably not necessary if you
are able to preinstall a binary version of Maven. It depends on
On 8/22/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote:
Maybe you could try building maven setting the property
maven.online=false such that build does not try to download artifacts
from remote repos.
$> export MAVEN_OPTS=-Dmaven.online=false
$> sh bootstrap.sh
I tried this and i
rectory. Running bootstrap.sh results in the exact
same error as before.
However, installing Maven first is not cheating. I think it should be
the recommended way for building Maven unless you have a reason to
need to start from scratch. All the bootstrap does is build a
functional Maven, then use that
"Hilco Wijbenga" <[EMAIL PROTECTED]> writes:
> Anyone?
Maybe you could try building maven setting the property
maven.online=false such that build does not try to download artifacts
from remote repos.
$> export MAVEN_OPTS=-Dmaven.online=false
$> sh bootstrap.sh
(assume
't think I've skipped any steps in "Guide to Building Maven 2.0".
I also tried the bootstrap.sh in maven-2.0.x with the exact same
result.
Perhaps I'm on the wrong mailing list? Or is this part of my
initiation? ;-) You are not going to make me cheat by first installing
M
Anyone?
Am I missing something obvious? Shouldn't this just work? Why doesn't
this "bootstrap" directory exist in the repositories?
I don't think I've skipped any steps in "Guide to Building Maven 2.0".
I also tried the bootstrap.sh in maven-2.0.x with th
ho $PATH
:/home/maven/bin/maven/current/bin
But executing "sh bootstrap.sh" gets me
[EMAIL PROTECTED] ~/maven/components $ sh bootstrap.sh
Exception in thread "main"
org.apache.maven.bootstrap.download.DownloadFailedException: Failed to
download dependency:
Dependency[org.apache
Author: brett
Date: Mon May 16 03:28:44 2005
New Revision: 170353
URL: http://svn.apache.org/viewcvs?rev=170353&view=rev
Log:
PR: MAVEN-1392
upgrade to CLI 1.0
Modified:
maven/maven-1/core/trunk/bootstrap.sh
maven/maven-1/core/trunk/project.xml
maven/maven-1/core/trunk/src/java
Author: brett
Date: Sat Apr 30 23:43:44 2005
New Revision: 165464
URL: http://svn.apache.org/viewcvs?rev=165464&view=rev
Log:
fix script for cygwin
Modified:
maven/maven-1/core/trunk/bootstrap.sh
Modified: maven/maven-1/core/trunk/bootstrap.sh
URL:
http://svn.apache.org/viewcvs/maven/m
Author: brett
Date: Sat Apr 30 23:40:06 2005
New Revision: 165461
URL: http://svn.apache.org/viewcvs?rev=165461&view=rev
Log:
fix script for non-cygwin
Modified:
maven/maven-1/core/trunk/bootstrap.sh
Modified: maven/maven-1/core/trunk/bootstrap.sh
URL:
http://svn.apache.org/viewcvs/m
Author: brett
Date: Sat Apr 30 21:43:31 2005
New Revision: 165458
URL: http://svn.apache.org/viewcvs?rev=165458&view=rev
Log:
add a simple script to bootstrap with, wrapping ant
Added:
maven/maven-1/core/trunk/bootstrap.sh (with props)
Modified:
maven/maven-1/core/trunk/ (p
jvanzyl 2004/06/03 11:30:23
Modified:maven-core m2-bootstrap.sh
Log:
o check to make sure mboot is in the path
Revision ChangesPath
1.3 +6 -0 maven-components/maven-core/m2-bootstrap.sh
Index: m2-bootstrap.sh
jvanzyl 2004/06/03 11:21:05
Modified:maven-core m2-bootstrap.sh
Log:
o add check for MBOOT_HOME
Revision ChangesPath
1.2 +3 -0 maven-components/maven-core/m2-bootstrap.sh
Index: m2-bootstrap.sh
jvanzyl 2004/06/01 14:31:06
Added: maven-core m2-bootstrap-all.sh m2-bootstrap.sh
m2-core-plugins.txt
Removed: maven-core bootstrap-all.sh bootstrap.plugins bootstrap.sh
Log:
o changing names to make some scripting stuff easier
Revision Changes
brett 2004/05/27 20:23:35
Modified:maven-core bootstrap.sh
Log:
bootstrap needs to clean target directory.
This should be done for others as well, which I'll look at doing and testing later
Revision ChangesPath
1.14 +1 -0 maven-components/maven
jvanzyl 2004/05/27 10:28:21
Modified:maven-core bootstrap.sh
Log:
o pass in the pom to the plugin artifact generation mechanism
Revision ChangesPath
1.13 +3 -3 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
jvanzyl 2004/05/26 19:53:33
Modified:maven-core bootstrap.sh
Log:
o generate resources straight into target/classes for now. better than
checking them in.
Revision ChangesPath
1.12 +2 -2 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
jvanzyl 2004/05/26 19:36:05
Modified:maven-core bootstrap.sh
Log:
o plugin.jelly needs to be generated in the base directory, not in
plugin-resources.
Revision ChangesPath
1.11 +1 -1 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
jvanzyl 2004/05/26 19:35:02
Modified:maven-core bootstrap.sh
Log:
o generate the jelly harness
o generate the bean adapter
Revision ChangesPath
1.10 +6 -1 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
jvanzyl 2004/05/07 11:06:49
Modified:maven-core bootstrap.sh
Log:
o starting to separate plexus requirements from maven requirements in order
to create a realm structure like:
[core]
^
[core.app]
^
[core.app.maven]
Which will essentially allow the
jvanzyl 2004/04/12 13:21:48
Modified:maven-core bootstrap.sh
Log:
o we need to install the parent plugin model before the plugins can
be built when we are starting from scratch
Revision ChangesPath
1.5 +7 -0 maven-components/maven-core/bootstrap.sh
jvanzyl 2004/04/12 12:07:32
Modified:maven-core bootstrap.sh
Log:
o fixing references to MAVEN_HOME and changing to M2_HOME so we can run
v1 and v2 together side by side.
Revision ChangesPath
1.4 +7 -7 maven-components/maven-core/bootstrap.sh
Index
jvanzyl 2004/04/10 12:18:35
Modified:maven-core bootstrap-all.sh bootstrap.sh
Log:
Revision ChangesPath
1.2 +17 -17maven-components/maven-core/bootstrap-all.sh
Index: bootstrap-all.sh
jvanzyl 2004/04/09 21:57:28
Modified:maven-core bootstrap.sh
Log:
Revision ChangesPath
1.2 +1 -2 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
===
RCS file: /home/cvs
jvanzyl 2004/03/11 12:30:39
Modified:maven-core bootstrap.sh
Log:
Revision ChangesPath
1.5 +0 -1 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
===
RCS file: /home/cvs
evenisse2004/02/13 13:22:12
Modified:maven-core .cvsignore bootstrap.sh
Log:
Fix build on windows.
Revision ChangesPath
1.2 +1 -0 maven-components/maven-core/.cvsignore
Index: .cvsignore
evenisse2004/02/13 07:18:07
Modified:maven-core bootstrap.sh
Log:
Fix some stuff for windows users.
Revision ChangesPath
1.3 +7 -7 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
jvanzyl 2004/01/07 20:41:23
Modified:maven-core bootstrap.sh
Log:
o let the whole bootstrap go
Revision ChangesPath
1.2 +0 -2 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
37 matches
Mail list logo