Missing java classes
I followed all the instructions in "DeveloperGuide" and when I import the draft kunagi not I get the folder src / main / java / scrum with all java classes. Do you have idea why could this be?
Here are two pictures that show that the classes are in your folders:
subefotos.com/ver
subefotos.com/ver
Pero cuando voy a "eclipse" la carpeta "java" no aparece:
The project is open and functioning properly:
subefotos.com/ver
subefotos.com/ver
Thanks for your time.
Best regards
Lucas
Status
Issue is closed.
Comments
Fri, Jun 29, 2012, 17:19 by Witek (SM,T)
Sorry, but I realy don't understand your problem. Are you looking for the compiled .class files? In the newest code thease are compiled into build/webapp/WEB-INF/classes
.
The root directory with .java source files is src/main/java
. scrum
is the root package for our project. Eclipse hides src/main/java
in the project view, because it is declared as java source directory.
Hope, this helps. If not, please try to explain exactly what you are missing. Especially use the terms "java source files" or "java .class files" instead of "java classes".