Samples*, not sames :)

On 5/19/05, dave buhler <[EMAIL PROTECTED]> wrote:
Hi Alex,

Let me try again when I get home from the office.

I'm confused about the purpose behind the SWC. As I understand it, and stop me if I'm wrong, the SWC is the compiled Cairngorm framework. The following code...

    <!-- run this task to move cairngorm to you webapp -->
    <target name="get_cairngorm" description="copies over Cairngorm source" >
        <copy todir="${dest_webapp}/WEB-INF/flex/user_classes/" overwrite="false">
            <fileset dir="${cairngorm}">
                <include name="**/*cairngorm.swc"/>                               
            </fileset>
        </copy>
        <copy todir="${dest_webapp}/WEB-INF/flex/" overwrite="false">
            <fileset dir="${cairngorm}">
                <include name="**/*cairngorm-manifest.xml"/>                               
            </fileset>
        </copy>
    </target>

... includes the cairngorm-manifest and the SWC. The cairngorm-manifest.xml points to the framework classes, which seems redundant to me.

I was also confused about where the 'build' folder is placed within the directory to be executed. Do 'bin' and 'build' reside on the root of the directory structure similar to:

--build
--bin
--org
--+nevis
---+---+cairngorm

I'm not sure where bin goes with its respective cairngorm-manifest.xml file and cairngorm.swc. In the sames files, bin doesn't exist. I'm missing something :)

Dave


On 5/19/05, Alex Uhlmann < [EMAIL PROTECTED]> wrote:
Hi Dave,


have you made sure your config.xml contains

<namespace uri="http://www.iterationtwo.com/cairngorm" >
<manifest>/WEB-INF/flex/cairngorm- manifest.xml</manifest>
</namespace>

,you have a cairngorm-manifest.xml file and most importantly, you've restarted your server?


Best,
Alex

--
Alex Uhlmann
Software Engineer
iteration::two



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ]On Behalf Of dave buhler
Sent: 19 May 2005 09:14
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Cairngorm 0.99


I have the same issue with the Login example:


Error /org/nevis/cairngorm/samples/login/business/Services.mxml:22
Namespace http://www.iterationtwo.com/cairngorm has not been associated with component manifest.






On 5/19/05, Hans Omli <[EMAIL PROTECTED]> wrote:
I'm having a similar issue.  After changing db_path in
/WEB-INF/classes/store.cfg to an absolute path, I get:

Error: Unresolved compilation problems:
        The import org.apache.commons cannot be resolved
        The import org.apache.commons cannot be resolved
        log cannot be resolved
        log cannot be resolved
        log cannot be resolved
        log cannot be resolved
        log cannot be resolved
        log cannot be resolved
        Log cannot be resolved to a type
        LogFactory cannot be resolved

Could be an issue with the way I have the Tomcat project configured in
Eclipse.  Will dig deeper into this in the morning.



-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Steven Webster
Sent: Wednesday, May 18, 2005 7:10 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Cairngorm 0.99

Hi there,

Can you zip up your webapp directory (removing flex.war/etc) on JRun and
email it privately to me offlist, and we'll take a look.

On the login sample, you should have seen a result or a fault come back over
the wire ... what was the case ?

Have you tried starting/stopping the appserver ?

I'm sure it's something simple.

Best,

Steven

> -----Original Message-----
> From: flexcoders@yahoogroups.com
> [mailto: flexcoders@yahoogroups.com ] On Behalf Of violabg2002
> Sent: 18 May 2005 15:04
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Cairngorm 0.99
>
> Hi Steven
>
> changed the store.cfg paht to
> db_path=c:\\cairngormstore\\db\\  but same problem.
>
> I have
>
> "h commons-lang-1.0.1.jar
> "h commons-logging-1.0.4.jar
> "h hsqldb.jar
> "h log4j-1.2.8.jar
>
> in the Flex\jrun4\servers\default\cairngormstore\WEB-INF\lib
> directory.




Yahoo! Groups Links











Yahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/







Yahoo! Groups Links

Reply via email to