Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
paho.mqtt.c
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eclipse
paho.mqtt.c
Commits
c047917c
Commit
c047917c
authored
Sep 02, 2013
by
Ian Craggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Produce download zip, and copy to /shared
parent
56ad6720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
18 deletions
+27
-18
build.xml
build.xml
+27
-18
No files found.
build.xml
View file @
c047917c
...
@@ -101,7 +101,6 @@
...
@@ -101,7 +101,6 @@
</if>
</if>
<!-- MQTTVersion -->
<!-- MQTTVersion -->
<property
name=
"output.async.ssl.filename"
value=
"${output.folder}/lib${libname.async.ssl}.so"
/>
<exec
executable=
"gcc"
failonerror=
"true"
>
<exec
executable=
"gcc"
failonerror=
"true"
>
<arg
line=
"-lpthread -ldl -o ${output.folder}/MQTTVersion src/MQTTVersion.c"
/>
<arg
line=
"-lpthread -ldl -o ${output.folder}/MQTTVersion src/MQTTVersion.c"
/>
</exec>
</exec>
...
@@ -124,6 +123,20 @@
...
@@ -124,6 +123,20 @@
<foreach
target=
"onecompiles"
param=
"aFile"
list=
"test3"
/>
<foreach
target=
"onecompiles"
param=
"aFile"
list=
"test3"
/>
<foreach
target=
"asynccompile"
param=
"aFile"
list=
"test4"
/>
<foreach
target=
"asynccompile"
param=
"aFile"
list=
"test4"
/>
<foreach
target=
"asynccompiles"
param=
"aFile"
list=
"test5"
/>
<foreach
target=
"asynccompiles"
param=
"aFile"
list=
"test5"
/>
<mkdir
dir=
"${output.folder}/include"
/>
<echo
message=
"Copying the headers for the C clients from the output tree"
/>
<copy
overwrite=
"true"
todir=
"${output.folder}/include"
>
<fileset
dir=
"src"
>
<include
name=
"MQTTClient.h"
/>
<include
name=
"MQTTClientPersistence.h"
/>
<include
name=
"MQTTAsync.h"
/>
</fileset>
</copy>
<zip
destfile=
"${output.folder}/paho-client-mqtt-c.zip"
>
<zipfileset
dir=
"${output.folder}"
includes=
"*.so,include/*,MQTTVersion"
/>
</zip>
</then>
</then>
<elseif>
<elseif>
...
@@ -206,24 +219,20 @@
...
@@ -206,24 +219,20 @@
</target>
</target>
<target
name=
"copy"
>
<target
name=
"copy"
>
<mkdir
dir=
"${ship.folder}/include"
/>
<if>
<echo
message=
"Copying the headers for the c_client from the output tree"
/>
<available
file=
"/shared/technology"
/>
<copy
overwrite=
"true"
todir=
"${ship.folder}/include"
>
<then>
<fileset
dir=
"${mqttclient_src}"
>
<mkdir
dir=
"/shared/technology/paho/C"
/>
<include
name=
"MQTTClient.h"
/>
<echo
message=
"Copying the build output to /shared"
/>
<include
name=
"MQTTClientPersistence.h"
/>
<copy
overwrite=
"true"
todir=
"/shared/technology/paho/C"
>
<include
name=
"MQTTAsync.h"
/>
<fileset
dir=
"${output.folder}"
>
</fileset>
<include
name=
"*.zip"
/>
</copy>
</fileset>
</copy>
<echo
message=
"Copying the source.zip file from the output tree"
/>
</then>
<copy
overwrite=
"true"
todir=
"${ship.folder}"
>
</if>
<fileset
dir=
"${output.folder}"
>
<include
name=
"source.zip"
/>
</fileset>
</copy>
</target>
</target>
<target
name=
"full"
depends=
"init, version, compile, test, doc"
/>
<target
name=
"full"
depends=
"init, version, compile, test, doc
, copy
"
/>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment