Those docs are in the process of being rewitten... they are sadly not what
they should be. AFAIK you will need GIT to get the latest core
distribution...

If you dont need latest, you can get the release tarballs...

And there is always the ability to get a .zip of the core source though
some magic via github


On 7 January 2013 14:12, Stadelmann Josef <
josef.stadelm...@axa-winterthur.ch> wrote:

> Thanks Steven,
>
> I assumed that! BUT are you saying that $ svn up .... does no longer work
> ...
> AND
> For me there is to say I do not have a "git" for OpenVMS yet,
> hence this circumstances will complicate my src update cycles,
> unless someone knows about a OpenVMS port of GIT!
>
> Are you further saying that maven trunk sources are no longer making it
> into the svn repo?
>
> in this case - reading at
> http://maven.apache.org/guides/development/guide-building-m2.html
> indicates that as alternative one can still use svn co ....
> but this has no value if this repo is not updated by developers.
>
>
> For my problem as work around ...
> I just copied the 2 missing files mvn and mvnDebug from the kit into
> m2_home/bin
> and then did
> OpenVMS> bash
> bash$ mvn -version
> Apache Maven 3.1-SNAPSHOT (rNON-CANONICAL_2013-01-07_12-07_STADELMA;
> 2013-01-07 12:07:04+0100)
> Maven home: /dka3/stadelma/apache-maven-3.1
> Java version: 1.6.0, vendor: Hewlett-Packard Company
> Java home: /DKA3/java_60/JRE
> Default locale: en, platform encoding: ISO8859-1
> OS name: "openvms", version: "v8.4", arch: "ia64", family: "openvms"
> bash$
>
> But I don't know why the maven build did not package this two files into
> my tar.gz or zip file.
>
> Josef
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com]
> Gesendet: Montag, 7. Januar 2013 14:56
> An: Maven Users List
> Betreff: Re: building from latest trunk
>
> Not an answer for you but an FYI: Maven trunk has moved to git
>
>
> On 7 January 2013 13:47, Stadelmann Josef <
> josef.stadelm...@axa-winterthur.ch> wrote:
>
> > Hi,
> >
> > I did
> > openVMS>
> > bash$ svn co trunk
> > bash$ mvn clean install
> > bash$
> >
> >  all the build steps indicates SUCCESS; lets do a cd and inspect
> >
> > bash$ cd
> > /dka3/.m2/repository/org/apache/maven/apache-maven/3.1-SNAPSHOT
> > bash$ ls -l
> > total 10205
> > -rwxr-x---   1 STADELMA 129       5206734 Jan  7 12:12
> > apache-maven-3.1-SNAPSHOT-bin.tar.gz
> > -rwxr-x---   1 STADELMA 129       5234859 Jan  7 12:12
> > apache-maven-3.1-SNAPSHOT-bin.zip
> > -rwxr-x---   1 STADELMA 129          1113 Jan  7 12:12
> > apache-maven-3.1-SNAPSHOT-site.xml
> > -rwxr-x---   1 STADELMA 129          5569 Jan  7 12:12
> > apache-maven-3.1-SNAPSHOT.pom
> > -rwxr-x---   1 STADELMA 129           316 Jan  7 12:12
> > maven-metadata-local.xml
> >
> > openVMS> copy apache-maven-3.1-SNAPSHOT-bin.tar.gz sys$login:
> > apache-maven-3.1-SNAPSHOT-bin.tar.gz
> > openVMS> set def sys$login
> > openVMS>bash
> > bash$ gnutar -vzxf apache-maven-3.1-SNAPSHOT-bin.tar.gz
> >
> > and I get the just built maven-3.1-snapshot installed
> >
> > BUT
> > Now I am facing one problem I've never seen before.
> > ***************************************************
> >
> > bash$ cd $HOME/apache-maven-3.1-SNAPSHOT bash$ ls -l total 13
> > -rwxr-x---   1 STADELMA 129           230 Jan  7 12:12 m2.conf
> > -rwxr-x---   1 STADELMA 129          6152 Jan  7 12:12 mvn.bat
> > -rwxr-x---   1 STADELMA 129          6306 Jan  7 12:12 mvnDebug.bat
> >
> > I am facing the following problem!
> > why was mvn and mvnDebug (the shell files) not packaged into my target
> > *tar.gz file?
> >
> > lets look at the sources
> >
> > openVMS> set def
> > DKA3:[SW-PROJEKTE.asf.maven.maven-3.trunk.apache-maven.src.bin]
> > bash$ ls -l
> > total 31
> > drwxr-x---   1 STADELMA 129           512 Oct 30 16:27 _svn
> > -rwxr-x---   1 STADELMA 129           222 Oct 30 16:27 m2.conf
> > -rwxr-x---   1 STADELMA 129          5807 Jan  7 11:28 mvn
> > -rwxr-x---   1 STADELMA 129          5955 Jan  7 11:28 mvn.bat
> > -rwxr-x---   1 STADELMA 129          5955 Jan  7 11:28 mvnDebug
> > -rwxr-x---   1 STADELMA 129          6106 Jan  7 11:28 mvnDebug.bat
> > -rwxr-x---   1 STADELMA 129          6115 Jan  7 11:28 mvnyjp
> >
> > bash$
> >
> > all there, just not packaged with my tar.gz and maybe .zip file
> >
> > any hints welcome
> > Josef
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to