
By the way, I am a doctor since tuesday (July 1st 2008) ![]()
Archive for the “English” CategoryContent in english
By the way, I am a doctor since tuesday (July 1st 2008)
Jun
17
2008
Glassfish installer: now with more Windows integrationPosted by: Julien in English, IzPack, JavaThe IzPack Glassfish installer has just been updated. It now provides a deeper integration on Windows systems. Shortcuts to asadmin, the update center and the uninstaller are now created in the start menu hierarchy: The Windows Add / Remove Software settings box will also display an icon for the Glassfish installation: Lastly, the installer was generated from a snapshot of the IzPack Subversion trunk. Oh and I forgot one more thing: the Glassfish installer has been downloaded at least 1326 times in May I am a big fan of JIRA, a nice and powerful issues tracker that was created by the aussies at Atlassian. Part of the reason why IzPack joined Codehaus is that they provide a first-class infrastructure for their projects that includes a JIRA instance. One thing that is highly important when you manage a JIRA project is to take some time to set-up a customized dashboard. A customized dashboard is extremely helpful to have some stats on your project and don’t loose a bit of information on important issues. Leave an issue without at least an acknowledgment that someone took notice of it and your project will get a bad reputation quickly by making unhappy users. Here is an overview of my dashboard for IzPack at Codehaus: The first piece of information that I like to have is a roadmap and progress bars for the upcoming releases. Just below it a created vs resolved issues graph gives me an overview of where we are going with the project handling of issues. There will always be more issues created than resolved, but what is important is to measure how the gap between them evolves over time. I then put some fancy graphs regarding the issues. They are nice to have and certainly useful. On the right hand of my dashboard I keep a list of important issues. Those views play a highly critical role in my case.
As I am still learning JIRA, feel-free to drop suggestions on how I could be even more efficient with it Building Glassfish v3 from its Subversion trunk is relatively easy. The first thing to do is to create an account on Java.net, else you won’t be able to perform any checkout. I believe that it is sufficient, but thing is you will be prompted for a user name and password by your Subversion client… Next, you should point to the Glassfish-SVN project on Java.net, not to the regular Glassfish project as it uses CVS, and everyone knows how painful CVS can be (Subversion is not perfect either, especially on merges or tracking of upstream vendor branches…). Checkout a fresh copy of the trunk:
svn checkout https://glassfish-svn.dev.java.net/svn/glassfish-svn/trunk/v3 \
glassfish-v3-trunk --username YOUR_JAVANET_USERNAME
What you get is a bunch of Maven projects. The organization of the v3 repository is well done. For a comparison, go and have a look at the v2 one which embeds a lot of stuff that should not be under version control like Javadocs… The next step is of course to grab and install Maven if you don’t have it on your local machine. You could go straight with Maven and build Glassfish, but there are a few caveats.
Building Glassfish is easy, from the root of your trunk checkout, just launch the Maven mvn install package -Dmaven.test.skip=true The build may take a while, especially as Maven has to download a lot of plugins and dependencies. Once this is done, you can find a zipped image of Glassfish in (your-trunk)/distributions/glassfish/target/glassfish-10.0-SNAPSHOT.zip . Hopefuly one day the Maven build will call the nice IzPack Maven plugin that our new developer Dan Tran contributed You can then easily test Glassfish: unzip glassfish-10.0-SNAPSHOT.zip cd glassfish java -jar modules/glassfish-10.0-SNAPSHOT.jar Have fun hacking Glassfish!
Jun
06
2008
SourceForge 2008 Community Choice AwardsPosted by: Julien in English, Geeking, IzPack, JavaYou can now nominate IzPack in the SourceForge 2008 Community Choice Awards in the category “Best Tool or Utility for Developers”: We need your votes BTW: IzPack is not a SourceForge project, but the awards are open to non-SourceForge projects. |