Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - crepuscule31

Pages: [1]
1
General Board / Re: Source code engineering in batch mode
« on: September 17, 2014, 08:47:53 pm »
It works now... I wonder why it didn't work before !

Very thank you for your help.

2
General Board / Re: Source code engineering in batch mode
« on: September 17, 2014, 08:43:42 pm »
The model is already very trivial as it is the model generated by EA when selecting "New Model" with just "Class" selected in Model Wizard.


3
General Board / Re: Source code engineering in batch mode
« on: September 17, 2014, 07:38:08 pm »
Yes, the manual generation works fine.

For information, my code is the following :

Code: [Select]
           Repository repository  = new Repository();
            
            Project project = repository.GetProjectInterface();
            
            String guidXML = project.GUIDtoXML("{A8917EA3-6FDE-42cf-A30E-1E061647082A}");
                        
            boolean b = project.GeneratePackage(guidXML,
                        "recurse=1;overwrite=1;dir=C:\\SDE");
            System.out.println(b);
            
            System.out.println("Repository exit...");
            r.Exit();

4
General Board / Re: Source code engineering in batch mode
« on: September 17, 2014, 07:00:41 pm »
I find project.GUIDtoXML that converts a GUID to the expected format.

Well.

But, the generation still does not work. GeneratePackage returns false and nothing is generated.

Does a log file exist ?
Any idea ?

5
General Board / Re: Source code engineering in batch mode
« on: September 17, 2014, 06:20:41 pm »
Ok, thank you.
The problem is that I don't understant the format of the first argument that is "the GUID in XML format". What does that mean ?

I have tried some things like:
 -     "{42CC2FBC-522F-4110-9B62-10E907D03DF3}"
 - <guid>{42CC2FBC-522F-4110-9B62-10E907D03DF3}</guid>
- 42CC2FBC-522F-4110-9B62-10E907D03DF3
- ...

But nothing works.

Do you know the exact format for the GUID argument ?

Thank you  :)

6
General Board / Source code engineering in batch mode
« on: September 10, 2014, 06:10:43 pm »
Hi,

   Is it possible do generate source code in batch mode, without a graphical interface, so that it can be integrated to a continous integration ?

  Thanks

7
Automation Interface, Add-Ins and Tools / MDG Integration Eclipse 64 bits
« on: September 10, 2014, 05:48:57 pm »
Hello,

    Do you plan to release a MDG integration Eclipse for 64 bits architecture ? I only find a 32 bits version that is not compatible when running Eclipse on Java 8 64 bits.

    Thank you for your response.


Pages: [1]