When editing the Java-Class of a DataClass within the Java-Perspective it seems that the corresponding Java-Code is not committed to a VCS. How does Ivy work here? Are the ivyClass-Files used to generate those on the fly?

asked 04.08.2015 at 14:52

Nikel%20Weis's gravatar image

Nikel Weis
(suspended)
accept rate: 57%


Yes the .ivyClass files will generate the .java source in src_dataClasses. So it's good practice to ignore the content of this directory in a source versioning system

link

answered 04.08.2015 at 15:49

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 04.08.2015 at 15:50

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×52

Asked: 04.08.2015 at 14:52

Seen: 1,809 times

Last updated: 04.08.2015 at 15:50