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.
Very thank you for your help.
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.
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();