-
Notifications
You must be signed in to change notification settings - Fork 1
/
MULE-README.txt
79 lines (49 loc) · 2.34 KB
/
MULE-README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
WELCOME
=======
Congratulations you have just created a new Mule project!
This wizard created a number of new classes and resources useful for new Mule
projects. Each of the created files contains documentation and _todo_ items
where necessary. Here is an overview of what was created.
./pom.xml:
A maven project descriptor that describes how to build this project. If you
enabled this project for the MuleForge, this file will contain additional
information about the project on MuleForge.
./assembly.xml:
A maven assembly descriptor that defines how this project will be packaged when
you make a release.
TESTING
=======
This project also contains test classes that can be run as part of a test suite.
-----------------------------------------------------------------
./src/test/java/hackaton/hackaton/HackatonTestCase.java
This is an example functional test case. The test will work as is, but you
need to configure it to actually test your code. For more information about
testing see: http://www.mulesoft.org/documentation/display/MULE3USER/Functional+Testing.
-----------------------------------------------------------------
./src/test/resources/hackaton-functional-test-config.xml
Defines the Mule configuration for the HackatonTestCase.java.
ADDITIONAL RESOURCES
====================
Everything you need to know about getting started with Mule can be found here:
http://www.mulesoft.org/documentation/display/MULE3INSTALL/Hello,+Mule!
For information about working with Mule inside and IDE with maven can be found here:
http://www.mulesoft.org/documentation/display/MULE3INSTALL/Setting+Up+Eclipse+for+Use+with+Maven
Remember if you get stuck you can try getting help on the Mule user list:
http://www.mulesoft.org/email-lists
Also, MuleSoft, the company behind Mule, offers 24x7 support options:
http://www.mulesoft.com/enterprise-subscriptions-and-support
Enjoy your Mule ride!
The Mule Team
--------------------------------------------------------------------
This project was auto-generated by the mule-project-archetype.
artifactId=hackaton
description=
muleVersion=3.2.1
packagePath=com/mycompany/mule
forgeProject=n
transports=file,http,jdbc,jms,vm
modules=client,cxf,management,scripting,sxc,xml
version=1.0-SNAPSHOT
groupId=hackaton
basedir=/Users/federico/dev/projects/temp
--------------------------------------------------------------------