GEGlobalResearch / DARPA-ASKE-TA1

ANSWER Project to demonstrate knowledge-driven extraction of scientific models from code and texts
Other
7 stars 5 forks source link

Move to SADL 3.3 development #119

Closed crapo closed 4 years ago

crapo commented 4 years ago

@kittaakos , I think there is work to be done here as well?

kittaakos commented 4 years ago

I know, I am working on it.

crapo commented 4 years ago

While your at it, can you make it so that the update site has a version 1.0.0-? (The zip file created in update currently just says something like 1.0.0-SNAPSHOT.

kittaakos commented 4 years ago

:+1: Of course, I will make that change.

kittaakos commented 4 years ago

can you make it so that the update site has a version 1.0.0-?

It's done. See the output 👇

[INFO] Reactor Summary:
[INFO] 
[INFO] DARPA-ASKE ......................................... SUCCESS [  0.003 s]
[INFO] DARPA-ASKE Dependencies ............................ SUCCESS [  0.702 s]
[INFO] DARPA-ASKE Core .................................... SUCCESS [ 35.032 s]
[INFO] DARPA-ASKE IDE ..................................... SUCCESS [  3.538 s]
[INFO] DARPA-ASKE UI ...................................... SUCCESS [  2.766 s]
[INFO] DARPA-ASKE Tests ................................... SUCCESS [  3.091 s]
[INFO] DARPA-ASKE UI Tests ................................ SUCCESS [  2.011 s]
[INFO] DARPA-ASKE Eclipse Feature ......................... SUCCESS [  0.064 s]
[INFO] DARPA-ASKE p2 Update Site .......................... SUCCESS [  7.882 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:17 min
[INFO] Finished at: 2020-04-30T09:36:22+02:00
[INFO] Final Memory: 237M/721M
[INFO] ------------------------------------------------------------------------
akos.kitta@Akoss-MacBook-Pro com.ge.research.sadl.darpa.aske.dialog.parent % ls -al ./com.ge.research.sadl.darpa.aske.dialog.update/target
total 229624
drwxr-xr-x  10 akos.kitta  staff        320 Apr 30 09:36 .
drwxr-xr-x   6 akos.kitta  staff        192 Apr 30 09:36 ..
-rw-r--r--   1 akos.kitta  staff        350 Apr 30 09:36 category.xml
-rw-r--r--   1 akos.kitta  staff  113946706 Apr 30 09:36 com.ge.research.sadl.darpa.aske.dialog-2.2.1.202004300735.zip
-rw-r--r--   1 akos.kitta  staff        213 Apr 30 09:36 local-artifacts.properties
drwxr-xr-x   4 akos.kitta  staff        128 Apr 30 09:36 p2agent
-rw-r--r--   1 akos.kitta  staff        100 Apr 30 09:36 p2artifacts.xml
-rw-r--r--   1 akos.kitta  staff      77575 Apr 30 09:36 p2content.xml
drwxr-xr-x   9 akos.kitta  staff        288 Apr 30 09:36 repository
drwxr-xr-x   3 akos.kitta  staff         96 Apr 30 09:36 targetPlatformRepository
akos.kitta@Akoss-MacBook-Pro com.ge.research.sadl.darpa.aske.dialog.parent % 

I could install the Dialog feature onto the top of the SADL, and RCE.

Screen Shot 2020-04-30 at 09 50 45 Screen Shot 2020-04-30 at 09 50 55 Screen Shot 2020-04-30 at 09 51 07 Screen Shot 2020-04-30 at 09 51 38


I tried the rename/refactoring feature locally; it worked. Here is the PR: https://github.com/GEGlobalResearch/DARPA-ASKE-TA1/pull/120

kittaakos commented 4 years ago

@crapo, I am going to remove the unused com.ge.research.sadl.darpa.aske.dialog.target project. (#13) It caused confusion a couple of times.

crapo commented 4 years ago

I think this is done.