Activity
From 08/29/2012 to 09/27/2012
09/24/2012
- 03:56 PM Bug #5629: Mac DMG installer should have better background and license agreement
- since kepler version 30754, kepler mac installer (dmg file) will have a readme.html and license.txt. Users can check ...
09/21/2012
- 02:38 PM Bug #5279: HSQL databases use default account
- I've updated org.kepler.util.sql.HSQL to generate a password for the HSQL databases. The password is stored in a text...
09/20/2012
- 09:38 PM Bug #5659: Kepler CaseGraphFrame and CaseGraphTableau have duplicated Ptolemy code.
- One option would be to move more of the KeplerGraphFrame features in to BasicGraphFrame.
> CaseGraphFrame would hav... - 04:26 PM Bug #5659: Kepler CaseGraphFrame and CaseGraphTableau have duplicated Ptolemy code.
- One solution is to move as much of the duplicated code as possible into static methods. There would still need to be ...
- 03:44 PM Bug #5650: actors LidarWorkflowExecute and load WorkflowExecute have duplicated code
- I took another look at these three classes and found that WorkflowExecute and ModelService are almost a subset of Lid...
- 10:39 AM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- The changes are done based on comment 11. The bug is fixed at kepler version 30712 and ptolemy version 64693.
09/19/2012
- 04:21 PM Bug #5712: illegal option chmod error during Kepler startup
- Yes, this is caused by the call on line 104 of tagging/src/org/kepler/module/tagging/Initialize.java.
- 03:53 PM Bug #5712: illegal option chmod error during Kepler startup
- In org.kepler.ssh.LocalExec, copyFile() calls chmod --reference. This option does not exist on Mac. I bet this method...
- 04:18 PM Bug #5489: Module Manager GUI should fail gracefully if a remote module cannot be downloaded
- Ok I tried Jianwu's scenario is comment4 and got the new error alert, so that works. "Downloading" messages still app...
- 03:59 PM Bug #5489: Module Manager GUI should fail gracefully if a remote module cannot be downloaded
- Re: comment6, this was likely caused by having 0-sized zip files in my trunk kepler.modules checkout. Last night I fo...
- 04:17 PM Bug #5716 (Resolved): Module Manager should only print Downloading messages when actually downloading
- When switching to a suite using the MM, don't print Downloading messages when downloads don't occur because the user ...
- 11:36 AM Bug #5715 (New): Actor Reference documentation
- this doc hasn't changed since 2.0, but in 2.4, many actors are visible for the first time. So we might need to update...
- 11:34 AM Bug #5714 (Resolved): user manual documentation for 2.4.
- This documentation has 10 sections and 385 pages. It has to be split into sub-tasks.
- 11:31 AM Bug #5713 (Resolved): getting-started-guide documentation for Kepler 2.4
- This documentation has around 50 pages and 8 Sections. It might need be split into more sub-tasks.
09/18/2012
- 05:29 PM Bug #5489: Module Manager GUI should fail gracefully if a remote module cannot be downloaded
- First I just tried to test downloading kepler-2.3.0 from kepler trunk, but now I just instantly get a bunch of Downlo...
- 05:14 PM Bug #5489: Module Manager GUI should fail gracefully if a remote module cannot be downloaded
- it works for me at version 30710. re-assign Derik to test.
- 05:20 PM Bug #5712 (Resolved): illegal option chmod error during Kepler startup
- Today during startup of trunk I started noticing this message on mac 10.8.1:
[run] Building Kars...
[... - 04:30 PM Bug #5711 (Resolved): post release process cheatsheet
- Post release process notes, even if incomplete and sketchy, for others to see.
- 04:04 PM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- after discussion, we will go with comment 11.
- 04:01 PM Bug #5650: actors LidarWorkflowExecute and load WorkflowExecute have duplicated code
- Check the deprecated tags, they should say why the actor was deprecated and
there should be FIXMEs that say where the... - 02:01 PM Bug #5259: kepler/util/src/util/LineReader.java should be updated to match Ptolemy sources
- I removed the Kepler LineReader since it does not appear in the actor tree.
- 12:02 PM Bug #5259: kepler/util/src/util/LineReader.java should be updated to match Ptolemy sources
- The Kepler version does contain this bug.
I'd like to remove the Kepler duplicate, but it needs a more detailed looki... - 12:45 PM Bug #5690: problems with updateActorDocs
- 1) I think the LSID revision should get incremented whenever the actor changes to make it easier (still not easy enou...
- 12:29 PM Bug #5690: problems with updateActorDocs
- 2) I fixed it so that the port names to match the name returned by Port.getName(). (It was already doing this for par...
- 11:56 AM Bug #5691: parameter choices are not saved
- If I add choices to a parameter in a workflow, I would like those choices available the next time I open the workflow...
- 11:41 AM Bug #5651: WebService, WebServiceStub and MessageBasedWebService have duplicate code
- I marked WebServiceStub and MessageBasedWebService as deprecated: Use org.sdm.spa.WebService or org.sdm.spa.WSWithCom...
09/17/2012
- 09:44 PM Bug #5662: resurgence ArrayAccumulator is a duplicate of Ptolemy ArrayAccumulate
- These actors do different things. Kepler's was poorly named; I renamed ArrayAccumulator to Array To String, added the...
- 08:58 PM Bug #5652: Geon Scp and spa Ssh2Exec have duplicate code.
- I marked these two files with FIXME notes at r30698:
Log:
Add FIXME note to these files about duplicate code that sho... - 08:36 PM Bug #5653: Geon ArrayContains is a duplicate of a Ptolemy actor
- Kepler already uses the Ptolemy version of ArrayContains. The implementations were essentially identical. I removed ...
- 08:21 PM Bug #5654: Geon ArrayRemoveElement is a duplicate of a Ptolemy actor
- I compared these two in code and in a test workflow, and the kepler version provides the same behavior, so I've remov...
- 06:27 PM Bug #5656: sdm spa StringConst is a duplicate of a Ptolemy actor
- I've deleted this actor at r30694 because it wasn't even in the tree, and the only thing special about it seemed to b...
- 06:03 PM Bug #5680: after inline save, demo workflow disappears from tree
- I'm not seeing them disappear now at r30693. Initially I did see the problem with the saved workflow appearing at the...
- 01:00 PM Bug #5642: Kepler should have access to the ShowTypes attribute
- I reopening this, the bug is that the ShowTypes attribute is not labeled
when it is dragged in the canvas inside Kepl... - 12:09 PM Bug #5642: Kepler should have access to the ShowTypes attribute
- I'm tentatively closing this bug. If people feel strongly that the default behavior of this actor should be that the ...
- 11:46 AM Bug #5648: FileCopier code duplication
- Closed by r30689. Duplicate code removed and call to such code was replaced to a call to the canonical file copier im...
09/14/2012
- 09:22 PM Bug #5701: CT was removed, demo workflows need to be updated
- I updated ct2continuous so that it handles converting
./workflows/demos/SEEK/Elk_Wolf.xml
./workflows/demos/SEEK/Logi... - 04:12 PM Bug #5701: CT was removed, demo workflows need to be updated
- I removed the CT Director and Integrator from the actor tree, and changed the icon for the Continuous Integrator.
I ... - 05:37 PM Bug #5650: actors LidarWorkflowExecute and load WorkflowExecute have duplicated code
- Why are all three deprecated?
Shouldn't two be marked deprecated with tags that suggest using the third?
For example... - 04:36 PM Bug #5650: actors LidarWorkflowExecute and load WorkflowExecute have duplicated code
- I marked all three as deprecated.
- 02:24 PM Bug #5657: kepler moml FileAttribute should probably be a FileParameter
- I removed FileAttribute.java since it was probably never used. I checked Kepler 1.0 and https://code.kepler-project.o...
- 02:22 PM Bug #5649: opendap/{DapObjectsToToken,TokenManager,TypeManager} are almost identical
- I removed DapObjectsToToken.java and DapObjectsToType.java since they were no longer referenced.
09/13/2012
- 05:50 PM Bug #5485: standalone Module Manager can break Kepler app ability to startup
- I updated the Module Manager to look at the selected suite before it exits. If it doesn't look like Kepler will start...
09/12/2012
- 09:40 PM Bug #5637: composite window size & position not always saved
- The system works as designed. Marking models dirty because of changes
to the composite windows is incorrect because ... - 09:34 PM Bug #5637: composite window size & position not always saved
- I'm repopening this because the change results in the user being
prompted to save the model while exiting when all th... - 09:31 PM Bug #5188: closing workflow does not save the location change of popup display windows.
- I'm closing this as a won't fix because the system works as designed.
I suppose this could be opened as a low-priori... - 09:30 PM Bug #5188: closing workflow does not save the location change of popup display windows.
- I'm reopening this because I'm going to back out the change to
actor/gui/WindowPropertiesAttribute.java that was savi... - 04:40 PM Bug #5485: standalone Module Manager can break Kepler app ability to startup
- Jianwu and I figured out how to reproduce this problem:
1. start Kepler, run Module Manager, change to 2.3 suite
Thi... - 04:32 PM Bug #5489: Module Manager GUI should fail gracefully if a remote module cannot be downloaded
- At version 30650, kepler now throws and checks exception if the url is not accessible. It will popup a dialogue about...
- 11:00 AM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- Hi Christopher, you are right. Either setting FiringCountLimit of Const actor to be 2, or setting blockSize of Repeat...
09/11/2012
- 11:03 PM Bug #4953: Remote Components category sticks around sometimes
- Currently if I search the kepler library for "grow", right-click download the growingDegreeDays.kar, then click the C...
- 07:20 PM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- ptolemy-repeat-actor-in-PN at
http://bugzilla.ecoinformatics.org/attachment.cgi?id=434
will work if the FiringCountL... - 02:11 PM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- I updated the all four workflows. I'll update Kepler repeat actor documentation and re-target it to 2.X.
- 02:05 PM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- Could you add the sdf/lib/Repeat PN test case as an attachment?
I'll take a look and possibly fold it in to the Ptole... - 01:57 PM Bug #5655: sdm spa Repeat is a duplicate of a Ptolemy actor
- I dig more into the two actors and found more differences:
1) sdf/lib/Repeat works with SDF, not PN (no output with ... - 02:43 PM Bug #5680: after inline save, demo workflow disappears from tree
- I checked in a fix; reassigning to Derik to check.
09/10/2012
- 04:58 PM Bug #5677: SDF Iterations now defaults to AUTO
- The xml is updated at version 30616. Printed documentation will be updated along with bug 5625.
09/07/2012
- 11:29 AM Bug #5700: after getting an actors patch, actor changes won't be visible to user until .kepler is removed
- Issue a test 2.4.0 release, launch it, instantiate an actor and take a look at it.
Change the actor in code and relea... - 11:03 AM Bug #5688: library not working in kepler trunk in windows7
- Looks good, closing.
- 10:58 AM Bug #5694: Dragging from a port results in a NPE
- I fixed the issue in comment4.
I think Dan knows better the details on the original issue, which I think is no longer... - 10:54 AM Bug #5702: GUI bug - Initial actor port positioning is wrong
- I'm no longer seeing this. A ptolemy change must have fixed it...
Dan can you replicate anymore? - 10:27 AM Bug #5703: GUI bug - Deleting an Actor with connected port causes a diamond relation to be created.
- Fixed by Edward:
I've checked in a change that I hope fixes the problem we were
chasing today. The cause is interes... - 09:26 AM Bug #5633: Actor/Attribute Search/Find Facility needs menu choices
- When a search is done in the workflow outline, the tree is expanded to show the matching items. However, adding a hig...
08/31/2012
- 07:50 PM Bug #5703: GUI bug - Deleting an Actor with connected port causes a diamond relation to be created.
- The problem is reproducible after this change:
2012-08-18 17:08 eal
* [r64430] /trunk/ptolemy/actor/Manager.java,
... - 04:27 PM Bug #5703: GUI bug - Deleting an Actor with connected port causes a diamond relation to be created.
- I think I was wrong about what causes this, more to follow.
- 04:20 PM Bug #5703: GUI bug - Deleting an Actor with connected port causes a diamond relation to be created.
- I think is caused by one of these changes:
2012-08-23 21:43 eal
* [r64468] /trunk/diva/canvas/interactor/BasicGra... - 01:49 PM Bug #5703 (Resolved): GUI bug - Deleting an Actor with connected port causes a diamond relation to be created.
- In the last week or so I've begun seeing a few GUI anomalies on trunk. One is:
Deleting an actor with a connected ... - 01:51 PM Bug #5702: GUI bug - Initial actor port positioning is wrong
- Dan notes he's been seeing this a lot in actor documentation frames (see attachement). Note how the parameters also o...
- 01:37 PM Bug #5702 (Resolved): GUI bug - Initial actor port positioning is wrong
- In the last week or so I've begun seeing a few GUI anomalies on trunk. One is:
Actor port positioning isn't correc... - 01:47 PM Bug #5701: CT was removed, demo workflows need to be updated
- I updated the demos to use Continous.
The affected demos were
./workflows/demos/getting-started/02-LotkaVolterraPreda... - 01:13 PM Bug #5701 (Resolved): CT was removed, demo workflows need to be updated
- The CTDirector and associated actors were removed:
----------
Author: cxh
Date: 2011-07-26 14:55:43 -0700 (Tue, 26...
08/30/2012
- 09:37 PM Bug #5681: Tracking bug for sensor-view-0.9.0 release testing
- Released. Closing.
- 09:00 PM Bug #5681: Tracking bug for sensor-view-0.9.0 release testing
- I made a KSP page:
https://kepler-project.org/users/add_on_modules/kepler-sensor-platform-and-sensor-view
Going to r... - 05:34 PM Bug #5681: Tracking bug for sensor-view-0.9.0 release testing
- Moving to 1.x.y target.
- 06:09 PM Bug #5684: Add warning to archiving workflow that it must be run on one machine to not produce overlapping datasets
- I added the warning at r30585.
- 05:34 PM Bug #5684: Add warning to archiving workflow that it must be run on one machine to not produce overlapping datasets
- Moving to 1.x.y target.
- 06:03 PM Bug #5583: Sensor Simulator controllable through Kepler
- Changing to enhancement for making it easier (built in gui in kepler) to launch simulator.
This is less critical now ... - 05:34 PM Bug #5583: Sensor Simulator controllable through Kepler
- Moving to 1.x.y target.
- 05:57 PM Bug #5683: archiveDataturbineDataToMetacat.kar can fail with an IOException on win7 and XP
- I included jing's two changes into the branches at r30470 and r30432.
- 05:34 PM Bug #5683: archiveDataturbineDataToMetacat.kar can fail with an IOException on win7 and XP
- Moving to 1.x.y target.
- 05:34 PM Bug #5686: datasets produced by archiveDataturbineDataToMetacat workflow show samples 'sliding' in time
- Moving to 1.x.y target.
- 05:34 PM Bug #5685: data isn't always chunked properly
- Moving to 1.x.y target.
- 05:34 PM Bug #5202: update existing site layout with span changes
- Moving to 1.x.y target.
- 05:34 PM Bug #5675: new ProgressMeter demo workflows give errors when opening in sensor-view-0.9.0
- Moving to 1.x.y target.
- 05:34 PM Bug #5363: spanTodt performance
- Moving to 1.x.y target.
- 05:34 PM Bug #5679: the workflows in sensor-view should be resaved beneath sensor-view-0.9.0 so users aren't prompted to force open them
- Moving to 1.x.y target.
- 05:34 PM Bug #5377: DataTurbine actor fetch time outs (blockTimeout param not used?)
- Moving to 1.x.y target.
- 05:34 PM Bug #5341: Belkin f5u409 usb=>serial dongle periodically stops working
- Moving to 1.x.y target.
- 05:34 PM Bug #5678: growingDegreeDays workflow at kepler repository has type resolve error
- Moving to 1.x.y target.
- 05:01 PM Bug #5633: Actor/Attribute Search/Find Facility needs menu choices
- Feel free to refactor the methods in SearchResultsDialog into BasicGraphFrame.
Note that there is this method in Basi... - 04:47 PM Bug #5633: Actor/Attribute Search/Find Facility needs menu choices
- I added a search panel for the workflow outline.
It'd be nice if clicking on the results highlighted the actors on t...
08/29/2012
- 09:44 PM Bug #5587: long parameter values get replaced with scrollbar
- This is fixed.
I added code to Query:
protected static void _textAreaSetRowsAndRepackParent(JTextArea textArea,
... - 08:27 PM Bug #5587: long parameter values get replaced with scrollbar
- The problem is that JTextArea should not be used when there is just a single
line and no scroll bar.
http://docs.ora... - 08:29 PM Bug #5659: Kepler CaseGraphFrame and CaseGraphTableau have duplicated Ptolemy code.
- I'm reassigning this to Dan.
There has to be a better way to do this than to duplicate a bunch of code. - 08:21 PM Bug #5457: Mac OS X: Kepler.app should display module error messages in a window
- This is fixed.
How I checked is by creating an installer:
ant make-mac-installer -Dversion=2.4.0001
Then installin...
Also available in: Atom