From xace to ecf

6 messages Options
Embed this post
Permalink
Heiko Gering

From xace to ecf

Reply Threaded More More options
Print post
Permalink
Is there an easier way to get an ecf file from xace then editing?
The background is, that I'm going to use the goanna library, especially the
SOAP interface, but goanna only provides xace files.

Regards
Heiko

Emmanuel Stapf

RE: From xace to ecf

Reply Threaded More More options
Print post
Permalink
> Is there an easier way to get an ecf file from xace then editing?

You should be able to get an Ace file (the former format) from the XACE file and
then EiffelStudio will convert it into an ECF file.

Regards,
Manu

------------------------------------------------------------------------  
Eiffel Software
805-685-1006
http://www.eiffel.com       
Customer support: http://support.eiffel.com       
User group: http://groups.eiffel.com/join       
------------------------------------------------------------------------  
Heiko Gering

Invalid ecf file

Reply Threaded More More options
Print post
Permalink
In reply to this post by Heiko Gering
Thank you Manu,
I'll try that. But I run into another problem.
While trying to compile the goanna library with the precompilation wizard I
get an goanna.ecf file not valid error. The formal xml notation seems to be
ok and the defined libraries are all installed. What else I can check?

Regards
Heiko

Emmanuel Stapf

RE: Invalid ecf file

Reply Threaded More More options
Print post
Permalink
Note that goanna has an ECF file at:

https://svn.origo.ethz.ch/goanna/trunk/goanna/library/goanna.ecf

As for the error, it should give you the location of the error or an error message
explaining the error.

Manu

> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]] On Behalf Of Heiko Gering
> Sent: Thursday, October 01, 2009 11:16 AM
> To: [hidden email]
> Subject: [eiffel_software] Invalid ecf file
>
> Thank you Manu,
> I'll try that. But I run into another problem.
> While trying to compile the goanna library with the precompilation wizard
> I
> get an goanna.ecf file not valid error. The formal xml notation seems to
> be
> ok and the defined libraries are all installed. What else I can check?
>
> Regards
> Heiko
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

------------------------------------------------------------------------  
Eiffel Software
805-685-1006
http://www.eiffel.com       
Customer support: http://support.eiffel.com       
User group: http://groups.eiffel.com/join       
------------------------------------------------------------------------  
Heiko Gering

Re: Invalid ecf file

Reply Threaded More More options
Print post
Permalink
Hi Manu,
I've found goanna.ecf and use it. I've tried ec -precompile -config
goanna.ecf. The message is: This projekt contains no compileable target.
I thought that  <target name="goanna"> is the name of the target. Maybe I
misunderstood something, but GOBO contains  <target name="gobo"> and it
precompiles.
What should I check else?

Thanks and regards
Heiko


----- Original Message -----
From: "Emmanuel Stapf [ES]" <[hidden email]>
To: <[hidden email]>
Sent: Thursday, October 01, 2009 8:55 PM
Subject: RE: [eiffel_software] Invalid ecf file


> Note that goanna has an ECF file at:
>
> https://svn.origo.ethz.ch/goanna/trunk/goanna/library/goanna.ecf
>
> As for the error, it should give you the location of the error or an error
> message
> explaining the error.
>
> Manu
>

Emmanuel Stapf

RE: Invalid ecf file

Reply Threaded More More options
Print post
Permalink
> I've found goanna.ecf and use it. I've tried ec -precompile -config
> goanna.ecf. The message is: This projekt contains no compileable target.
> I thought that  <target name="goanna"> is the name of the target. Maybe I
> misunderstood something, but GOBO contains  <target name="gobo"> and it
> precompiles.
> What should I check else?

To precompile goanna and need to make sure that ANY is specified as the root
class, this is what is meant by the error message.

Regards,
Manu

------------------------------------------------------------------------  
Eiffel Software
805-685-1006
http://www.eiffel.com       
Customer support: http://support.eiffel.com       
User group: http://groups.eiffel.com/join       
------------------------------------------------------------------------