Category Archives: Dong Shin

Dong Shin 11.02.2010

  • PPM enahancements
    • Create/Modify/Edit project now has multiple contact entries using ComboBox
      • saves single entry into projects table, more than 1 goes into separate relational tables – this is done to preserve the existing data
    • Project Management uses ComboBox ItemRenderers for the multiple contacts, single contact shows up as a label
    • added ItemRenderer for Total Budget
    • working on Project Mgmt event handling (Create, Edit, Copy, Delete, Refresh)
    • Added TabNavigator for Search and Filter

Dong Shin 11.01.2010

  • PPM enhancement
    • search functioning on Project Mgmt Panel
      • disables filter on search
      • still need to tie the buttons to other panels
    • added multiple contacts for Project Manager, Finance POC, Portfolio Mgr, Portfolio Admin
      • duplicates will be ignored
      • contacts in project table cannot be NULL! set it to ”
      • save works….

Dong Shin 10.25.2010

Dong Shin 10.23.2010

  • found old MvnAssist Feature and Site projects for deploying MvnAssist plugin
    • renamed it to MavenAssist
    • changed the feature information and plugin information to build 1.9.2.5
    • still have old site url and license information
  • fgmdev.com:8443 has plesk(?) running, need to remove it before re-configure!

Dong Shin 10.20.2010

Dong Shin 10.18.2010

  • downloaded and installed XAMPP on MacBook. It runs on port 80
  • added PreLoader to PPM – logo and download progress show
  • went over the current MvnAssist with Phil
  • more MvnAssist
    • removed flexArchetypeRepo and mvnAssistUrl from UserSetting
    • found a bug – removeChildren() in PomDom.java not working properly – fixed

Dong Shin 10.15.2010

  • more MvnAssist
    • fixed dependencies problem – show and add dependencies at top level project.dependencies, not all the dependency tags
    • removed settings.xml under ~/.m2 – conflicts with maven’s settings.xml
    • fixed repo url showing incorrect url

Dong Shin 10.14.2010

  • more MvnAssist
    • found that <dependency> gets inserted in the first found <dependencies>, not the top level <dependencies> – waiting on Phil’s fix
    • moved Create Project Tab after User Settings so that archetypeVersion shows correct one from User Settings
    • flexmojos dependency, compiler added with flexVersion from User Settings
    • matching compiler for Flex Framework
    • MvnAssist not catching flexmojos:flexbuilder errors – fixed (added more error checking)
    • Compared files on SVN, have the latest checked out. Phil needs to check in his fix.
    • fixed flexmojos putting incorrect Flex SDK info in .actionScriptProperties – use “Flex 4.0” instead of “Flex 4”

Dong Shin 10.13.2010

  • continue working on MvnAssist
    • commented out Phil’s new code for Flash Builder 4
    • reworked ExecParser’s file handling – get directory name if file is pom.xml
    • /usr/share/maven – mac’s maven directory
    • ‘\’ and ‘/’ conflict in path/filename
    • installed Maven 3.0 (just released! 10/8)
    • could not get FlexMojos 3.7.1 to work with MvnAssist – works fine with 3.8