- PPM enhancements
- added ComboBox renderer to people fields in Project Mgmt panel
- reworked Project Mgmt Panel’s filter and search to work with people ComboBox
- added separate reset/filter for filtering projects
- working on Comments for projects
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
- Create/Modify/Edit project now has multiple contact entries using ComboBox
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….
- search functioning on Project Mgmt Panel
Dong Shin 10.29.2010
- continue working on ProjectMgmtPanel
- Filter ComboBoxes – Project ID, Project Name, People, Services
Dong Shin 10.28.2010
- chased down incorrect funding amount display….
- resized the form item to show
- changed all int to Number – int has the max of 2147483647…..
- working on ProjectMgmtPanel
Dong Shin 10.27.2010
- noticed that XAMPP’s MySQL runs on port 8889 – not using XAMPP anymore
- configured MAMPP to use port 80 and HTTPS
- PPM
- allows incomplete project save
- incomplete projects marked red in project selection and INCOMPLETE
Dong Shin 10.25.2010
- still trying to remove plesk from fgmdev.com so that the port 8443 can be freed up
- MvnAssist
- modified copyright and license (BSD) information – FGM, Inc.
- published the plugin to http://mavenassist.sourceforge.net/updates/ and http://mavenassist.sourceforge.net/downloads
- checked in Feature and Site projects to https://mavenassist.svn.sourceforge.net/svnroot/mavenassist/trunk – MavenAssist Feature and MavenAssist Site
- new PPM features request!
- details at Phil’s blog
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.21.2010
- JUnit and TestNG
- ftp to sourceforge
- sftp gvr4wd,mavenassist@frs.sourceforge.net
- added Calendar plugin to Visibility Blogs
- cleaned up MavenAssist code and added comments
Dong Shin 10.20.2010
- More MvnAssist
- no way to spawn Terminal process with a command in Mac without extensive work
- changed ExecParser.exec2() so that cmd window results shown in a separate window in Windows and Mac shows the results in Console
- added validations for Settings.
- created account on SourceForge.net for MavenAssist
- changed all references of edgeti to fgm
- checked in initial version to sourceforge.net to
- may need to add plugin projects to
- remove svn from project
- find <path to top directory> -name .svn -exec rm -rf {} ;
Dong Shin 10.19.2010
- MvnAssist
- removed Update button – Add/Delete saves dependencies to the pom file directly
- all fields in Settings are now editable
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

You must be logged in to post a comment.