soi-toolkit / soi-toolkit-google-code

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Add support for Mule Studio 1.3.1 #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is told to show up in neartime, April/May, with support for a graphical data 
mapper. Seems very important to support as soon as possible...

Original issue reported on code.google.com by magnus.l...@gmail.com on 6 Apr 2012 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by magnus.l...@gmail.com on 6 Apr 2012 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by magnus.l...@gmail.com on 6 Apr 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Move open v0.5.1 issues to v0.6.0, since the next release will be v0.6.0 and 
not v0.5.1.

Original comment by magnus.l...@gmail.com on 26 Jul 2012 at 4:34

GoogleCodeExporter commented 9 years ago
We need to take CE vs EE editions into consideration...

Original comment by magnus.l...@gmail.com on 26 Jul 2012 at 9:51

GoogleCodeExporter commented 9 years ago
* mule-project.xml filen har en MuleCE/EE versions beroende property: 
    runtimeId="org.mule.servers.3.3.0.CE

* Mule Studio CE v1.3 skapar ett nytt attribut i mule config filer: 
    version="CE-3.3.0"
Behöver vi bry oss om det?

* Vi har inte med så mycket doc:name attribut i våra mule-config filer, är 
det ett problem eller fungerar defaultvärden bra?

* Skapandet av .project filer (mha mvn eclipse:eclipse) måste anpassas så att 
de oxå skapar en muleBuilder enligt:
        <buildCommand>
            <name>org.mule.tooling.core.muleBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>

Original comment by magnus.l...@gmail.com on 27 Jul 2012 at 8:09

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1678.

* Added muleBuilder to the creation of .project files
* Upgraded the runtimeId - attribute in mule-project.xml files to: 
"org.mule.servers.3.3.0.CE"

Original comment by magnus.l...@gmail.com on 27 Jul 2012 at 8:28

GoogleCodeExporter commented 9 years ago
Seems like it works fine under Mule Studio CE and Mule Studio EE has no problem 
importing CE projects and adjusting namespace settings for EE and so on.

So let's close this issue for now.

Original comment by magnus.l...@gmail.com on 5 Sep 2012 at 8:07

GoogleCodeExporter commented 9 years ago
Ok, so 1.3.1 was just released :-)
Let's reopen this one and verify it against 1.3.1 instead.

Original comment by magnus.l...@gmail.com on 7 Sep 2012 at 5:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1739, r1740 and r1741.

Removed use of mule-app.properties, we use ${artifactId}-config.properties
+ override file instead

Original comment by magnus.l...@gmail.com on 25 Sep 2012 at 6:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r1744.

1. Creates mflow file in the flows folder for the src/main/app/*-common-xml file
2. Creates a mappings folder since mule studio does so.

Original comment by magnus.l...@gmail.com on 27 Sep 2012 at 8:35

GoogleCodeExporter commented 9 years ago
That completes the work on this issue :-)

Original comment by magnus.l...@gmail.com on 27 Sep 2012 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by magnus.l...@gmail.com on 2 Oct 2012 at 8:53