Yeah I tried running 3.4.0 on it and was greeted with a nice error message,
had to roll back to 3.3

Thanks,
Tim

On Tue, Jun 7, 2016 at 1:38 PM, Munagala Ramanath <r...@datatorrent.com>
wrote:

> Also, last I looked, the sandbox was still 3.3.1
>
> Ram
>
> On Tue, Jun 7, 2016 at 1:29 PM, Timothy Farkas <
> timothytiborfar...@gmail.com
> > wrote:
>
> > Thanks Ram, will take a note.
> >
> > Tim
> >
> > On Tue, Jun 7, 2016 at 1:27 PM, Munagala Ramanath <r...@datatorrent.com>
> > wrote:
> >
> > > The archetype command for each version is in the file
> > > *apex-app-archetype/README.md*
> > > file of the appropriate branch. Here is the script I currently use:
> > >
> > > *#!/bin/bash*
> > >
> > > *#v='3.4.0'*
> > > *v='3.5.0-SNAPSHOT'*
> > > *mvn archetype:generate -B \*
> > > *  -DarchetypeGroupId=org.apache.apex \*
> > > *  -DarchetypeArtifactId=apex-app-archetype \*
> > > *  -DarchetypeVersion="$v" \*
> > > *  -DgroupId=com.example \*
> > > *  -Dpackage=com.example.myapexapp \*
> > > *  -DartifactId=myapexapp \*
> > > *  -Dversion=1.0-SNAPSHOT*
> > >
> > > Ram
> > >
> > > On Tue, Jun 7, 2016 at 1:20 PM, Timothy Farkas <
> > > timothytiborfar...@gmail.com
> > > > wrote:
> > >
> > > > Ah Thanks Ram. I did a quick google for the archetype, and this came
> up
> > > >
> > > > https://github.com/apache/apex-core/tree/master/apex-conf-archetype
> > > >
> > > > I then blindly copied the command, which is for config packages.
> Silly
> > me
> > > > :). Do you have a link to the correct apa archetype command for
> future
> > > > reference?
> > > >
> > > > Thanks,
> > > > Tim
> > > >
> > > > On Tue, Jun 7, 2016 at 1:15 PM, Munagala Ramanath <
> r...@datatorrent.com
> > >
> > > > wrote:
> > > >
> > > > > Tim,
> > > > >
> > > > > Are you building a config package by any chance, since that builds
> an
> > > > *apc*
> > > > > file.
> > > > > Can you post the exact archetype command you ran ?
> > > > >
> > > > > I just ran the archetype command for 3.4.0 and 3.5.0-SNAPSHOT and
> it
> > > > built
> > > > > an *apa* just as it always does.
> > > > >
> > > > > Ram
> > > > >
> > > > > On Tue, Jun 7, 2016 at 12:44 PM, Timothy Farkas <
> > > > > timothytiborfar...@gmail.com> wrote:
> > > > >
> > > > > > Hi All,
> > > > > >
> > > > > > I noticed that the new project template generates a apc, doesn't
> > seem
> > > > to
> > > > > > launch in the sandbox I just downloaded. Can I get some hints
> about
> > > > what
> > > > > > version works with what, and what the differences between an apc
> > and
> > > > the
> > > > > > old apa are?
> > > > > >
> > > > > > Thanks!
> > > > > > Tim
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to