Thanks a lot for you reply.
I did this on a new Flex/Java project (I created a new project to try
to find out what's the error, because I did not get it working in my
real project)
mvn archetype:create -DgroupId=com.domain.myproject -
Dartifactid=myproject
The App.java is under
myproject -> src -> main -> java -> com -> domain -> myproject ->
App.java
If I do a "run as -> Java application" in Eclipse, I get the error:
"Launch error: Selection does not contain a main type"
What should I do after "mvn archetype:create ..." to get it working?
I tried to change the Java Build Path of the sources, because it is
set to
-> myproject/src (myproject is the name of my project)
Does someone has an idea?
Best Regards PHANTOMIAS
Am 11.06.2010 um 16:14 schrieb Wayne Fay:
Now, what should I do next? Copy all Java files (source and JUnit
tests)
from src/ into the directory in which App.java is located?
And all of my JUnit / DbUnit tests into the folder in which
AppTest.java is
located?
Seems like a reasonable first step.
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]