The Maven build works for me so far within ECLIPSE.
Someone should check if it also works within NETBEANS and IDEA:
http://code.google.com/p/keytool-iui/issues/detail?id=3
@Emmanuel
The structure should be almost stable now. You can continue removing
the rest of the unused files.
Next step I'll start tomorrow is to create a Webstart version of the app:
http://code.google.com/p/keytool-iui/issues/detail?id=6
Cheers,
Michael
The shared source directory is not recognized by IntelliJ after parsing
the pom. I suggest simply merging the main and the shared trees (while
retaining the separate packages), there is no need to keep the code split.
Do you think you could add a plugin to execute the application from the
command line? With Ant I could simply type "ant run" to do this.
Emmanuel Bourg
Le 02/04/2011 17:50, michael-hamburg a �crit :
EB> Do you think you could add a plugin to execute the application from the
EB> command line? With Ant I could simply type "ant run" to do this.
No problem - I added a new plugin to the Maven pom.
You can now start the application from the command line:
mvn exec:exec
EB> The shared source directory is not recognized by IntelliJ after parsing
EB> the pom. I suggest simply merging the main and the shared trees (while
EB> retaining the separate packages), there is no need to keep the code split.
OK, it was not exactly clear what all the "shared" stuff actually
does. I removed the additional source/resource folders now.
Cheers,
Michael
Emmanuel Bourg
Le 03/04/2011 08:51, michael-hamburg a �crit :