Chad Berkley's activity
From 04/24/2009 to 05/23/2009
05/22/2009
- 12:25 PM Kepler Bug #4105 (Resolved): Make build system automatically build OS dependent modules
- There should be a way to tell the build system to automatically build (or not build) modules that are OS dependent so...
- 12:20 PM Kepler Bug #4104 (New): Need resource manager to handle objects in the resources directories
- This class should have static methods for accessing items in the modules' resources directory. This would allow reso...
05/20/2009
- 03:39 PM Kepler Bug #4093 (Resolved): allow kepler to use OS specific UI elements
- I've implemented an extension point in kepler to allow us to build OS specific UI tweaks into kepler without breaking...
05/19/2009
- 03:11 PM Kepler Bug #4067: Add "about" widget for kepler on the mac
- Thanks for the info, Matt. The icon is currently set in the plist file, and it shows up fine in the Finder, but not ...
- 10:43 AM Kepler Bug #4067: Add "about" widget for kepler on the mac
- It would also be nice to figure out how to make the kepler icon show up in the apple-tab list instead of a generic "e...
- 10:40 AM Kepler Bug #4067: Add "about" widget for kepler on the mac
- Possibly need to change a key/value in the Info.plist file, but that won't work for ant runs, only when Kepler is exe...
- 10:38 AM Kepler Bug #4067: Add "about" widget for kepler on the mac
- Found this:
http://developer.apple.com/documentation/Java/Reference/Java_PropertiesRef/Articles/JavaSystemProperties....
05/18/2009
- 11:07 AM Kepler Bug #4051: R - include R distribution in separate module
- R is now in it's own module and the installer can install it separately.
- 09:49 AM Kepler Bug #4082 (Resolved): New user guide section on modules/module manager
- Need to write a new section of documentation on modules and the module manager. Other sections need to be able to re...
- 09:48 AM Kepler Bug #4081 (Resolved): Rework Appendix B
- Rework Appendix B of the User Manual for the 2.0
release. - 09:47 AM Kepler Bug #4080 (Resolved): Rework Section 11
- Rework Section 11 of the User Manual for the 2.0
release. - 09:46 AM Kepler Bug #4079 (Resolved): Rework Section 10
- Rework Section 10 of the User Manual for the 2.0
release. - 09:45 AM Kepler Bug #4078 (Resolved): Rework Section 9
- Rework Section 9 of the User Manual for the 2.0
release. - 09:44 AM Kepler Bug #4077 (Resolved): Rework Section 8
- Rework Section 8 of the User Manual for the 2.0
release. - 09:44 AM Kepler Bug #4076 (Resolved): Rework Section 7
- Rework Section 7 of the User Manual for the 2.0
release. - 09:43 AM Kepler Bug #4075 (Resolved): Rework Section 6
- Rework Section 6 of the User Manual for the 2.0
release. - 09:42 AM Kepler Bug #4074 (Resolved): Rework Section 5
- Rework Section 5 of the User Manual for the 2.0
release. - 09:42 AM Kepler Bug #4073 (Resolved): Rework Section 4
- Rework Section 4 of the User Manual for the 2.0 release.
- 09:41 AM Kepler Bug #4072 (Resolved): Rework Section 3
- Rework Section 3 for the 2.0 release.
- 09:40 AM Kepler Bug #4071 (Resolved): Rework Section 2
- Rework Section 2 of the User Manual for the 2.0 release.
- 09:37 AM Kepler Bug #4070 (Resolved): Rework Section 1 and the GSG
- Rework Section 1 of the User Manual and the Getting Started Guide for the 2.0 release.
- 09:27 AM Kepler Bug #3976: Update Documentation for 2.0 release
- Thanks for volunteering, Jianwu. You've asked a good question, one that I hadn't thought of. I think we just need t...
05/15/2009
- 03:15 PM Kepler Bug #3976: Update Documentation for 2.0 release
- I finished going through all of the documentation in kepler-docs/outreach/documentation/working. I've made changes w...
05/14/2009
- 04:58 PM Kepler Bug #4013: Make sure duplicate jars are not included in the installer
- I wrote a build task to identify all duplicate jar files within the current suite. I identified many jar files that ...
- 03:43 PM Kepler Bug #4067 (Resolved): Add "about" widget for kepler on the mac
- after I changed kepler so it uses the native osx menu bar, there is now an "about kepler" menu item that uses a defau...
05/13/2009
- 11:59 AM Kepler Bug #4060: Copyrights need to be updated to 2009
- Updated the copyright.htm file as well as all of the source code that I could find a copyright statement in.
- 11:10 AM Kepler Bug #4065 (Resolved): Copy documentation into installer
- Make sure the installer includes the documentation from kepler-docs and that the links in the help menu work.
- 10:38 AM Kepler Bug #4013: Make sure duplicate jars are not included in the installer
- Duplicate jar list from Christopher:
bash-3.2$ find . -name "*.jar" -print | awk -F / '{print $NF}' | sort | uniq -c... - 10:37 AM Kepler Bug #4063: Kepler-1.XDev Installer is large
- The duplicate jar problem is in bug 4013. Thanks for getting a list though. I'll copy it over to that bug.
The rea... - 10:32 AM Kepler Bug #4064 (Resolved): remove r installer after installation is complete
- delete the file r/module-info/R-2.9.0* after installation of kepler and R is complete to save disc space.
05/05/2009
- 04:40 PM Kepler Bug #3949: Get the installer working with the new build system
- Added functionality to the installer build task that allows it to pull in custom packs from modules. To use this, pu...
05/04/2009
- 03:23 PM Kepler Bug #4017: Make sure module manager and installer work together wrt the classpath
- The module manager and installer both use the same bootstrapper to build the classpath. All build classes that launc...
- 03:14 PM Kepler Bug #3809: jni actors do not work
- JNI actors now work with both the installed and the ant-executed versions of kepler. The java.library.path is also a...
- 02:50 PM Kepler Bug #4052 (New): Should be able to store native libraries in a kar file
- A kar file should be able to contain native libraries needed for a given actor. These libraries should be loaded at ...
- 02:48 PM Kepler Bug #3074: Code library installation issues
- libraries can now be stored in the lib directory of any module. This should allow individual modules to be able to l...
- 10:34 AM Kepler Bug #3074: Code library installation issues
- Kepler no longer relies upon installation of dlls into system32. the path variable is changed at runtime and the dll...
- 10:32 AM Kepler Bug #3097: incorrect classpath in generated ptexecute.sh and momlexecute.sh
- Execution now pauses. Will break "- MoMLSimpleApplication does not filter Display actor or any GUI Kepler actors." i...
05/01/2009
- 03:30 PM Kepler Bug #3242: dlls should not go in c:/Windows/System32
- Fixed this by allowing the bootstrapper to modify the PATH env variable at runtime. While the java.library.path vari...
- 02:09 PM Kepler Bug #3242: dlls should not go in c:/Windows/System32
- After re-reading the jguru thread that christopher posted, I added common/lib to the PATH in windows and now there is...
- 02:00 PM Kepler Bug #3242: dlls should not go in c:/Windows/System32
- On windows XP, if the dlls are not in the System32 directory, I get the following error:
ptolemy.kernel.util.Illegal... - 01:08 PM Kepler Bug #2321: merge exp files into ptolemy CVS
- Just noticed something weird about this. If you draw a rubber-band box around the actors, the selection is shown, bu...
04/30/2009
- 09:33 AM Kepler Bug #4038: The first time ant change-to is run, it prints a stack trace
- I'm also seeing this behavior. It looks like it's trying to read the modules.txt file before it gets checked out.
04/29/2009
- 03:06 PM Kepler Bug #4035: MoMLSimpleApplication does not filter Display actor or any GUI Kepler actors.
- See bug 3097 for the provenance of this bug.
- 03:05 PM Kepler Bug #4035 (New): MoMLSimpleApplication does not filter Display actor or any GUI Kepler actors.
- When you run a -nogui kepler run, MoMLSimpleApplication should have the ability to filter some of the gui elements in...
- 03:03 PM Kepler Bug #3097: incorrect classpath in generated ptexecute.sh and momlexecute.sh
- Update:
>2. (from comment #6) pause before exiting when running with '-gui'.
I'm looking into this now. I'm not ex... - 02:56 PM Kepler Bug #3949: Get the installer working with the new build system
- Since R is now in its own module, the installer not only has to have the option to install R, but also to install the...
- 02:52 PM Kepler Bug #4034 (Resolved): "Invalid memory access" when running workflow from the command line
- When running even very simple workflows from the command line, Kepler fails with the following output. For some reas...
04/28/2009
- 11:58 AM Kepler Bug #4026: Bootstrapper will not run kepler in a directory with spaces
- This was actually a problem with the lib path, not the classpath. The classpath is handled internally by the Java an...
04/24/2009
- 04:46 PM Kepler Bug #3967: Unable to run java -jar kepler-trunk.jar with -nogui -nocache -runwf fullworkflowpath options
- There are now two ways to do this. On the installed version of kepler, you can use the kepler.sh or kepler.bat files...
- 04:44 PM Kepler Bug #3483: case sensitive Leopard install fails
- The installer is now performing a case-sensitive install and I have made sure to use correct case on all files being ...
- 04:42 PM Kepler Bug #3369: Kepler will not start (OS X 10.52) as JavaApplicationStub is not executable
- Fixed with the new installer code. The installer now makes sure that JavaApplicationStub is executable when it insta...
- 04:40 PM Kepler Bug #3949: Get the installer working with the new build system
- David created a bootstrapper that launches kepler and builds the classpath dynamically. The installer now makes full...
- 04:39 PM Kepler Bug #3097: incorrect classpath in generated ptexecute.sh and momlexecute.sh
- Created a new task 'ant startupScript' which generates 4 scripts to start kepler. kepler.sh, kepler.bat, kepler.exe ...
- 11:29 AM Kepler Bug #4026 (Resolved): Bootstrapper will not run kepler in a directory with spaces
- When the bootstrapper is run, it generates the classpath based on where the kepler directory is. If this location in...
Also available in: Atom