Yep it's another great advertisement for Axapta-run websites ;)

Perfect Programming's version control tool is worth a look.  We are
using it on a large development project at the moment, modified to be
integrated with an in-house task/issue management module as well.  The
build functionality is very useful for formalising your code transfer
(eg development to acceptance/live environments) procedures.  We have
made a lot of tweaks for our own purposes, but even as-it-comes it's
definitely worth "checking out" :)

Andrew Jones


--- In [email protected], "Mayle, Michael"
<[EMAIL PROTECTED]> wrote:
>
> I am going to say that the programming is not so perfect (joke, I
think...) You can get to the page by navigating to it from the front
page, but the link fails if you go directly there.
>

>
>
> The page cannot be displayed
>
>       
> There is a problem with the page you are trying to reach and it
cannot be displayed.
>
>   _____ 
>
> Please try the following:
>
> *      Click the Refresh <_javascript_:location.reload()>  button, or try
again later.
> *      Open the www.perfectprogramming.com.au
<http://www.perfectprogramming.com.au>  home page, and then look for
links to the information you want.
>
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>   _____ 
>
>
> Technical Information (for support personnel)
>
> *      Error Type:
>       AxaptaCOMConnector.Axapta.1 (0x80042041)
>       Error executing code: WebApplication object not initialised. Stack
trace: \Classes\WebApplication\SetProp \Classes\WebSession\ParseArgs -
line 36
>       /en-au/i_axapta.asp, line 4
> *      Browser Type:
>       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
> *      Page:
>       GET /en-au/default.asp
> *      Time:
>       20 January 2006, 01:14:37
> *      More information:
>       Microsoft Support
<http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&ID=500;100&cat=AxaptaCOMConnector%2EAxapta%2E1&os=&over=&hrd=&Opt1=&Opt2=%2D2147213247&Opt3=Error+executing+code%3A+WebApplication+object+not+initialised%2E%0A%0AStack+trace%3A%0A%5CClasses%5CWebApplication%5CSetProp%0A%5CClasses%5CWebSession%5CParseArgs+%2D+line+36%0A>

>

>

>
> -----Original Message-----
> From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Wright
> Sent: Thursday, January 19, 2006 7:43 AM
> To: [email protected]
> Subject: RE: RE : [development-axapta] Axapta programming version
control
>

>

>
> Perfect Programming in Australia have had this module for a number
of years...
>

>
>
http://www.perfectprogramming.com.au/en-au/default.asp?WMFN=VC&WMFT=D&WPG=PPProducts&WPPPTopMenu=4&WPPPProducts=1
>

>

>

>

>

>
> -----Original Message-----
>
> From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of byteway_so
>
> Sent: Thursday, 19 January 2006 6:05 PM
>
> To: [email protected]
>
> Subject: Re: RE : [development-axapta] Axapta programming version
control
>

>
> Hi,
>

>
> To my knowledge there are two business partners that have a
sollution based on (Axapta 3.0) microsoft visual source safe. These
>
> are: http://www.g-s.com.au and the other is http://www.watermark-
europe.com Both sollutions work more or less the same: axapta objects
are first exported as text file, then the axapta objects are locked (when
>
> edited) or unlocked (when checked in).
>
> The way vss is interfaced with is also not that hard to understand,
you can find more about this in the msdn from microsoft.
>
> I would not spend to much time on it though, microsoft eventually
will provide a means to cover this.
>

>
> /b
>

>

>

>

>
> --- In [email protected], "morx999" <[EMAIL PROTECTED]>
>
> wrote:
>
> >
>
> > I searched a Tool which can checkin an Axapta project. The checkin
>
> > should export each Axapta object (only if modified) as a file and
>
> > checkin in the version control tool.
>
> >
>
> > I made my own interface for a version control tool in Axapta (...
>
> for
>
> > cvs) because I've had nothing found.
>
> >
>
> > It was quite difficult because of some unsupported handlings in
>
> > projectnode.
>
> >
>
> > The interface seems now to function:
>
> > - export only a definition of a project to a single file
>
> > - export an Axapta project with each directory on a filesystem (to
>
> a
>
> > project directory with subdirectories)
>
> > - export and checkin objects to version control system (only if
>
> modified)
>
> > - ...
>
> >
>
> > Best regards,
>
> >
>
> > Daniel
>
> >
>
> > --- In [email protected], "Steeve Gilbert"
>
> > <[EMAIL PROTECTED]> wrote:
>
> > >
>
> > > Hi Andrew,
>
> > >
>
> > >   It seems like finding information on version control for
>
> Axapta is
>
> > a hard task.  I've started taking a look around and it seems that
>
> > there are very few products.  Beside NextInnovation, I've seen
>
> > axSource in the add-in catalogue but it isn't supported anymore.
>
> I'm
>
> > starting to believe no one use version control in Axapta world.  I
>
> > don't recall seeing a post like "We use that version control system
>
> > and it's working great... bla..."
>
> > >
>
> > > Regards,
>
> > >
>
> > > Steeve...
>
> > >
>
> > >
>
> > > -----Message d'origine-----
>
> > > De : [email protected]
>
> > [mailto:[EMAIL PROTECTED] De la part de Andrew
>
> Staples
>
> > > Envoyé : 27 décembre 2005 13:57
>
> > > À : [email protected]
>
> > > Objet : [development-axapta] Axapta programming version control
>
> > >
>
> > > Hello,
>
> > >
>
> > > We have several developers working on Axapta modifications, some
>
> > internal,
>
> > > some outsourced.  We're looking for version control software
>
> that works
>
> > > within Axapta.  PerfectProgramming out of Australia had such a
>
> > product, but
>
> > > it looks like their website is down.  Has anyone used their
>
> > software, or are
>
> > > there recommendations for other products?  There is also a
>
> product
>
> > (seems
>
> > > like it is in beta) called Axapta Source Code Management at
>
> > > nextinnovation.dk....has anyone used this product?   Or have you
>
> > integrated
>
> > > with 3rd party programs to manage your development efforts?
>
> > >
>
> > > Thanks,
>
> > >
>
> > > Andrew
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > > 
>
> > > Yahoo! Groups Links
>
> > >
>
> >
>

>

>

>

>

>

>

>

>

>

>
> Yahoo! Groups Links
>

>

>

>

>

>

>

>

>

>

>

>

>
> Yahoo! Groups Links
>

>
>     http://groups.yahoo.com/group/development-axapta/
>

>
>     [EMAIL PROTECTED]
>

>
>     http://docs.yahoo.com/info/terms/
>

>

>

>

>
>
>
> [Non-text portions of this message have been removed]
>









SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to